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 Objectabstract StringgetType()voidsetAllEntityId(String[] entityId) voidsetEntityId(String entityId)
-
Constructor Details
-
AbstractOrchestrationTarget
public AbstractOrchestrationTarget()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceOrchestrationTarget
-
getExisting
- Specified by:
getExistingin interfaceOrchestrationTarget
-
getEntityId
- Specified by:
getEntityIdin interfaceOrchestrationTarget
-
setEntityId
- Specified by:
setEntityIdin interfaceOrchestrationTarget
-
getDefaultActionHandler
public abstract Class<? extends oracle.iam.platform.kernel.spi.ActionHandler> getDefaultActionHandler()- Specified by:
getDefaultActionHandlerin interfaceOrchestrationTarget
-
getDefaultValidator
- Specified by:
getDefaultValidatorin interfaceOrchestrationTarget
-
getAllEntityId
- Specified by:
getAllEntityIdin interfaceOrchestrationTarget
-
setAllEntityId
- Specified by:
setAllEntityIdin interfaceOrchestrationTarget
-
getAllExisting
- Specified by:
getAllExistingin interfaceOrchestrationTarget
-