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 TypeMethodDescriptionvoid
addParticipant
(String name, oracle.iam.platform.context.ContextAwareString entityId) void
deleteParticipant
(String name) String[]
Object[]
Class<? extends oracle.iam.platform.kernel.spi.ActionHandler>
getType()
void
setAllEntityId
(String[] entityId) void
setEntityId
(String entityId) void
setRelationType
(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:
getExisting
in interfaceOrchestrationTarget
- Specified by:
getExisting
in classAbstractOrchestrationTarget
-
getType
- Specified by:
getType
in interfaceOrchestrationTarget
- Specified by:
getType
in classAbstractOrchestrationTarget
-
getEntityId
- Specified by:
getEntityId
in interfaceOrchestrationTarget
- Overrides:
getEntityId
in classAbstractOrchestrationTarget
-
getDefaultActionHandler
- Specified by:
getDefaultActionHandler
in interfaceOrchestrationTarget
- Specified by:
getDefaultActionHandler
in classAbstractOrchestrationTarget
-
setEntityId
- Specified by:
setEntityId
in interfaceOrchestrationTarget
- Overrides:
setEntityId
in classAbstractOrchestrationTarget
-
getAllEntityId
- Specified by:
getAllEntityId
in interfaceOrchestrationTarget
- Overrides:
getAllEntityId
in classAbstractOrchestrationTarget
-
getAllExisting
- Specified by:
getAllExisting
in interfaceOrchestrationTarget
- Specified by:
getAllExisting
in classAbstractOrchestrationTarget
-
setAllEntityId
- Specified by:
setAllEntityId
in interfaceOrchestrationTarget
- Overrides:
setAllEntityId
in classAbstractOrchestrationTarget
-