|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handle name/number changing for EPM objects
Supported API: false
Extendable: false
Method Summary | |
void |
checkContents(EPMObject target,
String newNumber)
For a given WTObject check that the numbering change is permissible given the current content on any and all iterations. |
void |
renumberContents(EPMObject target,
String oldNumber,
String newNumber)
Perform the number change for any and all iterations of the given object. |
void |
renumberIteration(FormatContentHolder holder,
String oldNumber,
String newNumber)
For a given FormatContentHolder, do the required modification of content for a number change Supported API: false |
Method Detail |
public void renumberContents(EPMObject target, String oldNumber, String newNumber) throws WTException
target
- oldNumber
- newNumber
- The proposed new value for the "number" identifier.
WTException
public void checkContents(EPMObject target, String newNumber) throws WTException
target
- newNumber
- The proposed new value for the "number" identifier.
WTException
public void renumberIteration(FormatContentHolder holder, String oldNumber, String newNumber) throws WTException, PropertyVetoException, IOException
holder
- oldNumber
- newNumber
-
WTException
PropertyVetoException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |