|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.ModelParticipantXto
org.eclipse.stardust.engine.api.ws.OrganizationXto
public class OrganizationXto
A client view of a workflow organizational unit. An organization is a logical grouping of workflow participants.
Java class for Organization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipant">
<sequence>
<element name="teamLeadRole" type="{http://eclipse.org/stardust/ws/v2012a/api}Role" minOccurs="0"/>
<element name="allSubRoles" type="{http://eclipse.org/stardust/ws/v2012a/api}Roles" minOccurs="0"/>
<element name="allSubOrganizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OrganizationXto()
|
|
| Method Summary | |
|---|---|
OrganizationsXto |
getAllSubOrganizations()
Gets the value of the allSubOrganizations property. |
RolesXto |
getAllSubRoles()
Gets the value of the allSubRoles property. |
RoleXto |
getTeamLeadRole()
Gets the value of the teamLeadRole property. |
void |
setAllSubOrganizations(OrganizationsXto value)
Sets the value of the allSubOrganizations property. |
void |
setAllSubRoles(RolesXto value)
Sets the value of the allSubRoles property. |
void |
setTeamLeadRole(RoleXto value)
Sets the value of the teamLeadRole property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelParticipantXto |
|---|
getAllSuperOrganizations, getDepartment, getRuntimeElementOid, isDefinesDepartmentScope, isDepartmentScoped, setAllSuperOrganizations, setDefinesDepartmentScope, setDepartment, setDepartmentScoped, setRuntimeElementOid |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationXto()
| Method Detail |
|---|
public RoleXto getTeamLeadRole()
RoleXtopublic void setTeamLeadRole(RoleXto value)
value - allowed object is
RoleXtopublic RolesXto getAllSubRoles()
RolesXtopublic void setAllSubRoles(RolesXto value)
value - allowed object is
RolesXtopublic OrganizationsXto getAllSubOrganizations()
OrganizationsXtopublic void setAllSubOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||