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 OrchestrationTargetpublic abstract java.lang.Object getExisting()
getExisting in interface OrchestrationTargetpublic java.lang.String getEntityId()
getEntityId in interface OrchestrationTargetpublic void setEntityId(java.lang.String entityId)
setEntityId in interface OrchestrationTargetpublic abstract java.lang.Class getDefaultActionHandler()
getDefaultActionHandler in interface OrchestrationTargetpublic java.lang.Class getDefaultValidator()
getDefaultValidator in interface OrchestrationTargetpublic java.lang.String[] getAllEntityId()
getAllEntityId in interface OrchestrationTargetpublic void setAllEntityId(java.lang.String[] entityId)
setAllEntityId in interface OrchestrationTargetpublic abstract java.lang.Object[] getAllExisting()
getAllExisting in interface OrchestrationTarget