|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.checkin.CheckinProxy
Supported API: false
Extendable: false
Field Summary | |
static String |
ACTIVE_ASSOCIATED
|
static String |
ALL
|
static String |
ASSOCIATED
|
private String |
checkinIterationComment
|
private static String |
CLASSNAME
|
static String |
DRAWING
|
static String |
FAMILY_TABLE
|
static String |
GENERIC
|
static String |
INSTANCE
|
static String |
OPTIONAL_DEPENDENTS
|
static String |
PART
|
static String |
PASSIVE_ASSOCIATED
|
static String |
REQUIRED
|
static String |
REQUIRED_DEPENDENTS
|
private static String |
RESOURCE
|
static String |
SECONDARY_DEPENDENTS
|
static String |
SELECTED
|
Constructor Summary | |
CheckinProxy()
Supported API: false |
Method Summary | |
private Vector |
applyChoices(Vector objects,
Vector choices,
String workspaceName)
|
private Workable[] |
checkAndChangeItemFolder(Workable[] objects,
Vector folders)
|
private Workable |
checkoutObject(Workable object,
String workspaceName)
|
private Workable[] |
checkoutObjects(Workable[] array,
String workspaceName)
|
HashMap |
createOrAssociateParts(ArrayList docList,
EPMWorkspace ws,
HashMap docFolders,
Vector checkinormove)
|
Vector |
doCheckin(Vector objectsToCheckin,
Vector folderNames,
Vector notes,
boolean keepCheckedOut,
boolean autoPartCreate,
boolean oneTransaction,
String workspaceName)
Supported API: false |
Vector |
doCheckin(Vector objectsToCheckin,
Vector folders,
Vector choices,
boolean autoPartCreate,
boolean oneTransaction,
String workspaceName)
|
Vector |
doCheckin(Vector objectsToCheckin,
Vector folders,
Vector choices,
boolean autoPartCreate,
boolean oneTransaction,
String workspaceName,
boolean isWildfire,
String iterationComment)
|
static String |
getKey(Object obj)
|
Vector |
getObjectDependencies(Vector objectList,
EPMWorkspace workspace)
Supported API: false |
Vector |
getObjectDependencies(Vector objectList,
String workspaceName)
Supported API: false |
Object[] |
getObjectDependencies(Vector selectedObjects,
String workspaceName,
boolean nothing)
|
void |
setCheckinIterationComment(String iterationComment)
|
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
public static final String ASSOCIATED
public static final String ACTIVE_ASSOCIATED
public static final String PASSIVE_ASSOCIATED
public static final String DRAWING
public static final String REQUIRED
public static final String ALL
public static final String REQUIRED_DEPENDENTS
public static final String OPTIONAL_DEPENDENTS
public static final String SECONDARY_DEPENDENTS
public static final String SELECTED
public static final String FAMILY_TABLE
public static final String GENERIC
public static final String INSTANCE
public static final String PART
private String checkinIterationComment
Constructor Detail |
public CheckinProxy()
Method Detail |
public Vector doCheckin(Vector objectsToCheckin, Vector folderNames, Vector notes, boolean keepCheckedOut, boolean autoPartCreate, boolean oneTransaction, String workspaceName)
objectsToCheckin
- folderNames
- notes
- keepCheckedOut
- autoPartCreate
- oneTransaction
- workspaceName
-
public Vector getObjectDependencies(Vector objectList, String workspaceName) throws Exception
objectList
- workspaceName
-
Exception
public Vector getObjectDependencies(Vector objectList, EPMWorkspace workspace) throws Exception
objectList
- workspace
-
Exception
private Vector applyChoices(Vector objects, Vector choices, String workspaceName)
private Workable[] checkoutObjects(Workable[] array, String workspaceName)
private Workable checkoutObject(Workable object, String workspaceName)
private Workable[] checkAndChangeItemFolder(Workable[] objects, Vector folders)
public Vector doCheckin(Vector objectsToCheckin, Vector folders, Vector choices, boolean autoPartCreate, boolean oneTransaction, String workspaceName)
public Vector doCheckin(Vector objectsToCheckin, Vector folders, Vector choices, boolean autoPartCreate, boolean oneTransaction, String workspaceName, boolean isWildfire, String iterationComment)
public Object[] getObjectDependencies(Vector selectedObjects, String workspaceName, boolean nothing) throws Exception
Exception
public static String getKey(Object obj)
public HashMap createOrAssociateParts(ArrayList docList, EPMWorkspace ws, HashMap docFolders, Vector checkinormove) throws WTException
WTException
public void setCheckinIterationComment(String iterationComment)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |