| Modifier and Type | Method and Description |
|---|---|
static List<NodeRef> |
Utils.resolvePredicate(Predicate predicate,
NodeService nodeService,
SearchService searchService,
org.alfresco.service.namespace.NamespaceService namespaceService)
Resolves the given predicate into a list of NodeRefs that can be acted
upon
|
| Modifier and Type | Method and Description |
|---|---|
ACL[] |
AccessControlServiceSoapPort.addACEs(Predicate predicate,
ACE[] aces)
Adds a number of ACE's to a collection of references.
|
ACL[] |
AccessControlWebService.addACEs(Predicate predicate,
ACE[] aces) |
ACL[] |
AccessControlServiceSoapPort.getACLs(Predicate predicate,
ACE filter)
Get the list of the ACL's for a reference.
|
ACL[] |
AccessControlWebService.getACLs(Predicate predicate,
ACE filter) |
OwnerResult[] |
AccessControlServiceSoapPort.getOwners(Predicate predicate)
Get the current node owner.
|
OwnerResult[] |
AccessControlWebService.getOwners(Predicate predicate) |
GetPermissionsResult[] |
AccessControlServiceSoapPort.getPermissions(Predicate predicate)
Gets a list of the settable permissions for a set of references.
|
GetPermissionsResult[] |
AccessControlWebService.getPermissions(Predicate predicate) |
HasPermissionsResult[] |
AccessControlServiceSoapPort.hasPermissions(Predicate predicate,
String[] permissions)
Determines whether the current authenticated user has the permissions
on each of the specified references.
|
HasPermissionsResult[] |
AccessControlWebService.hasPermissions(Predicate predicate,
String[] permissions) |
ACL[] |
AccessControlServiceSoapPort.removeACEs(Predicate predicate,
ACE[] aces)
Removes ACE's from a collection of references.
|
ACL[] |
AccessControlWebService.removeACEs(Predicate predicate,
ACE[] aces) |
ACL[] |
AccessControlServiceSoapPort.setInheritPermission(Predicate predicate,
boolean inheritPermission)
Set the inherit permission property of a set of references.
|
ACL[] |
AccessControlWebService.setInheritPermission(Predicate predicate,
boolean inheritPermission) |
OwnerResult[] |
AccessControlServiceSoapPort.setOwners(Predicate predicate,
String owner)
Sets the current node owner.
|
OwnerResult[] |
AccessControlWebService.setOwners(Predicate predicate,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionResult[] |
ActionServiceSoapPort.executeActions(Predicate predicate,
Action[] actions)
Executes actions.
|
ActionExecutionResult[] |
ActionWebService.executeActions(Predicate predicate,
Action[] webServiceActions) |
ActionExecutionResult[] |
ActionWebService.executeActionsImpl(Predicate predicate,
Action[] webServiceActions)
Execute actions implementation
|
| Modifier and Type | Method and Description |
|---|---|
CancelCheckoutResult |
AuthoringServiceSoapPort.cancelCheckout(Predicate items)
Cancels the checkout.
|
CancelCheckoutResult |
AuthoringWebService.cancelCheckout(Predicate items) |
CheckinResult |
AuthoringServiceSoapPort.checkin(Predicate items,
NamedValue[] comments,
boolean keepCheckedOut)
Checkin a content resource.
|
CheckinResult |
AuthoringWebService.checkin(Predicate items,
NamedValue[] comments,
boolean keepCheckedOut) |
CheckoutResult |
AuthoringServiceSoapPort.checkout(Predicate items,
ParentReference destination)
Checkout a content resource for editing.
|
CheckoutResult |
AuthoringWebService.checkout(Predicate items,
ParentReference destination) |
VersionResult |
AuthoringServiceSoapPort.createVersion(Predicate items,
NamedValue[] comments,
boolean versionChildren)
Create a snapshot of the specified node(s) in the version store.
|
VersionResult |
AuthoringWebService.createVersion(Predicate items,
NamedValue[] comments,
boolean versionChildren) |
LockStatus[] |
AuthoringServiceSoapPort.getLockStatus(Predicate items)
Gets the lock status of the specified nodes.
|
LockStatus[] |
AuthoringWebService.getLockStatus(Predicate items) |
Reference[] |
AuthoringServiceSoapPort.lock(Predicate items,
boolean lockChildren,
LockTypeEnum lockType)
Locks a content resource.
|
Reference[] |
AuthoringWebService.lock(Predicate items,
boolean lockChildren,
LockTypeEnum lockType) |
Reference[] |
AuthoringServiceSoapPort.unlock(Predicate items,
boolean unlockChildren)
Unlocks a content resource.
|
Reference[] |
AuthoringWebService.unlock(Predicate items,
boolean unlockChildren) |
| Modifier and Type | Method and Description |
|---|---|
CategoriesResult[] |
ClassificationWebService.getCategories(Predicate items) |
CategoriesResult[] |
ClassificationServiceSoapPort.getCategories(Predicate items)
Gets the categories applied to the specified content resource.
|
CategoriesResult[] |
ClassificationWebService.setCategories(Predicate items,
AppliedCategory[] categories) |
CategoriesResult[] |
ClassificationServiceSoapPort.setCategories(Predicate items,
AppliedCategory[] categories)
Modifies the categories applied to the specified content resource.
|
| Modifier and Type | Method and Description |
|---|---|
Content[] |
ContentWebService.clear(Predicate items,
String property) |
Content[] |
ContentServiceSoapPort.clear(Predicate items,
String property)
Clears content from the repository.
|
Content[] |
ContentWebService.read(Predicate items,
String property) |
Content[] |
ContentServiceSoapPort.read(Predicate items,
String property)
Retrieves content from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
NodeDefinition[] |
RepositoryWebService.describe(Predicate items)
Describes a content resource.
|
NodeDefinition[] |
RepositoryServiceSoapPort.describe(Predicate items)
Describes a content resource.
|
Node[] |
RepositoryWebService.get(Predicate where)
Gets the nodes associatiated with the predicate provided.
|
Node[] |
RepositoryServiceSoapPort.get(Predicate where)
Gets a resource from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
CMLCreateAssociation.getFrom()
Gets the from value for this CMLCreateAssociation.
|
Predicate |
CMLRemoveAssociation.getFrom()
Gets the from value for this CMLRemoveAssociation.
|
Predicate |
CMLCreateAssociation.getTo()
Gets the to value for this CMLCreateAssociation.
|
Predicate |
CMLRemoveAssociation.getTo()
Gets the to value for this CMLRemoveAssociation.
|
Predicate |
CMLCopy.getWhere()
Gets the where value for this CMLCopy.
|
Predicate |
CMLUpdate.getWhere()
Gets the where value for this CMLUpdate.
|
Predicate |
CMLRemoveChild.getWhere()
Gets the where value for this CMLRemoveChild.
|
Predicate |
CMLAddChild.getWhere()
Gets the where value for this CMLAddChild.
|
Predicate |
CMLAddAspect.getWhere()
Gets the where value for this CMLAddAspect.
|
Predicate |
CMLDelete.getWhere()
Gets the where value for this CMLDelete.
|
Predicate |
CMLMove.getWhere()
Gets the where value for this CMLMove.
|
Predicate |
CMLRemoveAspect.getWhere()
Gets the where value for this CMLRemoveAspect.
|
Predicate |
CMLWriteContent.getWhere()
Gets the where value for this CMLWriteContent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMLCreateAssociation.setFrom(Predicate from)
Sets the from value for this CMLCreateAssociation.
|
void |
CMLRemoveAssociation.setFrom(Predicate from)
Sets the from value for this CMLRemoveAssociation.
|
void |
CMLCreateAssociation.setTo(Predicate to)
Sets the to value for this CMLCreateAssociation.
|
void |
CMLRemoveAssociation.setTo(Predicate to)
Sets the to value for this CMLRemoveAssociation.
|
void |
CMLCopy.setWhere(Predicate where)
Sets the where value for this CMLCopy.
|
void |
CMLUpdate.setWhere(Predicate where)
Sets the where value for this CMLUpdate.
|
void |
CMLRemoveChild.setWhere(Predicate where)
Sets the where value for this CMLRemoveChild.
|
void |
CMLAddChild.setWhere(Predicate where)
Sets the where value for this CMLAddChild.
|
void |
CMLAddAspect.setWhere(Predicate where)
Sets the where value for this CMLAddAspect.
|
void |
CMLDelete.setWhere(Predicate where)
Sets the where value for this CMLDelete.
|
void |
CMLMove.setWhere(Predicate where)
Sets the where value for this CMLMove.
|
void |
CMLRemoveAspect.setWhere(Predicate where)
Sets the where value for this CMLRemoveAspect.
|
void |
CMLWriteContent.setWhere(Predicate where)
Sets the where value for this CMLWriteContent.
|
| Constructor and Description |
|---|
CMLAddAspect(String aspect,
NamedValue[] property,
Predicate where,
String where_id) |
CMLAddChild(ParentReference to,
String to_id,
String associationType,
String childName,
Predicate where,
String where_id) |
CMLCopy(ParentReference to,
String to_id,
String associationType,
String childName,
Predicate where,
String where_id,
Boolean children) |
CMLCreateAssociation(Predicate from,
String from_id,
Predicate to,
String to_id,
String association) |
CMLDelete(Predicate where) |
CMLMove(ParentReference to,
String to_id,
String associationType,
String childName,
Predicate where,
String where_id) |
CMLRemoveAspect(String aspect,
Predicate where,
String where_id) |
CMLRemoveAssociation(Predicate from,
String from_id,
Predicate to,
String to_id,
String association) |
CMLRemoveChild(Reference from,
String from_id,
Predicate where,
String where_id) |
CMLUpdate(NamedValue[] property,
Predicate where,
String where_id) |
CMLWriteContent(String property,
byte[] content,
ContentFormat format,
Predicate where,
String where_id) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.