| Modifier and Type | Method and Description |
|---|---|
static CMISUtil.DocumentAspect |
CMISUtil.DocumentAspect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISUtil.DocumentAspect[] |
CMISUtil.DocumentAspect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentAspects.addAspect(org.apache.chemistry.opencmis.client.api.Session session,
String siteName,
String contentName,
CMISUtil.DocumentAspect aspect)
Add aspect for document or folder
|
void |
ContentAspects.addAspect(String userName,
String password,
String siteName,
String contentName,
CMISUtil.DocumentAspect aspect)
Add aspect for document or folder
|
void |
ContentAspects.removeAspect(String userName,
String password,
String siteName,
String contentName,
CMISUtil.DocumentAspect aspectToRemove)
Remove aspect from document or folder
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CMISUtil.addAspect(org.apache.chemistry.opencmis.client.api.Session session,
String contentNodeRef,
List<CMISUtil.DocumentAspect> documentAspects)
Method to add aspect
|
Copyright © 2016 Alfresco Software. All rights reserved.