Uses of Class
com.tibco.bpm.web.client.model.types.org.ModelEntity

Packages that use ModelEntity
com.tibco.bpm.web.client.model.types.org   
 

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

Subclasses of ModelEntity in com.tibco.bpm.web.client.model.types.org
 class BaseOrgUnit
           
 class BasePosition
           
 class EntityAssignmentQualified
           
 class Group
           
 class GroupEntity
           
 class Location
           
 class ModelOrgUnit
           
 class ModelPosition
           
 class Organization
           
 class OrgAttribute
           
 class OrgUnit
           
 class OrgUnitEntity
           
 class Position
           
 class PositionEntity
           
 class Privilege
           
 class QualifiedEntity
           
 

Methods in com.tibco.bpm.web.client.model.types.org that return ModelEntity
 ModelEntity PrivilegeAssignment.getGroup()
           
 ModelEntity ResourceDetail.getLocation()
           
 ModelEntity Organization.getLocationRef()
           
 ModelEntity BasePosition.getLocationRef()
           
 ModelEntity BaseOrgUnit.getLocationRef()
           
 ModelEntity PrivilegeAssignment.getOrgUnit()
           
 ModelEntity PrivilegeAssignment.getPosition()
           
 ModelEntity Organization.getSchemaType()
           
 ModelEntity Location.getSchemaType()
           
 ModelEntity BasePosition.getSchemaType()
           
 ModelEntity BaseOrgUnit.getSchemaType()
           
 

Methods in com.tibco.bpm.web.client.model.types.org that return types with arguments of type ModelEntity
 java.util.List<ModelEntity> FindResourcesResponse.getResourceArray()
           
 

Methods in com.tibco.bpm.web.client.model.types.org with parameters of type ModelEntity
 void PrivilegeAssignment.setGroup(ModelEntity group)
           
 void ResourceDetail.setLocation(ModelEntity location)
           
 void Organization.setLocationRef(ModelEntity locationRef)
           
 void BasePosition.setLocationRef(ModelEntity locationRef)
           
 void BaseOrgUnit.setLocationRef(ModelEntity locationRef)
           
 void PrivilegeAssignment.setOrgUnit(ModelEntity orgUnit)
           
 void PrivilegeAssignment.setPosition(ModelEntity position)
           
 void Organization.setSchemaType(ModelEntity schemaType)
           
 void Location.setSchemaType(ModelEntity schemaType)
           
 void BasePosition.setSchemaType(ModelEntity schemaType)
           
 void BaseOrgUnit.setSchemaType(ModelEntity schemaType)
           
 

Method parameters in com.tibco.bpm.web.client.model.types.org with type arguments of type ModelEntity
 void FindResourcesResponse.setResourceArray(java.util.List<ModelEntity> resourceArray)
           
 



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