Package oracle.iam.platform.kernel.vo
Interface OrchestrationTarget
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractOrchestrationTarget
,EntityOrchestration
,MDSOrchestration
,RelationOrchestration
,ToplinkOrchestration
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Object[]
Class<? extends oracle.iam.platform.kernel.spi.ActionHandler>
Class<? extends ValidationHandler>
getType()
void
setAllEntityId
(String[] entityId) void
setEntityId
(String entityId)
-
Method Details
-
getType
String getType() -
getExisting
Object getExisting() -
getEntityId
String getEntityId() -
setEntityId
-
getDefaultActionHandler
Class<? extends oracle.iam.platform.kernel.spi.ActionHandler> getDefaultActionHandler() -
getDefaultValidator
Class<? extends ValidationHandler> getDefaultValidator() -
getAllEntityId
String[] getAllEntityId() -
setAllEntityId
-
getAllExisting
Object[] getAllExisting()
-