Package oracle.iam.platform.kernel.vo
Class RelationOrchestration
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
oracle.iam.platform.kernel.vo.RelationOrchestration
- All Implemented Interfaces:
Serializable,OrchestrationTarget
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParticipant(String name, oracle.iam.platform.context.ContextAwareString entityId) voiddeleteParticipant(String name) String[]Object[]Class<? extends oracle.iam.platform.kernel.spi.ActionHandler>getType()voidsetAllEntityId(String[] entityId) voidsetEntityId(String entityId) voidsetRelationType(String relationType) Methods inherited from class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
getDefaultValidator
-
Constructor Details
-
RelationOrchestration
public RelationOrchestration() -
RelationOrchestration
-
-
Method Details
-
setRelationType
-
getRelationType
-
addParticipant
-
deleteParticipant
-
getParticipants
-
getExisting
- Specified by:
getExistingin interfaceOrchestrationTarget- Specified by:
getExistingin classAbstractOrchestrationTarget
-
getType
- Specified by:
getTypein interfaceOrchestrationTarget- Specified by:
getTypein classAbstractOrchestrationTarget
-
getEntityId
- Specified by:
getEntityIdin interfaceOrchestrationTarget- Overrides:
getEntityIdin classAbstractOrchestrationTarget
-
getDefaultActionHandler
- Specified by:
getDefaultActionHandlerin interfaceOrchestrationTarget- Specified by:
getDefaultActionHandlerin classAbstractOrchestrationTarget
-
setEntityId
- Specified by:
setEntityIdin interfaceOrchestrationTarget- Overrides:
setEntityIdin classAbstractOrchestrationTarget
-
getAllEntityId
- Specified by:
getAllEntityIdin interfaceOrchestrationTarget- Overrides:
getAllEntityIdin classAbstractOrchestrationTarget
-
getAllExisting
- Specified by:
getAllExistingin interfaceOrchestrationTarget- Specified by:
getAllExistingin classAbstractOrchestrationTarget
-
setAllEntityId
- Specified by:
setAllEntityIdin interfaceOrchestrationTarget- Overrides:
setAllEntityIdin classAbstractOrchestrationTarget
-