Uses of Class
com.tibco.bpm.web.client.model.types.OrgModelEntityID

Packages that use OrgModelEntityID
com.tibco.bpm.web.client.model.types.org   
com.tibco.bpm.web.client.services.actions.orgmodel   
com.tibco.bpm.web.client.services.results   
 

Uses of OrgModelEntityID in com.tibco.bpm.web.client.model.types.org
 

Methods in com.tibco.bpm.web.client.model.types.org that return types with arguments of type OrgModelEntityID
 java.util.ArrayList<OrgModelEntityID> ResourceInfo.getCapabilities()
          List of the capabilities.
 java.util.ArrayList<OrgModelEntityID> ResourceInfo.getGroups()
          List of the groups.
 java.util.ArrayList<OrgModelEntityID> ResourceInfo.getPositions()
          List of the positions.
 java.util.ArrayList<OrgModelEntityID> ResourceInfo.getPrivileges()
          List of the privileges.
 

Uses of OrgModelEntityID in com.tibco.bpm.web.client.services.actions.orgmodel
 

Methods in com.tibco.bpm.web.client.services.actions.orgmodel that return OrgModelEntityID
 OrgModelEntityID GetEntityName.getId()
          The id of the entity.
 

Constructors in com.tibco.bpm.web.client.services.actions.orgmodel with parameters of type OrgModelEntityID
GetEntityName(OrgModelEntityID id)
          Constructs a new GetEntityName Action
 

Uses of OrgModelEntityID in com.tibco.bpm.web.client.services.results
 

Methods in com.tibco.bpm.web.client.services.results that return types with arguments of type OrgModelEntityID
 java.util.ArrayList<OrgModelEntityID> OrgModelEntityIDResult.getEntities()
          List of the entries.
 java.util.ArrayList<OrgModelEntityID> LoginResult.getEntities()
          TODO Describe this method
 

Constructor parameters in com.tibco.bpm.web.client.services.results with type arguments of type OrgModelEntityID
LoginResult(java.util.ArrayList<OrgModelEntityID> entities, boolean successful, java.lang.String message)
           
OrgModelEntityIDResult(java.util.ArrayList<OrgModelEntityID> entities)
          Constructor for OrgModelEntityIDResult.
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.