public class NodeUtils extends Object
Constructor and Description |
---|
NodeUtils() |
Modifier and Type | Method and Description |
---|---|
static org.alfresco.webservice.types.Node |
get(String endpoint,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session,
org.alfresco.webservice.types.Predicate predicate)
Retrieve a specific instance of a content required in the predicate object
|
static String |
getUuidFromNodeReference(String nodeReference)
Build the UUID starting from the Alfresco node reference
|
static String |
getVersionLabel(org.alfresco.webservice.types.NamedValue[] properties) |
static boolean |
isVersioned(String[] aspects) |
public static org.alfresco.webservice.types.Node get(String endpoint, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session, org.alfresco.webservice.types.Predicate predicate) throws IOException
username
- password
- session
- predicate
- IOException
public static boolean isVersioned(String[] aspects)
aspects
- public static String getVersionLabel(org.alfresco.webservice.types.NamedValue[] properties)
properties
-