Package oracle.iam.platform.kernel.vo
Class AbstractOrchestrationTarget
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
- All Implemented Interfaces:
Serializable
,OrchestrationTarget
- Direct Known Subclasses:
EntityOrchestration
,MDSOrchestration
,RelationOrchestration
,ToplinkOrchestration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
abstract Object[]
abstract Class<? extends oracle.iam.platform.kernel.spi.ActionHandler>
Class<? extends ValidationHandler>
abstract Object
abstract String
getType()
void
setAllEntityId
(String[] entityId) void
setEntityId
(String entityId)
-
Constructor Details
-
AbstractOrchestrationTarget
public AbstractOrchestrationTarget()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceOrchestrationTarget
-
getExisting
- Specified by:
getExisting
in interfaceOrchestrationTarget
-
getEntityId
- Specified by:
getEntityId
in interfaceOrchestrationTarget
-
setEntityId
- Specified by:
setEntityId
in interfaceOrchestrationTarget
-
getDefaultActionHandler
public abstract Class<? extends oracle.iam.platform.kernel.spi.ActionHandler> getDefaultActionHandler()- Specified by:
getDefaultActionHandler
in interfaceOrchestrationTarget
-
getDefaultValidator
- Specified by:
getDefaultValidator
in interfaceOrchestrationTarget
-
getAllEntityId
- Specified by:
getAllEntityId
in interfaceOrchestrationTarget
-
setAllEntityId
- Specified by:
setAllEntityId
in interfaceOrchestrationTarget
-
getAllExisting
- Specified by:
getAllExisting
in interfaceOrchestrationTarget
-