| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.mapping |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISTypesFilterEnum> |
CMISTypesFilterEnum.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
static CMISTypesFilterEnum |
CMISTypesFilterEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISTypesFilterEnum[] |
CMISTypesFilterEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.query.PagingResults<FileInfo> |
CMISServices.getChildren(org.alfresco.service.cmr.repository.NodeRef parent,
CMISTypesFilterEnum typesFilter,
BigInteger maxItems,
BigInteger skipCount,
String orderBy)
Get node children
|
org.alfresco.service.cmr.repository.NodeRef[] |
CMISServices.getChildren(org.alfresco.service.cmr.repository.NodeRef parent,
CMISTypesFilterEnum typesFilter,
String orderBy)
Get node children
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.query.PagingResults<FileInfo> |
CMISServicesImpl.getChildren(org.alfresco.service.cmr.repository.NodeRef folderNodeRef,
CMISTypesFilterEnum typesFilter,
BigInteger maxItems,
BigInteger skipCount,
String orderBy) |
org.alfresco.service.cmr.repository.NodeRef[] |
CMISServicesImpl.getChildren(org.alfresco.service.cmr.repository.NodeRef folderNodeRef,
CMISTypesFilterEnum typesFilter,
String orderBy) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.