public class RelationOrchestration extends AbstractOrchestrationTarget
| Constructor and Description |
|---|
RelationOrchestration() |
RelationOrchestration(java.lang.String relationType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getDefaultValidatorpublic RelationOrchestration()
public RelationOrchestration(java.lang.String relationType)
public void setRelationType(java.lang.String relationType)
public java.lang.String getRelationType()
public void addParticipant(java.lang.String name,
oracle.iam.platform.context.ContextAwareString entityId)
public void deleteParticipant(java.lang.String name)
public java.util.HashMap getParticipants()
public java.lang.Object getExisting()
getExisting in interface OrchestrationTargetgetExisting in class AbstractOrchestrationTargetpublic java.lang.String getType()
getType in interface OrchestrationTargetgetType in class AbstractOrchestrationTargetpublic java.lang.String getEntityId()
getEntityId in interface OrchestrationTargetgetEntityId in class AbstractOrchestrationTargetpublic java.lang.Class getDefaultActionHandler()
getDefaultActionHandler in interface OrchestrationTargetgetDefaultActionHandler in class AbstractOrchestrationTargetpublic void setEntityId(java.lang.String entityId)
setEntityId in interface OrchestrationTargetsetEntityId in class AbstractOrchestrationTargetpublic java.lang.String[] getAllEntityId()
getAllEntityId in interface OrchestrationTargetgetAllEntityId in class AbstractOrchestrationTargetpublic java.lang.Object[] getAllExisting()
getAllExisting in interface OrchestrationTargetgetAllExisting in class AbstractOrchestrationTargetpublic void setAllEntityId(java.lang.String[] entityId)
setAllEntityId in interface OrchestrationTargetsetAllEntityId in class AbstractOrchestrationTarget