public interface S_ConditionEntry
Modifier and Type | Method and Description |
---|---|
S_MatchingRuleEntry |
contains(Object value) |
S_MatchingRuleEntry |
containsPoly(String orig,
String norm) |
S_MatchingRuleEntry |
endsWith(Object value) |
S_MatchingRuleEntry |
endsWithPoly(String orig,
String norm) |
S_RightHandItemEntry |
eq() |
S_MatchingRuleEntry |
eq(Object... values) |
S_MatchingRuleEntry |
eqPoly(String orig,
String norm) |
S_RightHandItemEntry |
ge() |
S_MatchingRuleEntry |
ge(Object value) |
S_RightHandItemEntry |
gt() |
S_MatchingRuleEntry |
gt(Object value) |
S_AtomicFilterExit |
isNull() |
S_RightHandItemEntry |
le() |
S_MatchingRuleEntry |
le(Object value) |
S_RightHandItemEntry |
lt() |
S_MatchingRuleEntry |
lt(Object value) |
S_AtomicFilterExit |
ref(Collection<PrismReferenceValue> values) |
S_AtomicFilterExit |
ref(PrismReferenceValue value) |
S_AtomicFilterExit |
ref(String oid) |
S_AtomicFilterExit |
ref(String oid,
QName targetTypeName) |
S_MatchingRuleEntry |
startsWith(Object value) |
S_MatchingRuleEntry |
startsWithPoly(String orig,
String norm) |
S_MatchingRuleEntry eq(Object... values)
S_RightHandItemEntry eq()
S_MatchingRuleEntry eqPoly(String orig, String norm)
S_MatchingRuleEntry gt(Object value) throws SchemaException
SchemaException
S_RightHandItemEntry gt()
S_MatchingRuleEntry ge(Object value) throws SchemaException
SchemaException
S_RightHandItemEntry ge()
S_MatchingRuleEntry lt(Object value) throws SchemaException
SchemaException
S_RightHandItemEntry lt()
S_MatchingRuleEntry le(Object value) throws SchemaException
SchemaException
S_RightHandItemEntry le()
S_MatchingRuleEntry startsWith(Object value)
S_MatchingRuleEntry startsWithPoly(String orig, String norm)
S_MatchingRuleEntry endsWith(Object value)
S_MatchingRuleEntry endsWithPoly(String orig, String norm)
S_MatchingRuleEntry contains(Object value)
S_MatchingRuleEntry containsPoly(String orig, String norm)
S_AtomicFilterExit ref(PrismReferenceValue value)
S_AtomicFilterExit ref(Collection<PrismReferenceValue> values)
S_AtomicFilterExit ref(String oid)
S_AtomicFilterExit ref(String oid, QName targetTypeName)
S_AtomicFilterExit isNull()
Copyright © 2016 evolveum. All rights reserved.