com.filenet.rm.api
Uses of Interface ValidationErrors
Packages that use ValidationErrors
Package | Description |
---|---|
com.filenet.rm.api |
Uses of ValidationErrors in com.filenet.rm.api
Modifier and Type | Method and Description |
---|---|
|
BusinessRules.validateSecurityClassification(com.filenet.wcm.api.Properties aoRecordProps,com.filenet.wcm.api.ObjectStore aoObjectStore)
Validates the specified properties to perform an initial security classification action.
|
|
BusinessRules.validateSecurityDeclassify(com.filenet.wcm.api.Properties aoRecordProps)
Validates the specified properties to perform a declassify action.
|
|
BusinessRules.validateSecurityDowngrade(com.filenet.wcm.api.Properties aoRecordProps)
Validates the specified properties to perform a downgrade action.
|
|
BusinessRules.validateSecurityUpgrade(com.filenet.wcm.api.Properties aoRecordProps)
Validates the specified properties to perform an upgrade action.
|