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, setEntityId
public 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 OrchestrationTarget
getExisting
in class AbstractOrchestrationTarget
public java.lang.String getType()
getType
in interface OrchestrationTarget
getType
in class AbstractOrchestrationTarget
public java.lang.Class getDefaultActionHandler()
getDefaultActionHandler
in interface OrchestrationTarget
getDefaultActionHandler
in class AbstractOrchestrationTarget
public java.lang.Object[] getAllExisting()
getAllExisting
in interface OrchestrationTarget
getAllExisting
in class AbstractOrchestrationTarget