Interface OrchestrationTarget

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractOrchestrationTarget, EntityOrchestration, MDSOrchestration, RelationOrchestration, ToplinkOrchestration

public interface OrchestrationTarget extends Serializable
  • Method Details

    • getType

      String getType()
    • getExisting

      Object getExisting()
    • getEntityId

      String getEntityId()
    • setEntityId

      void setEntityId(String entityId)
    • getDefaultActionHandler

      Class<? extends oracle.iam.platform.kernel.spi.ActionHandler> getDefaultActionHandler()
    • getDefaultValidator

      Class<? extends ValidationHandler> getDefaultValidator()
    • getAllEntityId

      String[] getAllEntityId()
    • setAllEntityId

      void setAllEntityId(String[] entityId)
    • getAllExisting

      Object[] getAllExisting()