|
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.OrgMembershipConstraint
public class OrgMembershipConstraint
Defines a constraint for organization membership.
| Constructor Summary | |
|---|---|
OrgMembershipConstraint()
Creates an organization membership constraint object. |
|
| Method Summary | |
|---|---|
void |
addIdentifier(OrgMembershipIdentifier identifier)
Appends a new organization membership identifier to the constraint. |
java.lang.Object |
clone()
|
java.util.Vector |
getIdentifiers()
Retrieves the set of organization membership 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 OrgMembershipIdentifier
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 OrgMembershipConstraint()
Creates an organization membership constraint object.
| Method Detail |
|---|
public void setIdentifiers(java.util.Vector identifiers)
Defines the complete set of OrgMembershipIdentifier
objects for this constraint.
OR exists between identifiers.
identifiers - A Vector of OrgMembershipIdentifier objects.public java.util.Vector getIdentifiers()
OrgMembershipIdentifier objects.public void addIdentifier(OrgMembershipIdentifier identifier)
Appends a new organization membership identifier to the constraint.
identifier - The OrgMembershipIdentifier object to
add to any existing membership 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 | ||||||||