Package com.composum.sling.core.util
Class SetPropertyStrategy.Property
- java.lang.Object
-
- com.composum.sling.core.util.SetPropertyStrategy.Property
-
- All Implemented Interfaces:
SetPropertyStrategy
- Enclosing interface:
- SetPropertyStrategy
public static class SetPropertyStrategy.Property extends Object implements SetPropertyStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.composum.sling.core.util.SetPropertyStrategy
SetPropertyStrategy.MixinTypes, SetPropertyStrategy.PrimaryType, SetPropertyStrategy.Property
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jcr.Property
setProperty(javax.jcr.Node node, String name, javax.jcr.Value[] values, int type)
javax.jcr.Property
setProperty(javax.jcr.Node node, String name, javax.jcr.Value value, int type)
-
-
-
Method Detail
-
setProperty
public javax.jcr.Property setProperty(javax.jcr.Node node, String name, javax.jcr.Value value, int type) throws javax.jcr.RepositoryException
- Specified by:
setProperty
in interfaceSetPropertyStrategy
- Throws:
javax.jcr.RepositoryException
-
setProperty
public javax.jcr.Property setProperty(javax.jcr.Node node, String name, javax.jcr.Value[] values, int type) throws javax.jcr.RepositoryException
- Specified by:
setProperty
in interfaceSetPropertyStrategy
- Throws:
javax.jcr.RepositoryException
-
-