Skip navigation links


oracle.iam.platform.kernel.vo
Class RelationOrchestration

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

All Implemented Interfaces:
java.io.Serializable, OrchestrationTarget

public class RelationOrchestration
extends AbstractOrchestrationTarget
See Also:
Serialized Form

Constructor Summary
RelationOrchestration()
           
RelationOrchestration(java.lang.String relationType)
           

 

Method Summary
 void addParticipant(java.lang.String name, oracle.iam.platform.context.ContextAwareString entityId)
           
 void deleteParticipant(java.lang.String name)
           
 java.lang.String[] getAllEntityId()
           
 java.lang.Object[] getAllExisting()
           
 java.lang.Class getDefaultActionHandler()
           
 java.lang.String getEntityId()
           
 java.lang.Object getExisting()
           
 java.util.HashMap getParticipants()
           
 java.lang.String getRelationType()
           
 java.lang.String getType()
           
 void setAllEntityId(java.lang.String[] entityId)
           
 void setEntityId(java.lang.String entityId)
           
 void setRelationType(java.lang.String relationType)
           

 

Methods inherited from class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
getDefaultValidator

 

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

 

Constructor Detail

RelationOrchestration

public RelationOrchestration()

RelationOrchestration

public RelationOrchestration(java.lang.String relationType)

Method Detail

setRelationType

public void setRelationType(java.lang.String relationType)

getRelationType

public java.lang.String getRelationType()

addParticipant

public void addParticipant(java.lang.String name,
                           oracle.iam.platform.context.ContextAwareString entityId)

deleteParticipant

public void deleteParticipant(java.lang.String name)

getParticipants

public java.util.HashMap getParticipants()

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

getEntityId

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

getDefaultActionHandler

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

setEntityId

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

getAllEntityId

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

getAllExisting

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

setAllEntityId

public void setAllEntityId(java.lang.String[] entityId)
Specified by:
setAllEntityId in interface OrchestrationTarget
Overrides:
setAllEntityId in class AbstractOrchestrationTarget

Skip navigation links


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