|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RuleConstraint
Base interface for rule constraints.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
marshall()
Creates a serialized String representation of this constraint which can be used for transmission/storage. |
boolean |
wouldMatch(TSContext ctx,
ManagedObject obj,
java.lang.StringBuffer message)
Specifies whether the current form of this managed object matches the constraint. |
| Method Detail |
|---|
java.lang.String marshall()
Creates a serialized String representation of this constraint which can be used for transmission/storage.
boolean wouldMatch(TSContext ctx,
ManagedObject obj,
java.lang.StringBuffer message)
throws SmApiException
Specifies whether the current form of this managed object matches the constraint.
ctx - 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.
SmApiExceptionjava.lang.Object clone()
|
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 | ||||||||