Package oracle.iam.platform.kernel.vo
Class EntityOrchestration
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
oracle.iam.platform.kernel.vo.EntityOrchestration
- All Implemented Interfaces:
Serializable
,OrchestrationTarget
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityOrchestration
(String entityType) EntityOrchestration
(String entityType, String entityId) EntityOrchestration
(String entityType, String[] entityIds) -
Method Summary
Methods inherited from class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
getAllEntityId, getDefaultValidator, setAllEntityId, setEntityId
-
Constructor Details
-
EntityOrchestration
public EntityOrchestration() -
EntityOrchestration
-
EntityOrchestration
-
EntityOrchestration
-
-
Method Details
-
getEntityType
-
getEntityId
- Specified by:
getEntityId
in interfaceOrchestrationTarget
- Overrides:
getEntityId
in classAbstractOrchestrationTarget
-
getExisting
- Specified by:
getExisting
in interfaceOrchestrationTarget
- Specified by:
getExisting
in classAbstractOrchestrationTarget
-
getAllExisting
- Specified by:
getAllExisting
in interfaceOrchestrationTarget
- Specified by:
getAllExisting
in classAbstractOrchestrationTarget
-
getType
- Specified by:
getType
in interfaceOrchestrationTarget
- Specified by:
getType
in classAbstractOrchestrationTarget
-
getDefaultActionHandler
- Specified by:
getDefaultActionHandler
in interfaceOrchestrationTarget
- Specified by:
getDefaultActionHandler
in classAbstractOrchestrationTarget
-