11-13-2008 05:23 AM
QName qname = QName.createQName("sc:doc");
getFileFolderService().create(parentSpace, "newtype", qname);
L'erreur:
The type is not supported by this service: {}sc:doc
Merci d'avance.
11-13-2008 08:07 AM
AuthenticationUtils.startSession(getUser(), getPassword());
Store storeRef = new Store(Constants.WORKSPACE_STORE, "SpacesStore");
String folderPath = "/app:company_home/cm:" + getRootFolder();
String timeStamp = new Long(System.currentTimeMillis()).toString();
ParentReference docParent = new ParentReference(
storeRef,
null,
folderPath,
Constants.ASSOC_CONTAINS,
Constants.createQNameString(SomeCoModel.NAMESPACE_SOMECO_CONTENT_MODEL,
getContentName() + timeStamp));
…
Il y a sûrement un service?11-18-2008 12:54 AM
Create a QName from its internal string representation of the following format: {namespaceURI}localName
11-18-2008 02:46 AM
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.