public interface StepConstrainer extends OsidConstrainer
A StepConstrainer
describes the rules for constraining
the workflow requests in a step.
Modifier and Type | Method and Description |
---|---|
StepConstrainerRecord |
getStepConstrainerRecord(Type stepConstrainerRecordType)
Gets the step constrainer record corresponding to the given
StepConstrainer record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
isActive, isDisabled, isEnabled, isOperational
StepConstrainerRecord getStepConstrainerRecord(Type stepConstrainerRecordType) throws OperationFailedException
StepConstrainer
record Type.
This method is
used to retrieve an object implementing the requested record. The
stepConstrainerRecordType
may be the Type
returned in getRecordTypes()
or any of its
parents in a Type
hierarchy where
hasRecordType(stepConstrainerRecordType)
is true
.stepConstrainerRecordType
- the type of step constrainer record
to retrieveNullArgumentException
-
stepConstrainerRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(stepConstrainerRecordType)
is
false
mandatory
- This method must be implemented.