public abstract class AbstractOrchestrationTarget extends java.lang.Object implements OrchestrationTarget
Constructor and Description |
---|
AbstractOrchestrationTarget() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllEntityId() |
abstract java.lang.Object[] |
getAllExisting() |
abstract java.lang.Class |
getDefaultActionHandler() |
java.lang.Class |
getDefaultValidator() |
java.lang.String |
getEntityId() |
abstract java.lang.Object |
getExisting() |
abstract java.lang.String |
getType() |
void |
setAllEntityId(java.lang.String[] entityId) |
void |
setEntityId(java.lang.String entityId) |
public abstract java.lang.String getType()
getType
in interface OrchestrationTarget
public abstract java.lang.Object getExisting()
getExisting
in interface OrchestrationTarget
public java.lang.String getEntityId()
getEntityId
in interface OrchestrationTarget
public void setEntityId(java.lang.String entityId)
setEntityId
in interface OrchestrationTarget
public abstract java.lang.Class getDefaultActionHandler()
getDefaultActionHandler
in interface OrchestrationTarget
public java.lang.Class getDefaultValidator()
getDefaultValidator
in interface OrchestrationTarget
public java.lang.String[] getAllEntityId()
getAllEntityId
in interface OrchestrationTarget
public void setAllEntityId(java.lang.String[] entityId)
setAllEntityId
in interface OrchestrationTarget
public abstract java.lang.Object[] getAllExisting()
getAllExisting
in interface OrchestrationTarget