Skip navigation links


oracle.iam.platform.kernel.vo
Class MDSOrchestration

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

All Implemented Interfaces:
java.io.Serializable, OrchestrationTarget

public class MDSOrchestration
extends AbstractOrchestrationTarget
See Also:
Serialized Form

Field Summary
static java.lang.String XMLInput
           

 

Constructor Summary
MDSOrchestration()
           
MDSOrchestration(java.lang.Class clazz, java.lang.String entityId)
           
MDSOrchestration(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

 

Field Detail

XMLInput

public static final java.lang.String XMLInput
See Also:
Constant Field Values

Constructor Detail

MDSOrchestration

public MDSOrchestration()

MDSOrchestration

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

MDSOrchestration

public MDSOrchestration(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.