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

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

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

Methods in com.tibco.bpm.web.client.model.types.org that return OrgAttribute
 OrgAttribute OrgAttributeValue.getDefinition()
           
 OrgAttribute QualifiedEntity.getQualifier()
           
 OrgAttribute Capability.getQualifier()
           
 

Methods in com.tibco.bpm.web.client.model.types.org that return types with arguments of type OrgAttribute
 java.util.List<OrgAttribute> GetOrgModelRootsResponse.getResAttrArray()
           
 java.util.List<OrgAttribute> GetOrgModelResponse.getResAttrArray()
           
 

Methods in com.tibco.bpm.web.client.model.types.org with parameters of type OrgAttribute
 void OrgAttributeValue.setDefinition(OrgAttribute definition)
           
 void QualifiedEntity.setQualifier(OrgAttribute qualifier)
           
 void Capability.setQualifier(OrgAttribute qualifier)
           
 

Method parameters in com.tibco.bpm.web.client.model.types.org with type arguments of type OrgAttribute
 void GetOrgModelRootsResponse.setResAttrArray(java.util.List<OrgAttribute> resAttrArray)
           
 void GetOrgModelResponse.setResAttrArray(java.util.List<OrgAttribute> resAttrArray)
           
 



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