| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.authoring | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
static NodeRef |
Utils.convertToNodeRef(ParentReference parentRef,
NodeService nodeService,
SearchService searchService,
org.alfresco.service.namespace.NamespaceService namespaceService)
Converts the given ParentReference web service type into a repository
NodeRef
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutResult |
AuthoringServiceSoapPort.checkout(Predicate items,
ParentReference destination)
Checkout a content resource for editing.
|
CheckoutResult |
AuthoringWebService.checkout(Predicate items,
ParentReference destination) |
| Modifier and Type | Method and Description |
|---|---|
ParentReference |
CMLCreate.getParent()
Gets the parent value for this CMLCreate.
|
ParentReference |
CMLCopy.getTo()
Gets the to value for this CMLCopy.
|
ParentReference |
CMLAddChild.getTo()
Gets the to value for this CMLAddChild.
|
ParentReference |
CMLMove.getTo()
Gets the to value for this CMLMove.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMLCreate.setParent(ParentReference parent)
Sets the parent value for this CMLCreate.
|
void |
CMLCopy.setTo(ParentReference to)
Sets the to value for this CMLCopy.
|
void |
CMLAddChild.setTo(ParentReference to)
Sets the to value for this CMLAddChild.
|
void |
CMLMove.setTo(ParentReference to)
Sets the to value for this CMLMove.
|
| Constructor and Description |
|---|
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) |
CMLCreate(String id,
ParentReference parent,
String parent_id,
String associationType,
String childName,
String type,
NamedValue[] property) |
CMLMove(ParentReference to,
String to_id,
String associationType,
String childName,
Predicate where,
String where_id) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.