public class StateReferenceHelper extends Object
Constructor and Description |
---|
StateReferenceHelper() |
Modifier and Type | Method and Description |
---|---|
static List<?> |
getChildrenForNode(Object node) |
static Object |
getChildrenState(Object state) |
static String |
getIdForNode(Object node) |
static Object |
getStateForPath(List<?> nodes,
String[] path,
Object[] states) |
static String |
getTypeForNode(Object node) |
public StateReferenceHelper()
public static String getIdForNode(Object node) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
public static Object getStateForPath(List<?> nodes, String[] path, Object[] states) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
public static List<?> getChildrenForNode(Object node) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
public static Object getChildrenState(Object state)
public static String getTypeForNode(Object node) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
Copyright © 2017 Nuxeo. All rights reserved.