Class PropertyLimitations
java.lang.Object
com.evolveum.midpoint.schema.processor.PropertyLimitations
- All Implemented Interfaces:
DebugDumpable
,Serializable
- Author:
- semancik
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canAdd()
Returns `true` if the `add` operation is allowed.boolean
Returns `true` if the `modify` operation is allowed.boolean
canRead()
Returns `true` if the `read` operation is allowed.debugDump
(int indent) boolean
int
int
int
hashCode()
void
setAccess
(PropertyAccessType access) void
setMaxOccurs
(int maxOccurs) void
setMinOccurs
(int minOccurs) void
setProcessing
(ItemProcessing processing) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
PropertyLimitations
public PropertyLimitations()
-
-
Method Details
-
getProcessing
-
setProcessing
-
getMinOccurs
public int getMinOccurs() -
setMinOccurs
public void setMinOccurs(int minOccurs) -
getMaxOccurs
public int getMaxOccurs() -
setMaxOccurs
public void setMaxOccurs(int maxOccurs) -
getAccess
-
setAccess
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
toString
-
canModify
public boolean canModify()Returns `true` if the `modify` operation is allowed. -
canAdd
public boolean canAdd()Returns `true` if the `add` operation is allowed. -
canRead
public boolean canRead()Returns `true` if the `read` operation is allowed. -
equals
-
hashCode
public int hashCode()
-