com.ibm.websphere.wim.model
Interface RolePlayer

All Superinterfaces:
Entity
All Known Subinterfaces:
Group, LoginAccount, OrgContainer, Party, PartyRole, Person, PersonAccount

public interface RolePlayer
extends Entity

A representation of the model object 'Role Player'.

The following features are supported:

See Also:
ModelPackage.getRolePlayer()
Model:
Generated:

Method Summary
 java.util.List getPartyRoles()
          Returns the value of the 'Party Roles' containment reference list.
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getPartyRoles

java.util.List getPartyRoles()
Returns the value of the 'Party Roles' containment reference list. The list contents are of type PartyRole.

See Also:
ModelPackage.getRolePlayer_PartyRoles()
Model:
type="com.ibm.websphere.wim.model.PartyRole" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Party Roles' containment reference list.