Skip navigation links
oracle.iam.platform.kernel.vo
Class AbstractOrchestrationTarget
java.lang.Object
oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
- All Implemented Interfaces:
- java.io.Serializable, OrchestrationTarget
- Direct Known Subclasses:
- EntityOrchestration, MDSOrchestration, RelationOrchestration, ToplinkOrchestration
-
public abstract class AbstractOrchestrationTarget
- extends java.lang.Object
- implements OrchestrationTarget
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOrchestrationTarget
public AbstractOrchestrationTarget()
getType
public abstract java.lang.String getType()
-
- Specified by:
getType in interface OrchestrationTarget
getExisting
public abstract java.lang.Object getExisting()
-
- Specified by:
getExisting in interface OrchestrationTarget
getEntityId
public java.lang.String getEntityId()
-
- Specified by:
getEntityId in interface OrchestrationTarget
setEntityId
public void setEntityId(java.lang.String entityId)
-
- Specified by:
setEntityId in interface OrchestrationTarget
getDefaultActionHandler
public abstract java.lang.Class getDefaultActionHandler()
-
- Specified by:
getDefaultActionHandler in interface OrchestrationTarget
getDefaultValidator
public java.lang.Class getDefaultValidator()
-
- Specified by:
getDefaultValidator in interface OrchestrationTarget
getAllEntityId
public java.lang.String[] getAllEntityId()
-
- Specified by:
getAllEntityId in interface OrchestrationTarget
setAllEntityId
public void setAllEntityId(java.lang.String[] entityId)
-
- Specified by:
setAllEntityId in interface OrchestrationTarget
getAllExisting
public abstract java.lang.Object[] getAllExisting()
-
- Specified by:
getAllExisting in interface OrchestrationTarget
Skip navigation links
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.