Class StateUtility
- java.lang.Object
-
- org.apache.jackrabbit.jcr2spi.util.StateUtility
-
public final class StateUtility extends Object
StateUtility...
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Name[]getMixinNames(PropertyState ps)static NamegetPrimaryTypeName(PropertyState ps)static booleanisMovedState(NodeState state)static booleanisUuidOrMixin(Name propName)
-
-
-
Method Detail
-
getMixinNames
public static Name[] getMixinNames(PropertyState ps)
- Parameters:
ps-- Returns:
- Throws:
IllegalArgumentException- if the name of the PropertyState is NOTNameConstants.JCR_MIXINTYPES
-
getPrimaryTypeName
public static Name getPrimaryTypeName(PropertyState ps) throws RepositoryException
- Throws:
RepositoryException
-
isUuidOrMixin
public static boolean isUuidOrMixin(Name propName)
-
isMovedState
public static boolean isMovedState(NodeState state)
-
-