|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.util.AssociateUtilities
Supported API: false
Extendable: false
Field Summary | |
private Folder |
checkoutFolder
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private Object[] |
workspaceContent
|
Constructor Summary | |
AssociateUtilities(Folder folder)
Supported API: false |
Method Summary | |
static Object[] |
filterOriginalCopies(Object sourceObj,
Object[] assocInfo)
|
static WTPart |
getActiveAssociatedPart(EPMDocument source)
|
static String |
getActiveLinkId(Object obj)
|
static String |
getActiveLinkObjList(Object object,
EPMWorkspace ws)
|
static Object[] |
getAssociatedObjects(Object object)
returns associated objects Supported API: false |
static String |
getAssociatedObjList(Object object,
EPMWorkspace ws)
|
static String |
getBuildSourceDocName(Object part)
return name of active link document Supported API: false |
static String |
getFirstWorkspaceInContainer(WTContainer container)
|
protected static String |
getId(Object obj)
|
static String |
getLastWorkspaceForCheckout()
returns users previous choice for workspace for checking out objects for associate/disassociate operation from ini file. |
static String |
getObjectDisplayIdentity(WTObject a_wtObject)
|
static String |
getWorkspaces(HTTPState state)
|
static boolean |
isAssociable(Object source,
Object target)
returns true if source and target objects are associable Supported API: false |
static boolean |
isCadDrawing(Object obj)
returns true if document is cad drawing Supported API: false |
static boolean |
isDocumentAssociable(Object obj)
returns true if document is component , assembly or drawing type. |
static boolean |
isGhostObject(EPMDocument doc,
EPMWorkspace ws)
|
boolean |
isModifiable(Object object)
Determines if object can be modified. |
boolean |
isModifiable(Object object,
HTTPState state)
|
boolean |
isModifiable(Object object,
WTContainer contextContainer)
|
private boolean |
isOtherVersionInWorkspace(Object object)
Determines if other version of object is in the workspace |
static boolean |
isPossibleToAssociate(Object object)
returns true if it is poccible to associate the given document. |
static void |
setWorkspaceForCheckout(String ws)
stores users choice of workspace for checking out objects in ini file Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Folder checkoutFolder
private Object[] workspaceContent
Constructor Detail |
public AssociateUtilities(Folder folder)
folder
- Method Detail |
public boolean isModifiable(Object object)
object
-
public static boolean isAssociable(Object source, Object target)
source
- target
-
private boolean isOtherVersionInWorkspace(Object object)
object
-
public static String getBuildSourceDocName(Object part)
part
-
public static Object[] getAssociatedObjects(Object object)
object
-
public static String getLastWorkspaceForCheckout()
public static void setWorkspaceForCheckout(String ws)
ws
- public static boolean isDocumentAssociable(Object obj)
obj
-
public static boolean isCadDrawing(Object obj)
obj
-
public static boolean isPossibleToAssociate(Object object)
object
-
public boolean isModifiable(Object object, HTTPState state)
public boolean isModifiable(Object object, WTContainer contextContainer)
public static String getWorkspaces(HTTPState state)
public static Object[] filterOriginalCopies(Object sourceObj, Object[] assocInfo)
protected static String getId(Object obj)
public static String getActiveLinkId(Object obj)
public static boolean isGhostObject(EPMDocument doc, EPMWorkspace ws)
public static String getActiveLinkObjList(Object object, EPMWorkspace ws)
public static String getAssociatedObjList(Object object, EPMWorkspace ws)
public static String getObjectDisplayIdentity(WTObject a_wtObject)
public static WTPart getActiveAssociatedPart(EPMDocument source) throws WTException
WTException
public static String getFirstWorkspaceInContainer(WTContainer container)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |