| Package | Description |
|---|---|
| org.alfresco.bm.publicapi | |
| org.alfresco.bm.publicapi.data | |
| org.alfresco.bm.publicapi.requests |
| Modifier and Type | Method and Description |
|---|---|
Node |
DataSelector.NodeFinder.findNode(Request request,
org.springframework.social.alfresco.api.entities.AlfrescoList<?> alfrescoList) |
Node |
DataSelector.NodeFinder.findNode(Request request,
List<?> list) |
Node |
DataSelector.findNode(Request request,
NodesContainer nodesContainer) |
Node |
DataSelector.NodeFinder.findNode(Request request,
Object input) |
Node |
DataSelector.getNode(Request request,
Object input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPublicApiEventSelectorProcessor.checkNodeAllowableActions(Node node,
String runAsUserId,
String networkId)
A utility method to be used in
EventDataCreator.createDataObject(java.lang.Object, java.lang.Object)
implementations if the selected node lacks allowable actions that may be required for matching |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentNode
Represents a document node i.e.
|
class |
FolderNode
Represents a folder node i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createNode(org.apache.chemistry.opencmis.client.api.CmisObject o)
Create a Node from the CMIS CmisObject parameter.
|
static Node |
Node.createNode(org.apache.chemistry.opencmis.client.api.FileableCmisObject fco)
Create a Node from the CMIS FileableCmisObject parameter.
|
static Node |
Node.createNode(org.apache.chemistry.opencmis.client.api.QueryResult qr)
Create a Node from the CMIS QueryResult parameter.
|
static Node |
Node.createNode(org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.FileableCmisObject> tree)
Create a Node and descendants from the CMIS tree parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FolderNode.addChild(Node node) |
void |
NodesContainer.addNode(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
UpdatePropertiesRequest.getNode() |
Node |
UpdateCommentRequest.getNode() |
Node |
RemoveNodeRatingRequest.getNode() |
Node |
GetPropertiesRequest.getNode() |
Node |
GetNodeTagsRequest.getNode() |
Node |
GetNodeRatingsRequest.getNode() |
Node |
GetCommentsRequest.getNode() |
Node |
DeleteNodeRequest.getNode() |
Node |
CreateNodeTagRequest.getNode() |
Node |
CreateNodeRatingRequest.getNode() |
Node |
CreateCommentRequest.getNode() |
| Constructor and Description |
|---|
CreateCommentRequest(String domain,
String runAsUserId,
Node node,
String comment) |
CreateNodeRatingRequest(String domain,
String runAsUserId,
Node node,
String ratingId,
Object rating) |
CreateNodeTagRequest(String domain,
String runAsUserId,
Node node,
String tag) |
DeleteNodeRequest(String domain,
String runAsUserId,
Node node,
Boolean allVersions) |
GetCommentsRequest(String domain,
String runAsUserId,
Node node,
int skipCount,
int maxItems) |
GetNodeRatingsRequest(String domain,
String runAsUserId,
Node node,
int skipCount,
int maxItems) |
GetNodeTagsRequest(String domain,
String runAsUserId,
Node node,
int skipCount,
int maxItems) |
GetPropertiesRequest(String domain,
String runAsUserId,
Node node) |
RemoveNodeRatingRequest(String domain,
String runAsUserId,
Node node,
String ratingId) |
UpdateCommentRequest(String domain,
String runAsUserId,
Node node,
String commentId,
String content) |
UpdatePropertiesRequest(String domain,
String runAsUserId,
Node node,
Map<String,Object> properties) |
Copyright © 2015. All rights reserved.