|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CapacityRuleException | |
---|---|
com.genesyslab.platform.applicationblocks.com.capacityrules |
Uses of CapacityRuleException in com.genesyslab.platform.applicationblocks.com.capacityrules |
---|
Methods in com.genesyslab.platform.applicationblocks.com.capacityrules that throw CapacityRuleException | |
---|---|
boolean |
CapacityRuleHelper.equalsBinaries(byte[] capacityRulesBinary)
Compares current capacity rule binary presentation with another binaries presentation for equality (ignoring item order). |
static boolean |
CapacityRuleHelper.equalsBinaries(byte[] capacityRulesBinary1,
byte[] capacityRulesBinary2)
Compares two capacity rules binary presentations for equality (ignoring item order). |
static byte[] |
CapacityRuleHelper.getBinaryFromXML(org.w3c.dom.Document doc)
Gets optimized capacity rule binary representation according to passed xml presentation of capacity rule. |
static byte[] |
CapacityRuleHelper.getBinaryFromXML(java.lang.String xml)
Gets optimized capacity rule binary representation according to passed xml presentation of capacity rule. |
boolean |
CapacityRuleHelper.matchBinaries(byte[] capacityRulesBinary)
Compares current capacity rule binary presentation with another binaries presentation for equivalence (ignoring item order). |
static boolean |
CapacityRuleHelper.matchBinaries(byte[] capacityRulesBinary1,
byte[] capacityRulesBinary2)
Compares two capacity rules binary presentations for equivalence (ignoring item order) according to their's truth tables. |
void |
CapacityRuleHelper.setXMLPresentation(org.w3c.dom.Document doc)
Sets XML presentation of CapacityRule in CfgScript object. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |