Class CompiledObject.Operation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.object.N2oObject.Operation
-
- net.n2oapp.framework.api.metadata.local.CompiledObject.Operation
-
- All Implemented Interfaces:
Serializable,ExtensionAttributesAware,IdAware,PropertiesAware,Compiled,Source
- Enclosing class:
- CompiledObject
public static class CompiledObject.Operation extends N2oObject.Operation implements Compiled, PropertiesAware
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.global.dao.object.N2oObject.Operation
N2oObject.Operation.Validations
-
-
Constructor Summary
Constructors Constructor Description Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Validation>getValidationsMap()Map<String,Validation>getWhiteListValidationsMap()booleanisValidationEnable()voidsetWhiteListValidationsMap(Map<String,Validation> whiteListValidationsMap)-
Methods inherited from class net.n2oapp.framework.api.metadata.global.dao.object.N2oObject.Operation
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Method Detail
-
getWhiteListValidationsMap
public Map<String,Validation> getWhiteListValidationsMap()
-
setWhiteListValidationsMap
public void setWhiteListValidationsMap(Map<String,Validation> whiteListValidationsMap)
-
isValidationEnable
public boolean isValidationEnable()
-
getValidationsMap
public Map<String,Validation> getValidationsMap()
-
-