Skip navigation links


oracle.iam.platform.kernel.vo
Class AbstractOrchestrationTarget

java.lang.Object
  extended by 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

Constructor Summary
AbstractOrchestrationTarget()
           

 

Method Summary
 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)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AbstractOrchestrationTarget

public AbstractOrchestrationTarget()

Method Detail

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 © 2014, Oracle and/or its affiliates. All rights reserved.