04-24-2006 06:46 PM
05-02-2006 06:37 AM
05-02-2006 11:05 AM
// Set the folder location
protected static String DOCUMENT_FOLDER = "/app:company_home/*[@cm:name=\"Web Service Sample Folder\"]";
// Start the session
AuthenticationUtils.startSession(USERNAME, PASSWORD);
Reference homeReference = new Reference(STORE, null, DOCUMENT_FOLDER);
Node[] readResult = WebServiceFactory.getRepositoryService().get(
new Predicate(new Reference[]{homeReference}, STORE, null)
);
// Update the homeReference variable as read from repository
homeReference = readResult[0].getReference();
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.