|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintViolationException | |
com.jeceira.item | |
com.jeceira.item.proxy | |
com.jeceira.nodetype | |
com.jeceira.session | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
javax.jcr.query | Provides interfaces and classes for JCR searching functionality. |
Uses of ConstraintViolationException in com.jeceira.item |
Methods in com.jeceira.item that throw ConstraintViolationException | |
SessionNode |
SessionNode.addNode(ItemName childName,
NodeTypeName childNodeTypeName)
Adds a child node to this. |
SessionProperty |
PropertyBuilder.createProperty(SessionNode parentNode,
boolean initial)
Creates an instance of SessionProperty and initializes it
appropriately with the attributes of this builder. |
(package private) void |
SessionProperty.doSetValue(SessionValue v)
Actually sets the value of this single-value property. |
void |
SessionProperty.setValue(SessionValue value)
Sets the value of this property and makes a state transition. |
void |
SessionProperty.setValue(SessionValue[] vs)
Sets the value of this property and makes a state transition. |
Uses of ConstraintViolationException in com.jeceira.item.proxy |
Methods in com.jeceira.item.proxy that throw ConstraintViolationException | |
void |
PropertyProxy.setValue(boolean booleanValue)
|
void |
PropertyProxy.setValue(java.util.Calendar dateValue)
|
void |
PropertyProxy.setValue(double doubleValue)
|
void |
PropertyProxy.setValue(java.io.InputStream inputStream)
|
void |
PropertyProxy.setValue(long longValue)
|
void |
PropertyProxy.setValue(Node referenceValue)
|
void |
PropertyProxy.setValue(java.lang.String stringValue)
|
void |
PropertyProxy.setValue(java.lang.String[] stringValues)
|
void |
PropertyProxy.setValue(Value value)
|
void |
PropertyProxy.setValue(Value[] values)
|
void |
NodeProxy.addMixin(java.lang.String mixinName)
|
Node |
NodeProxy.addNode(java.lang.String relPath)
|
Node |
NodeProxy.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
|
void |
NodeProxy.orderBefore(java.lang.String srcChildRelPath,
java.lang.String destChildRelPath)
|
void |
NodeProxy.removeMixin(java.lang.String mixinName)
|
void |
NodeProxy.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
|
Property |
NodeProxy.setProperty(java.lang.String name,
boolean value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.util.Calendar value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
double value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.io.InputStream value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
long value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
Node value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.lang.String value)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.lang.String value,
int type)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.lang.String[] values)
|
Property |
NodeProxy.setProperty(java.lang.String name,
java.lang.String[] values,
int type)
|
Property |
NodeProxy.setProperty(java.lang.String name,
Value value)
The spec does not explicitly cover the case of non-existent property and null value argument. |
Property |
NodeProxy.setProperty(java.lang.String name,
Value value,
int type)
|
Property |
NodeProxy.setProperty(java.lang.String name,
Value[] values)
|
Property |
NodeProxy.setProperty(java.lang.String name,
Value[] values,
int type)
|
void |
ItemProxy.remove()
|
void |
ItemProxy.save()
|
Uses of ConstraintViolationException in com.jeceira.nodetype |
Methods in com.jeceira.nodetype that throw ConstraintViolationException | |
SessionNodeDef |
DefaultDefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName)
|
SessionNodeDef |
DefaultDefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName,
SessionNodeType primaryNodeType)
This method returns an appropriate child node defintion for a child with the given name and primary node type. |
SessionPropertyDef |
DefaultDefPolicy.getPropertyDef(SessionNode parentNode,
ItemName propertyName,
boolean isMultiple)
Returns a property definition of a node type matching the specified property name. |
abstract SessionNodeDef |
DefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName)
Returns a node definition matching the specified child node name. |
abstract SessionNodeDef |
DefPolicy.getNodeDef(SessionNode parentNode,
ItemName childNodeName,
SessionNodeType primaryNodeType)
Returns a node definition matching the specified child node name and primary node type. |
abstract SessionPropertyDef |
DefPolicy.getPropertyDef(SessionNode parentNode,
ItemName propertyName,
boolean isMultiple)
Returns a property definition matching the specified property name. |
Uses of ConstraintViolationException in com.jeceira.session |
Methods in com.jeceira.session that throw ConstraintViolationException | |
org.xml.sax.ContentHandler |
SessionImpl.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
|
void |
SessionImpl.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
|
void |
SessionImpl.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
void |
SessionImpl.save()
|
void |
TransientWorkspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
|
void |
TransientWorkspace.copy(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
void |
TransientWorkspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
org.xml.sax.ContentHandler |
TransientWorkspace.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
|
void |
TransientWorkspace.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
|
void |
TransientWorkspace.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
Uses of ConstraintViolationException in javax.jcr |
Methods in javax.jcr that throw ConstraintViolationException | |
void |
Item.save()
Validates all pending changes currently recorded in this Session that apply to this Item
or any of its descendants (that is, the subtree rooted at this Item). |
void |
Item.remove()
Removes this item (and its subtree). |
void |
Workspace.copy(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
This method copies the node at srcAbsPath to the new location at
destAbsPath . |
void |
Workspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
This method copies the subtree at srcAbsPath in srcWorkspace
to destAbsPath in this workspace. |
void |
Workspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
Clones the subtree at the node srcAbsPath in srcWorkspace to the new location at
destAbsPath in this workspace. |
void |
Workspace.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
Moves the node at srcAbsPath (and its entire subtree) to the
new location at destAbsPath . |
org.xml.sax.ContentHandler |
Workspace.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
Returns an org.xml.sax.ContentHandler which can be used to push SAX events into the repository. |
void |
Workspace.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath . |
void |
Property.setValue(Value value)
Sets the value of this property to value . |
void |
Property.setValue(Value[] values)
Sets the value of this property to the values array. |
void |
Property.setValue(java.lang.String value)
Sets the value of this property to value . |
void |
Property.setValue(java.lang.String[] values)
Sets the value of this property to the values array. |
void |
Property.setValue(java.io.InputStream value)
Sets the value of this property to value . |
void |
Property.setValue(long value)
Sets the value of this property to value . |
void |
Property.setValue(double value)
Sets the value of this property to value . |
void |
Property.setValue(java.util.Calendar value)
Sets the value of this property to value . |
void |
Property.setValue(boolean value)
Sets the value of this property to value . |
void |
Property.setValue(Node value)
Sets this REFERENCE property to refer to the specified node. |
void |
Session.move(java.lang.String srcAbsPath,
java.lang.String destAbsPath)
Moves the node at srcAbsPath (and its entire subtree) to the new location
at destAbsPath . |
void |
Session.save()
Validates all pending changes currently recorded in this Session . |
org.xml.sax.ContentHandler |
Session.getImportContentHandler(java.lang.String parentAbsPath,
int uuidBehavior)
Returns an org.xml.sax.ContentHandler which can be used to
push SAX events into the repository. |
void |
Session.importXML(java.lang.String parentAbsPath,
java.io.InputStream in,
int uuidBehavior)
Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath. |
Node |
Node.addNode(java.lang.String relPath)
Creates a new node at relPath . |
Node |
Node.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
Creates a new node at relPath of the specified node type. |
void |
Node.orderBefore(java.lang.String srcChildRelPath,
java.lang.String destChildRelPath)
If this node supports child node ordering, this method inserts the child node at srcChildRelPath before its sibling, the child node at destChildRelPath ,
in the child node list. |
Property |
Node.setProperty(java.lang.String name,
Value value)
Sets the specified (single-value) property of this node to the specified value . |
Property |
Node.setProperty(java.lang.String name,
Value value,
int type)
Sets the specified (single-value) property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
Value[] values)
Sets the specified (multi-value) property to the specified array of values. |
Property |
Node.setProperty(java.lang.String name,
Value[] values,
int type)
Sets the specified (multi-value) property to the specified array of values. |
Property |
Node.setProperty(java.lang.String name,
java.lang.String[] values)
Sets the specified property to the specified array of values. |
Property |
Node.setProperty(java.lang.String name,
java.lang.String[] values,
int type)
Sets the specified property to the specified array of values and to the specified type. |
Property |
Node.setProperty(java.lang.String name,
java.lang.String value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
java.lang.String value,
int type)
Sets the specified (single-value) property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
java.io.InputStream value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
boolean value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
double value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
long value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
java.util.Calendar value)
Sets the specified property to the specified value. |
Property |
Node.setProperty(java.lang.String name,
Node value)
Sets the specified ( REFERENCE )property
to refer to the specified Node . |
void |
Node.addMixin(java.lang.String mixinName)
Adds the specified mixin node type to this node. |
void |
Node.removeMixin(java.lang.String mixinName)
Removes the specified mixin node type from this node. |
void |
Node.restore(Version version,
java.lang.String relPath,
boolean removeExisting)
Restores the specified version to relPath , relative to this node. |
Uses of ConstraintViolationException in javax.jcr.query |
Methods in javax.jcr.query that throw ConstraintViolationException | |
Node |
Query.storeAsNode(java.lang.String absPath)
Creates a node representing this Query in content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |