|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
public class OrgScopeConstraint
Defines a constraint for an organization search scope.
| Constructor Summary | |
|---|---|
OrgScopeConstraint()
|
|
| Method Summary | |
|---|---|
void |
addIdentifier(OrgScopeIdentifier identifier)
Appends a new scope identifier to the constraint. |
java.lang.Object |
clone()
|
java.util.Vector |
getIdentifiers()
Retrieves the set of scope identifiers that define this constraint. |
java.lang.String |
marshall()
Creates a serialized String representation of this constraint which can be used for transmission/storage. |
void |
setIdentifiers(java.util.Vector identifiers)
Defines the complete set of OrgScopeIdentifier objects
for this constraint. |
boolean |
wouldMatch(TSContext ctx,
ManagedObject obj,
java.lang.StringBuffer message)
Specifies whether the current form of this managed object matches the constraint. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgScopeConstraint()
| Method Detail |
|---|
public void setIdentifiers(java.util.Vector identifiers)
Defines the complete set of OrgScopeIdentifier objects
for this constraint.
OR exists between identifiers.
identifiers - A Vector of OrgScopeIdentifier objects.public java.util.Vector getIdentifiers()
OrgScopeIdentifier objects.public void addIdentifier(OrgScopeIdentifier identifier)
Appends a new scope identifier to the constraint.
identifier - The OrgScopeIdentifier object to
add to any existing scope identifiers.public java.lang.String marshall()
RuleConstraintCreates a serialized String representation of this constraint which can be used for transmission/storage.
marshall in interface RuleConstraint
public boolean wouldMatch(TSContext ctx,
ManagedObject obj,
java.lang.StringBuffer message)
throws SmApiException
RuleConstraintSpecifies whether the current form of this managed object matches the constraint.
wouldMatch in interface RuleConstraintctx - The context in which the constraint is evaluated.obj - The managed object to check.message - Output parameter for an exception message.
true if the managed object matches the constraint.
SmApiExceptionpublic java.lang.Object clone()
clone in interface RuleConstraintclone in class java.lang.Object
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||