Package | Description |
---|---|
com.ibm.tivoli.maximo.oslc | |
com.ibm.tivoli.oslc |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<RulePropertyInfo>> |
OslcUtils.getIdentificationRules(java.lang.String resourceType,
UserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<RulePropertyInfo>> |
ShapeRDFParser.getIdentificationRules()
get a set of lists of identification rule properties, ordered by priority
the identification rules are stored in an unordered map, key = priority, so
we need to get them out and return them in an ordered list
|