| Modifier and Type | Method and Description |
|---|---|
static Reference |
Utils.convertToReference(NodeService nodeService,
org.alfresco.service.namespace.NamespaceService namespaceService,
NodeRef node)
Converts the given repository NodeRef object into a web service Reference
type
|
| Modifier and Type | Method and Description |
|---|---|
static NodeRef |
Utils.convertToNodeRef(Reference ref,
NodeService nodeService,
SearchService searchService,
org.alfresco.service.namespace.NamespaceService namespaceService)
Converts the given Reference web service type into a repository NodeRef
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ACL.getReference()
Gets the reference value for this ACL.
|
Reference |
OwnerResult.getReference()
Gets the reference value for this OwnerResult.
|
Reference |
HasPermissionsResult.getReference()
Gets the reference value for this HasPermissionsResult.
|
Reference |
GetPermissionsResult.getReference()
Gets the reference value for this GetPermissionsResult.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACL.setReference(Reference reference)
Sets the reference value for this ACL.
|
void |
OwnerResult.setReference(Reference reference)
Sets the reference value for this OwnerResult.
|
void |
HasPermissionsResult.setReference(Reference reference)
Sets the reference value for this HasPermissionsResult.
|
void |
GetPermissionsResult.setReference(Reference reference)
Sets the reference value for this GetPermissionsResult.
|
| Constructor and Description |
|---|
ACL(Reference reference,
boolean inheritPermissions,
ACE[] aces) |
GetPermissionsResult(Reference reference,
String[] permissions) |
HasPermissionsResult(Reference reference,
String permission,
AccessStatus accessStatus) |
OwnerResult(Reference reference,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Action.getActionReference()
Gets the actionReference value for this Action.
|
Reference |
Rule.getOwningReference()
Gets the owningReference value for this Rule.
|
Reference |
ActionExecutionResult.getReference()
Gets the reference value for this ActionExecutionResult.
|
Reference |
Rule.getRuleReference()
Gets the ruleReference value for this Rule.
|
| Modifier and Type | Method and Description |
|---|---|
Action[] |
ActionServiceSoapPort.getActions(Reference reference,
ActionFilter filter)
Gets the actions saved against a reference.
|
Action[] |
ActionWebService.getActions(Reference reference,
ActionFilter filter) |
Rule[] |
ActionServiceSoapPort.getRules(Reference reference,
RuleFilter ruleFilter)
Gets the rules for a reference.
|
Rule[] |
ActionWebService.getRules(Reference reference,
RuleFilter ruleFilter) |
void |
ActionServiceSoapPort.removeActions(Reference reference,
Action[] actions)
Removes saved actions.
|
void |
ActionWebService.removeActions(Reference reference,
Action[] webServiceActions) |
void |
ActionServiceSoapPort.removeRules(Reference reference,
Rule[] rules)
Remove saved rules.
|
void |
ActionWebService.removeRules(Reference reference,
Rule[] webServiceRules) |
void |
ActionWebService.removeRulesImpl(Reference reference,
Rule[] webServiceRules) |
Action[] |
ActionServiceSoapPort.saveActions(Reference reference,
Action[] actions)
Save actions against a given reference.
|
Action[] |
ActionWebService.saveActions(Reference reference,
Action[] webServiceActions) |
Rule[] |
ActionServiceSoapPort.saveRules(Reference reference,
Rule[] rules)
Save rules.
|
Rule[] |
ActionWebService.saveRules(Reference reference,
Rule[] webServiceRules) |
void |
Action.setActionReference(Reference actionReference)
Sets the actionReference value for this Action.
|
void |
Rule.setOwningReference(Reference owningReference)
Sets the owningReference value for this Rule.
|
void |
ActionExecutionResult.setReference(Reference reference)
Sets the reference value for this ActionExecutionResult.
|
void |
Rule.setRuleReference(Reference ruleReference)
Sets the ruleReference value for this Rule.
|
| Constructor and Description |
|---|
Action(Reference actionReference,
String id,
String actionName,
String title,
String description,
NamedValue[] parameters,
Condition[] conditions,
Action compensatingAction,
Action[] actions) |
ActionExecutionResult(Reference reference,
Action[] actions) |
Rule(Reference ruleReference,
Reference owningReference,
String[] ruleTypes,
String title,
String description,
boolean executeAsynchronously,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
AuthoringServiceSoapPort.checkinExternal(Reference items,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content)
Checkin an external content resource thus replacing the existing
working content.
|
Reference |
AuthoringWebService.checkinExternal(Reference node,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content) |
Reference[] |
CheckinResult.getCheckedIn()
Gets the checkedIn value for this CheckinResult.
|
Reference |
CheckinResult.getCheckedIn(int i) |
Reference |
LockStatus.getNode()
Gets the node value for this LockStatus.
|
Reference[] |
VersionResult.getNodes()
Gets the nodes value for this VersionResult.
|
Reference |
VersionResult.getNodes(int i) |
Reference[] |
CancelCheckoutResult.getOriginals()
Gets the originals value for this CancelCheckoutResult.
|
Reference[] |
CheckoutResult.getOriginals()
Gets the originals value for this CheckoutResult.
|
Reference |
CancelCheckoutResult.getOriginals(int i) |
Reference |
CheckoutResult.getOriginals(int i) |
Reference[] |
CheckinResult.getWorkingCopies()
Gets the workingCopies value for this CheckinResult.
|
Reference[] |
CancelCheckoutResult.getWorkingCopies()
Gets the workingCopies value for this CancelCheckoutResult.
|
Reference[] |
CheckoutResult.getWorkingCopies()
Gets the workingCopies value for this CheckoutResult.
|
Reference |
CheckinResult.getWorkingCopies(int i) |
Reference |
CancelCheckoutResult.getWorkingCopies(int i) |
Reference |
CheckoutResult.getWorkingCopies(int i) |
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 |
|---|---|
Reference |
AuthoringServiceSoapPort.checkinExternal(Reference items,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content)
Checkin an external content resource thus replacing the existing
working content.
|
Reference |
AuthoringWebService.checkinExternal(Reference node,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content) |
VersionHistory |
AuthoringServiceSoapPort.deleteAllVersions(Reference node)
Delete all snapshot versions of the specified node.
|
VersionHistory |
AuthoringWebService.deleteAllVersions(Reference node) |
VersionHistory |
AuthoringServiceSoapPort.getVersionHistory(Reference node)
Gets the version history for the specfied node.
|
VersionHistory |
AuthoringWebService.getVersionHistory(Reference node) |
void |
AuthoringServiceSoapPort.revertVersion(Reference node,
String versionLabel)
Revert a node to the snapshot of the specified version.
|
void |
AuthoringWebService.revertVersion(Reference node,
String versionLabel) |
void |
CheckinResult.setCheckedIn(int i,
Reference _value) |
void |
CheckinResult.setCheckedIn(Reference[] checkedIn)
Sets the checkedIn value for this CheckinResult.
|
void |
LockStatus.setNode(Reference node)
Sets the node value for this LockStatus.
|
void |
VersionResult.setNodes(int i,
Reference _value) |
void |
VersionResult.setNodes(Reference[] nodes)
Sets the nodes value for this VersionResult.
|
void |
CancelCheckoutResult.setOriginals(int i,
Reference _value) |
void |
CheckoutResult.setOriginals(int i,
Reference _value) |
void |
CancelCheckoutResult.setOriginals(Reference[] originals)
Sets the originals value for this CancelCheckoutResult.
|
void |
CheckoutResult.setOriginals(Reference[] originals)
Sets the originals value for this CheckoutResult.
|
void |
CheckinResult.setWorkingCopies(int i,
Reference _value) |
void |
CancelCheckoutResult.setWorkingCopies(int i,
Reference _value) |
void |
CheckoutResult.setWorkingCopies(int i,
Reference _value) |
void |
CheckinResult.setWorkingCopies(Reference[] workingCopies)
Sets the workingCopies value for this CheckinResult.
|
void |
CancelCheckoutResult.setWorkingCopies(Reference[] workingCopies)
Sets the workingCopies value for this CancelCheckoutResult.
|
void |
CheckoutResult.setWorkingCopies(Reference[] workingCopies)
Sets the workingCopies value for this CheckoutResult.
|
| Constructor and Description |
|---|
CancelCheckoutResult(Reference[] workingCopies,
Reference[] originals) |
CancelCheckoutResult(Reference[] workingCopies,
Reference[] originals) |
CheckinResult(Reference[] workingCopies,
Reference[] checkedIn) |
CheckinResult(Reference[] workingCopies,
Reference[] checkedIn) |
CheckoutResult(Reference[] originals,
Reference[] workingCopies) |
CheckoutResult(Reference[] originals,
Reference[] workingCopies) |
LockStatus(Reference node,
LockTypeEnum lockType,
String lockOwner) |
VersionResult(Reference[] nodes,
Version[] versions) |
| Modifier and Type | Method and Description |
|---|---|
Reference[] |
AppliedCategory.getCategories()
Gets the categories value for this AppliedCategory.
|
Reference |
AppliedCategory.getCategories(int i) |
Reference |
CategoriesResult.getNode()
Gets the node value for this CategoriesResult.
|
| Modifier and Type | Method and Description |
|---|---|
Category[] |
ClassificationWebService.getChildCategories(Reference parentCategory) |
Category[] |
ClassificationServiceSoapPort.getChildCategories(Reference parentCategory)
Gets child categories for the specified parent category.
|
void |
AppliedCategory.setCategories(int i,
Reference _value) |
void |
AppliedCategory.setCategories(Reference[] categories)
Sets the categories value for this AppliedCategory.
|
void |
CategoriesResult.setNode(Reference node)
Sets the node value for this CategoriesResult.
|
| Constructor and Description |
|---|
AppliedCategory(String classification,
Reference[] categories) |
CategoriesResult(Reference node,
AppliedCategory[] categories) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Content.getNode()
Gets the node value for this Content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setNode(Reference node)
Sets the node value for this Content.
|
Content |
ContentWebService.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one node and mimetype to another node and mimetype
|
Content |
ContentServiceSoapPort.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another.
|
Content |
ContentWebService.write(Reference node,
String property,
byte[] content,
ContentFormat format) |
Content |
ContentServiceSoapPort.write(Reference node,
String property,
byte[] content,
ContentFormat format)
Writes content to the repository.
|
Content |
ContentWebService.writeWithAttachment(Reference node,
String property,
ContentFormat format) |
Content |
ContentServiceSoapPort.writeWithAttachment(Reference node,
String property,
ContentFormat format)
Writes the attached content into the repository.
|
| Constructor and Description |
|---|
Content(Reference node,
String property,
long length,
ContentFormat format,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
UpdateResult.getDestination()
Gets the destination value for this UpdateResult.
|
Reference |
UpdateResult.getSource()
Gets the source value for this UpdateResult.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
RepositoryWebService.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryWebService.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryWebService.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
QueryResult |
RepositoryServiceSoapPort.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
void |
UpdateResult.setDestination(Reference destination)
Sets the destination value for this UpdateResult.
|
void |
UpdateResult.setSource(Reference source)
Sets the source value for this UpdateResult.
|
| Constructor and Description |
|---|
AssociationQuery(Reference node,
Association association) |
ChildAssociationQuery(Reference node) |
ParentAssociationQuery(Reference node) |
UpdateResult(String statement,
ResultSet updateCount,
String sourceId,
Reference source,
Reference destination) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentReference |
| Modifier and Type | Method and Description |
|---|---|
Reference |
CMLRemoveChild.getFrom()
Gets the from value for this CMLRemoveChild.
|
Reference |
Category.getId()
Gets the id value for this Category.
|
Reference |
Version.getId()
Gets the id value for this Version.
|
Reference[] |
Predicate.getNodes()
Gets the nodes value for this Predicate.
|
Reference |
Predicate.getNodes(int i) |
Reference |
Node.getReference()
Gets the reference value for this Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMLRemoveChild.setFrom(Reference from)
Sets the from value for this CMLRemoveChild.
|
void |
Category.setId(Reference id)
Sets the id value for this Category.
|
void |
Version.setId(Reference id)
Sets the id value for this Version.
|
void |
Predicate.setNodes(int i,
Reference _value) |
void |
Predicate.setNodes(Reference[] nodes)
Sets the nodes value for this Predicate.
|
void |
Node.setReference(Reference reference)
Sets the reference value for this Node.
|
| Constructor and Description |
|---|
Category(Reference id,
String title,
String description) |
CMLRemoveChild(Reference from,
String from_id,
Predicate where,
String where_id) |
Node(Reference reference,
String type,
String[] aspects,
NamedValue[] properties) |
Predicate(Reference[] nodes,
Store store,
Query query) |
Version(Reference id,
Calendar created,
String creator,
String label,
boolean major,
NamedValue[] commentaries) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.