Skip navigation links


oracle.iam.platform.kernel.vo
Class ToplinkOrchestration

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

All Implemented Interfaces:
java.io.Serializable, OrchestrationTarget

public class ToplinkOrchestration
extends AbstractOrchestrationTarget
See Also:
Serialized Form

Constructor Summary
ToplinkOrchestration()
           
ToplinkOrchestration(java.lang.Class clazz)
           
ToplinkOrchestration(java.lang.Class clazz, java.lang.String entityId)
           
ToplinkOrchestration(java.lang.Class clazz, java.lang.String[] entityIds)
           

 

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

 

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

 

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

 

Constructor Detail

ToplinkOrchestration

public ToplinkOrchestration()

ToplinkOrchestration

public ToplinkOrchestration(java.lang.Class clazz)

ToplinkOrchestration

public ToplinkOrchestration(java.lang.Class clazz,
                            java.lang.String entityId)

ToplinkOrchestration

public ToplinkOrchestration(java.lang.Class clazz,
                            java.lang.String[] entityIds)

Method Detail

getEntityType

public java.lang.String getEntityType()

getExisting

public java.lang.Object getExisting()
Specified by:
getExisting in interface OrchestrationTarget
Specified by:
getExisting 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

getAllExisting

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

Skip navigation links


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