|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
boolean |
doesModelNameContainValidCharacters(String modelName,
String modelType)
checks whether the user entered valid CAD model name Supported API: false |
boolean |
doesModelNameExistInWorkspace(EPMWorkspace wsObj,
String modelName)
Checks whether any EPM document in the workspace has the given model name. |
int |
getModelNamesMaxSize()
Supported API: false |
int |
getNamesMaxSize()
Supported API: false |
int |
getNumbersMaxSize()
Supported API: false |
String |
getPrefFileSectionName()
Returns name of the section in datasource file for a CAD document. |
boolean |
isFileNameChangeable(EPMDocument epmDocument)
|
boolean |
isModelExtensionValid(String modelName,
String modelType)
Validate extension (.prt, .asm etc.) as specified in this model name. |
boolean |
isModelNameSizeValid(String modelName)
Validate the size of the model name as for some of the documents (e.g. |
boolean |
isNameChangeable(EPMDocument epmDocument)
|
boolean |
isNameSizeValid(String name)
Validate the size of the document name. |
boolean |
isNumberChangeable(EPMDocument epmDocument)
|
boolean |
isNumberSizeValid(String number)
Validate the size of the document number. |
String |
validModelExtensions(String modelType)
Supported API: false |
Method Detail |
public boolean isModelNameSizeValid(String modelName)
modelName
-
public boolean doesModelNameContainValidCharacters(String modelName, String modelType)
modelName
- modelType
-
public int getModelNamesMaxSize()
public boolean isModelExtensionValid(String modelName, String modelType)
modelName
- modelType
-
public String validModelExtensions(String modelType)
modelType
-
public boolean isNameSizeValid(String name)
name
-
public int getNamesMaxSize()
public boolean isNumberSizeValid(String number)
number
-
public int getNumbersMaxSize()
public String getPrefFileSectionName()
public boolean doesModelNameExistInWorkspace(EPMWorkspace wsObj, String modelName) throws WTException
wsObj
- modelName
-
WTException
public boolean isNumberChangeable(EPMDocument epmDocument) throws WTException
WTException
public boolean isNameChangeable(EPMDocument epmDocument) throws WTException
WTException
public boolean isFileNameChangeable(EPMDocument epmDocument) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |