Skip navigation links


oracle.iam.platform.kernel.vo
Class EntityOrchestration

java.lang.Object
  extended by oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
      extended by oracle.iam.platform.kernel.vo.EntityOrchestration

All Implemented Interfaces:
java.io.Serializable, OrchestrationTarget

public class EntityOrchestration
extends AbstractOrchestrationTarget
See Also:
Serialized Form

Constructor Summary
EntityOrchestration()
           
EntityOrchestration(java.lang.String entityType)
           
EntityOrchestration(java.lang.String entityType, java.lang.String entityId)
           
EntityOrchestration(java.lang.String entityType, java.lang.String[] entityIds)
           

 

Method Summary
 java.lang.Object[] getAllExisting()
           
 java.lang.Class getDefaultActionHandler()
           
 java.lang.String getEntityId()
           
 java.lang.String getEntityType()
           
 java.lang.Object getExisting()
           
 java.lang.String getType()
           

 

Methods inherited from class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
getAllEntityId, getDefaultValidator, setAllEntityId, setEntityId

 

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

 

Constructor Detail

EntityOrchestration

public EntityOrchestration()

EntityOrchestration

public EntityOrchestration(java.lang.String entityType)

EntityOrchestration

public EntityOrchestration(java.lang.String entityType,
                           java.lang.String entityId)

EntityOrchestration

public EntityOrchestration(java.lang.String entityType,
                           java.lang.String[] entityIds)

Method Detail

getEntityType

public java.lang.String getEntityType()

getEntityId

public java.lang.String getEntityId()
Specified by:
getEntityId in interface OrchestrationTarget
Overrides:
getEntityId in class AbstractOrchestrationTarget

getExisting

public java.lang.Object getExisting()
Specified by:
getExisting in interface OrchestrationTarget
Specified by:
getExisting in class AbstractOrchestrationTarget

getAllExisting

public java.lang.Object[] getAllExisting()
Specified by:
getAllExisting in interface OrchestrationTarget
Specified by:
getAllExisting in class AbstractOrchestrationTarget

getType

public java.lang.String getType()
Specified by:
getType in interface OrchestrationTarget
Specified by:
getType in class AbstractOrchestrationTarget

getDefaultActionHandler

public java.lang.Class getDefaultActionHandler()
Specified by:
getDefaultActionHandler in interface OrchestrationTarget
Specified by:
getDefaultActionHandler in class AbstractOrchestrationTarget

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.