|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.common.content.ContentHelper
Field Summary | |
static String[] |
DEFAULT_PREFERRED_LOCATIONS
|
private static String |
FILE_URL
|
private static String |
HTTP_URL
|
private static Log |
log
|
Constructor Summary | |
ContentHelper()
|
Method Summary | |
private static void |
getApplicationDataURLs(WTKeyedMap holdersMap,
WTKeyedMap ilInfoMap,
WTKeyedMap urlsMap,
boolean isFilePreferred)
|
private static WTKeyedMap |
getContent(WTCollection holders,
Object group,
ContentRoleType roleType)
|
static WTKeyedMap |
getContentItems(WTCollection holders)
retrievs the content items for the given collection of content holders |
static WTKeyedMap |
getContentItems(WTCollection holders,
EPMWorkspace workspace)
retrievs the content items for the given collection of content holders |
static WTKeyedMap |
getContentItems(WTCollection holders,
Folder folder)
retrievs the content items for the given WTCollection of content holders |
static WTKeyedMap |
getContentItemsByRole(WTCollection holders,
EPMWorkspace workspace,
ContentRoleType roleType)
retrievs the content items of the given role for the given collection of content holders |
static WTKeyedMap |
getContentURLs(WTKeyedMap holdersMap,
WTKeyedMap ilInfoMap)
retrievs the content item URLs |
static WTKeyedMap |
getContentURLs(WTKeyedMap holdersMap,
WTKeyedMap ilInfoMap,
String[] locations)
retrievs the preferred content item URLs |
static WTKeyedMap |
getGatewayPublishedData(WTCollection holders)
Retrieves getGatewayPublishedData |
private static void |
getURLDataURLs(WTKeyedMap holdersMap,
WTKeyedMap ilInfoMap,
WTKeyedMap urlsMap)
|
static boolean |
isWCObjPublishedFromIL(EPMDocument obj)
Checks whether the object published from Intralink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Log log
private static final String HTTP_URL
private static final String FILE_URL
public static final String[] DEFAULT_PREFERRED_LOCATIONS
Constructor Detail |
public ContentHelper()
Method Detail |
public static WTKeyedMap getContentItems(WTCollection holders) throws WTException
WTException
public static WTKeyedMap getContentItems(WTCollection holders, Folder folder) throws WTException
folder
- Folder where the given holders are located
WTException
public static WTKeyedMap getContentItems(WTCollection holders, EPMWorkspace workspace) throws WTException
holders
- WTCollectionworkspace
- EPMWorkspace where the given holders are located
WTException
public static WTKeyedMap getContentItemsByRole(WTCollection holders, EPMWorkspace workspace, ContentRoleType roleType) throws WTException
holders
- WTCollectionworkspace
- EPMWorkspace where the given holders are located
WTException
public static WTKeyedMap getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap) throws WTException
WTException
public static WTKeyedMap getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, String[] locations) throws WTException
locations
- String[]
WTException
public static boolean isWCObjPublishedFromIL(EPMDocument obj)
obj
- EPMDocumentpublic static WTKeyedMap getGatewayPublishedData(WTCollection holders)
holders
- Collection
private static WTKeyedMap getContent(WTCollection holders, Object group, ContentRoleType roleType) throws WTException
WTException
private static void getApplicationDataURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, WTKeyedMap urlsMap, boolean isFilePreferred) throws WTException
WTException
private static void getURLDataURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, WTKeyedMap urlsMap) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |