public class MDSOrchestration extends AbstractOrchestrationTarget
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XMLInput |
| Constructor and Description |
|---|
MDSOrchestration() |
MDSOrchestration(java.lang.Class clazz,
java.lang.String entityId) |
MDSOrchestration(java.lang.Class clazz,
java.lang.String[] entityIds) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getAllExisting() |
java.lang.Class |
getDefaultActionHandler() |
java.lang.String |
getEntityType() |
java.lang.Object |
getExisting() |
java.lang.String |
getType() |
getAllEntityId, getDefaultValidator, getEntityId, setAllEntityId, setEntityIdpublic static final java.lang.String XMLInput
public MDSOrchestration()
public MDSOrchestration(java.lang.Class clazz,
java.lang.String entityId)
public MDSOrchestration(java.lang.Class clazz,
java.lang.String[] entityIds)
public java.lang.String getEntityType()
public java.lang.Object getExisting()
getExisting in interface OrchestrationTargetgetExisting in class AbstractOrchestrationTargetpublic java.lang.String getType()
getType in interface OrchestrationTargetgetType in class AbstractOrchestrationTargetpublic java.lang.Class getDefaultActionHandler()
getDefaultActionHandler in interface OrchestrationTargetgetDefaultActionHandler in class AbstractOrchestrationTargetpublic java.lang.Object[] getAllExisting()
getAllExisting in interface OrchestrationTargetgetAllExisting in class AbstractOrchestrationTarget