|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WARNING : End User should not provide implementation for this delegate.
If new delegate is required, GSO needs to develop this in consultation
with R & D.
Supported API: false
Extendable: false
Method Summary | |
boolean |
allowDeleteInWorkspace()
A flag to determine if deleting an EPMDocument in workspace is allowed or not by an given authoring application. |
boolean |
contentContainsDependentCADName()
Supported API: false |
WTCollection |
getStaleContents(StaleDocumentInfo info)
Given a EPMDocument, a list of modified IBAs, a list of modified ContentItems and a list of remaining unchanged ContentItems on the document, returns a subset of the unchanged ContentItems that should be marked as stale. |
boolean |
isCopyAllowed(EPMAuthoringAppVersion authoringAppVersion)
Return true if copy of EPMDocument with the EPMAuthoringAppVersion is allowed. |
boolean |
isPartialFamilyCopyAllowed(EPMAuthoringAppVersion authoringAppVersion)
Return true if partial copy of epmfamily is allowed. |
void |
validateCADName(EPMDocumentMaster master,
String newCADName)
Given a EPMDocumentMaster and its new CAD name, applies authoring application specific rules to validate the new CAD name. |
Method Detail |
public boolean contentContainsDependentCADName()
public boolean allowDeleteInWorkspace()
public boolean isCopyAllowed(EPMAuthoringAppVersion authoringAppVersion)
authoringAppVersion
-
public boolean isPartialFamilyCopyAllowed(EPMAuthoringAppVersion authoringAppVersion)
authoringAppVersion
-
public void validateCADName(EPMDocumentMaster master, String newCADName) throws WTException
master
- newCADName
-
WTException
public WTCollection getStaleContents(StaleDocumentInfo info) throws WTException
info
- Containing an EPMDocument and its related stale information
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |