Package com.composum.sling.core.util
Interface SetPropertyStrategy
-
- All Known Implementing Classes:
SetPropertyStrategy.MixinTypes
,SetPropertyStrategy.PrimaryType
,SetPropertyStrategy.Property
public interface SetPropertyStrategy
the mapping interface and their implementations to change some protected 'properties' like mixin types and the primary node type
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SetPropertyStrategy.MixinTypes
static class
SetPropertyStrategy.PrimaryType
static class
SetPropertyStrategy.Property
-
Method Summary
All Methods Instance Methods Abstract 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
javax.jcr.Property setProperty(javax.jcr.Node node, String name, javax.jcr.Value value, int type) throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
setProperty
javax.jcr.Property setProperty(javax.jcr.Node node, String name, javax.jcr.Value[] values, int type) throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
-