com.ptc.windchill.uwgm.common.container
Class OrganizationHelper
java.lang.Object
com.ptc.windchill.uwgm.common.container.OrganizationHelper
- public class OrganizationHelper
- extends Object
Retrieve organization information
Field Summary |
private static Log |
log
logging |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static Log log
- logging
OrganizationHelper
private OrganizationHelper()
getUserOrganizationReference
public WTPrincipalReference getUserOrganizationReference(WTPrincipal principal)
throws WTException
- returns user's organization reference
- Parameters:
principal
- WTPrincipal
- Returns:
- WTPrincipalReference Organization reference
- Throws:
WTException
setOrganizationInfo
public static void setOrganizationInfo(WTCollection docs)
throws WTException
- Make sure the Organization information is properly set for each document in the
collection.
- Parameters:
docs
- Collection of EPMDocument objects
- Throws:
WTException