A C D F G H I L M N O P R S T U V W

A

Activity - Class in org.springframework.social.alfresco.api.entities
 
Activity() - Constructor for class org.springframework.social.alfresco.api.entities.Activity
 
Activity.ActivitySummary - Class in org.springframework.social.alfresco.api.entities
 
Activity.ActivitySummary() - Constructor for class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
Activity.Who - Enum in org.springframework.social.alfresco.api.entities
Activity Query WHO Values
addMember(String, String, String, Role) - Method in interface org.springframework.social.alfresco.api.Alfresco
Add member to site in network with role
addMember(String, String, String, Role) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
addTagsToNode(String, String, List<String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Add multiple tags to node
addTagsToNode(String, String, List<String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
addTagToNode(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Add tag to node in network
addTagToNode(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
Alfresco - Interface in org.springframework.social.alfresco.api
 
Alfresco.QueryParams - Class in org.springframework.social.alfresco.api
Additional Query Parameters
Alfresco.QueryParams() - Constructor for class org.springframework.social.alfresco.api.Alfresco.QueryParams
 
Alfresco.TemplateParams - Class in org.springframework.social.alfresco.api
Template Parmater Constant names Url: https://api.alfresco.com/{network}/public/alfresco/versions/1/networks/{network}
Alfresco.TemplateParams() - Constructor for class org.springframework.social.alfresco.api.Alfresco.TemplateParams
 
AlfrescoAdapter - Class in org.springframework.social.alfresco.connect
An ApiAdapter that bridges between the connection and the API client
AlfrescoAdapter() - Constructor for class org.springframework.social.alfresco.connect.AlfrescoAdapter
 
AlfrescoConnectionFactory - Class in org.springframework.social.alfresco.connect
 
AlfrescoConnectionFactory(String, String) - Constructor for class org.springframework.social.alfresco.connect.AlfrescoConnectionFactory
An ApiAdapter that bridges between the connection and the API client
AlfrescoException - Exception in org.springframework.social.alfresco.connect.exception
 
AlfrescoException(String) - Constructor for exception org.springframework.social.alfresco.connect.exception.AlfrescoException
 
AlfrescoException(String, Throwable) - Constructor for exception org.springframework.social.alfresco.connect.exception.AlfrescoException
 
AlfrescoList<T> - Class in org.springframework.social.alfresco.api.entities
Has pagination information for a list of entities available in this list
AlfrescoList() - Constructor for class org.springframework.social.alfresco.api.entities.AlfrescoList
 
AlfrescoList.Entry<T> - Class in org.springframework.social.alfresco.api.entities
List entry
AlfrescoList.Entry() - Constructor for class org.springframework.social.alfresco.api.entities.AlfrescoList.Entry
 
AlfrescoServiceProvider - Class in org.springframework.social.alfresco.connect
 
AlfrescoServiceProvider(String, String) - Constructor for class org.springframework.social.alfresco.connect.AlfrescoServiceProvider
Create new Alfresco OAuth2ServiceProvider
AlfrescoTemplate - Class in org.springframework.social.alfresco.api.impl
 
AlfrescoTemplate(String) - Constructor for class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
ATOMPUB_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 

C

canEdit() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
CMISOAuthAuthenticationProvider - Class in org.springframework.social.alfresco.connect.cmis
 
CMISOAuthAuthenticationProvider(String) - Constructor for class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
Create new Alfresco CMISAuthenticationProvider
COMMENT - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Comment Parameter
Comment - Class in org.springframework.social.alfresco.api.entities
A comment on folders and individual items to give other users information or notes specific to that content.
Comment() - Constructor for class org.springframework.social.alfresco.api.entities.Comment
 
CONTAINER - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Container Parameter
Container - Class in org.springframework.social.alfresco.api.entities
A container is a folder or space in a site
Container() - Constructor for class org.springframework.social.alfresco.api.entities.Container
 
CONTAINER_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
CONTAINERS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
COUNT - Static variable in class org.springframework.social.alfresco.api.entities.Pagination
Pagination query parameter constant
createBasicAuthHeaderValue(String, String) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
Creates a basic authentication header value from a username and a password.
createCMISSession(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
createComment(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Create comment on node in network
createComment(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
createComments(String, String, List<String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Create multiple comments on node in network
createComments(String, String, List<String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 

D

DEFAULT_SCOPE - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
deleteComment(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Delete comment from node in network
deleteComment(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
deleteMember(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Delete person membership from site in network
deleteMember(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 

F

fetchHomeNetwork(Alfresco) - Method in class org.springframework.social.alfresco.connect.AlfrescoAdapter
Returns the Alfresco home network for a user
fetchUserProfile(Alfresco) - Method in class org.springframework.social.alfresco.connect.AlfrescoAdapter
Returns the Alfresco user profile for a user

G

getActivities(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get activities for person in network
getActivities(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get activities for person in network filtered by parameters
getActivities(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getActivities(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getActivitySummary() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getActivityType() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getAddress1() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getAddress2() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getAddress3() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getAggregate() - Method in class org.springframework.social.alfresco.api.entities.Rating
 
getApi(String) - Method in class org.springframework.social.alfresco.connect.AlfrescoServiceProvider
Returns the Alfresco Api client interface to access protected resources on behalf of a user
getAvatar() - Method in class org.springframework.social.alfresco.api.entities.Person
Deprecated. 
getAvatarId() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getCMISNetworks() - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getCMISSession(String) - Method in interface org.springframework.social.alfresco.api.Alfresco
 
getCMISSession(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getComments(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get Comments for node in network
getComments(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get comments for node in network filtered by parameters
getComments(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getComments(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getCompany() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getContainer(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get Container in site in network
getContainer(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getContainers(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all containers in site in network
getContainers(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all containers in site in network filtered by parameters
getContainers(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getContainers(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getContent() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getCount() - Method in class org.springframework.social.alfresco.api.entities.Pagination
 
getCreatedAt() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getCreatedAt() - Method in class org.springframework.social.alfresco.api.entities.Network
 
getCreatedAt() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getCreatedBy() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getCurrentUser() - Method in interface org.springframework.social.alfresco.api.Alfresco
Get the current users profile
getCurrentUser() - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getDataType() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
getDescription() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
getDescription() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
getDescription() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getDescription() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getEmail() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getEmail() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getEntries() - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList
 
getEntry() - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList.Entry
 
getFavoriteSites(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get favorited sites of person in network
getFavoriteSites(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get favorited sites of person in network filtered by parameters
getFavoriteSites(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getFavoriteSites(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getFax() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getFeedPersonId() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getFirstName() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getFirstName() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getFixedHeaders() - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
Returns the HTTP headers that are sent with all requests.
getFolderId() - Method in class org.springframework.social.alfresco.api.entities.Container
 
getGoogleId() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getHomeNetwork() - Method in interface org.springframework.social.alfresco.api.Alfresco
Get home network for user
getHomeNetwork() - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getHTTPHeaders(String) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
 
getHttpMethod() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Container
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Member
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Network
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Preference
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Rating
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getId() - Method in class org.springframework.social.alfresco.api.entities.Tag
 
getInstantMessageId() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getJobTitle() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getLastName() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getLastName() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getLimit() - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
 
getLocation() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getMaxItems() - Method in class org.springframework.social.alfresco.api.entities.Pagination
 
getMember(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get member of site in network
getMember(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getMemberFirstName() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getMemberLastName() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getMemberPersonId() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getMembers(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all members of site in network
getMembers(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all mermbers of site in network filtered by parameters
getMembers(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getMembers(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getMobile() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getModifiedAt() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getModifiedBy() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
getMyRating() - Method in class org.springframework.social.alfresco.api.entities.Rating
 
getName() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
getNetwork(String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get the Alfresco Network for the user
getNetwork(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get network for person
getNetwork(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNetwork(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNetworkId() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getNetworks() - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all Alfresco Networks that the user is a member of
getNetworks(Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all Alfresco Networks that the user is a member of filter by parameters
getNetworks(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all networks for person
getNetworks(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all networks for person filtered by parameters
getNetworks() - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNetworks(Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNetworks(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNetworks(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNodeRating(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get rating for node in network
getNodeRating(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNodeRatings(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get ratings for node in network
getNodeRatings(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get ratings for node in network filtered by parameters
getNodeRatings(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNodeRatings(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNodesTags(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get tags on node in network
getNodesTags(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get tags on node in network filtered by parameters
getNodesTags(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNodesTags(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getNumberOfRatings() - Method in class org.springframework.social.alfresco.api.entities.Rating.Aggregate
 
getObjectId() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getOperations() - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
getOrganization() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getPagination() - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList
 
getParameters() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
getParamType() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
getParentNodeRef() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getParentResources() - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
getPerson(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get person from network
getPerson() - Method in class org.springframework.social.alfresco.api.entities.Member
 
getPerson(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getPostcode() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getPostedAt() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getPostPersonId() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getPreference(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get preference for person in network
getPreference(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getPreferences(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all preferences for person in network
getPreferences(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all preferences for person in network filtered by parameters
getPreferences(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getPreferences(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getQuotas() - Method in class org.springframework.social.alfresco.api.entities.Network
 
getRatedAt() - Method in class org.springframework.social.alfresco.api.entities.Rating
 
getRole() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getRole() - Method in class org.springframework.social.alfresco.api.entities.Member
 
getRole() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getSite(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get site in network
getSite(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get site in network that the person is a member of
getSite() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getSite(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSite(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSiteId() - Method in class org.springframework.social.alfresco.api.entities.Activity
 
getSitePreset() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getSites(String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all sites in network
getSites(String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all sites in network filtered by parameters
getSites(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get sites in network that the user is a member of
getSites(String, String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get sites in network that the user is a member of filtered by parameters
getSites(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSites(String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSites(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSites(String, String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getSkipCount() - Method in class org.springframework.social.alfresco.api.entities.Pagination
 
getSkypeId() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getSOAPHeaders(Object) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
 
getStatusUpdatedAt() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getSubscriptionLevel() - Method in class org.springframework.social.alfresco.api.entities.Network
 
getTag(String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get tag in network
getTag() - Method in class org.springframework.social.alfresco.api.entities.Tag
 
getTag(String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getTags(String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Get all tags in network
getTags(String, Map<String, String>) - Method in interface org.springframework.social.alfresco.api.Alfresco
 
getTags(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getTags(String, Map<String, String>) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
getTelephone() - Method in class org.springframework.social.alfresco.api.entities.Person.Company
 
getTelephone() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getTitle() - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
getTitle() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
getTitle() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
getTitle() - Method in class org.springframework.social.alfresco.api.entities.Site
 
getTotalItems() - Method in class org.springframework.social.alfresco.api.entities.Pagination
 
getType() - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
getUniqueId() - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
getUsage() - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
 
getUserStatus() - Method in class org.springframework.social.alfresco.api.entities.Person
 
getValue() - Method in class org.springframework.social.alfresco.api.entities.Preference
 
getVisibility() - Method in class org.springframework.social.alfresco.api.entities.Site
 

H

HASMOREITEMS - Static variable in class org.springframework.social.alfresco.api.entities.Pagination
Pagination query parameter constant

I

isAllowMultiple() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
isCanDelete() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
isCanEdit() - Method in class org.springframework.social.alfresco.api.entities.Person
 
isEdited() - Method in class org.springframework.social.alfresco.api.entities.Comment
 
isEmailFeedDisabled() - Method in class org.springframework.social.alfresco.api.entities.Person
 
isEnabled() - Method in class org.springframework.social.alfresco.api.entities.Network
 
isEnabled() - Method in class org.springframework.social.alfresco.api.entities.Person
 
isHasMoreItems() - Method in class org.springframework.social.alfresco.api.entities.Pagination
 
isHomeNetwork() - Method in class org.springframework.social.alfresco.api.entities.Network
 
isPaidNetwork() - Method in class org.springframework.social.alfresco.api.entities.Network
 
isRequired() - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
isTrue(String) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
Returns true if the given parameter exists in the session and is set to true, false otherwise.

L

LIKES - Static variable in class org.springframework.social.alfresco.api.entities.Rating
Rating Type: Likes

M

MAXITEMS - Static variable in class org.springframework.social.alfresco.api.entities.Pagination
Pagination query parameter constant
MEMBER - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Member Parameter
Member - Class in org.springframework.social.alfresco.api.entities
Members are the people who collaborate on a site.
Member() - Constructor for class org.springframework.social.alfresco.api.entities.Member
 
MEMBER_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
MEMBERS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
Metadata - Class in org.springframework.social.alfresco.api.entities
 
Metadata() - Constructor for class org.springframework.social.alfresco.api.entities.Metadata
 
Metadata.Operation - Class in org.springframework.social.alfresco.api.entities
 
Metadata.Operation() - Constructor for class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
Metadata.Operation.Parameter - Class in org.springframework.social.alfresco.api.entities
 
Metadata.Operation.Parameter() - Constructor for class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 

N

NETWORK - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Network Parameter
Network - Class in org.springframework.social.alfresco.api.entities
A network is the group of users and sites that belong to an organization.
Network() - Constructor for class org.springframework.social.alfresco.api.entities.Network
 
Network.Quota - Class in org.springframework.social.alfresco.api.entities
 
Network.Quota() - Constructor for class org.springframework.social.alfresco.api.entities.Network.Quota
 
Network.Quota.QuotaId - Enum in org.springframework.social.alfresco.api.entities
 
NETWORK_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
networkOptions(String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Deprecated. 
networkOptions(String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
Deprecated. 
NETWORKS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Node Parameter
NODE_COMMENT_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE_COMMENTS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE_RATING_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE_RATINGS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE_TAG_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
NODE_TAGS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 

O

org.springframework.social.alfresco.api - package org.springframework.social.alfresco.api
 
org.springframework.social.alfresco.api.entities - package org.springframework.social.alfresco.api.entities
 
org.springframework.social.alfresco.api.entities.exceptions - package org.springframework.social.alfresco.api.entities.exceptions
 
org.springframework.social.alfresco.api.impl - package org.springframework.social.alfresco.api.impl
 
org.springframework.social.alfresco.connect - package org.springframework.social.alfresco.connect
 
org.springframework.social.alfresco.connect.cmis - package org.springframework.social.alfresco.connect.cmis
 
org.springframework.social.alfresco.connect.exception - package org.springframework.social.alfresco.connect.exception
 

P

Pagination - Class in org.springframework.social.alfresco.api.entities
Object describing a collection of entries
Pagination() - Constructor for class org.springframework.social.alfresco.api.entities.Pagination
 
PEOPLE_ACTIVITIES_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_FAVORITE_SITES_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_NETWORK_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_NETWORKS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_PREFERENCE_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_PREFERENCES_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_SITE_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_SITES_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PEOPLE_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
PERSON - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Person Parameter
Person - Class in org.springframework.social.alfresco.api.entities
A person entity describes the user as they are known to Alfresco.
Person() - Constructor for class org.springframework.social.alfresco.api.entities.Person
 
Person.Company - Class in org.springframework.social.alfresco.api.entities
 
Person.Company() - Constructor for class org.springframework.social.alfresco.api.entities.Person.Company
 
PREFERENCE - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Preference Parameter
Preference - Class in org.springframework.social.alfresco.api.entities
A person's preference in Alfresco.
Preference() - Constructor for class org.springframework.social.alfresco.api.entities.Preference
 
PROPERTIES - Static variable in class org.springframework.social.alfresco.api.Alfresco.QueryParams
Query Properties Parameter
putResponseHeaders(String, int, Map<String, List<String>>) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
 

R

rateNode(String, String, boolean) - Method in interface org.springframework.social.alfresco.api.Alfresco
Like node
rateNode(String, String, int) - Method in interface org.springframework.social.alfresco.api.Alfresco
Rate node (Stars)
rateNode(String, String, boolean) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
rateNode(String, String, int) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
RATING - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Rating Parameter
Rating - Class in org.springframework.social.alfresco.api.entities
 
Rating() - Constructor for class org.springframework.social.alfresco.api.entities.Rating
 
Rating.Aggregate - Class in org.springframework.social.alfresco.api.entities
An object with properties specific to the rating scheme.
Rating.Aggregate() - Constructor for class org.springframework.social.alfresco.api.entities.Rating.Aggregate
 
removeNodeRating(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Remove rating from node in network
removeNodeRating(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
removeTagFromNode(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Remove Tag from node in network
removeTagFromNode(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
Role - Enum in org.springframework.social.alfresco.api.entities
User Roles
ROOT_ATOMPUB_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 

S

setActivitySummary(Activity.ActivitySummary) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the object summarizing the activity
setActivityType(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the Activity type

The following are the possible values:
• org.alfresco.comments.comment-created
• org.alfresco.comments.comment-updated
• org.alfresco.comments.comment-deleted
• org.alfresco.documentlibrary.files-added
• org.alfresco.documentlibrary.files-updated
• org.alfresco.documentlibrary.files-deleted
• org.alfresco.documentlibrary.file-added
• org.alfresco.documentlibrary.file-created
• org.alfresco.documentlibrary.file-deleted
• org.alfresco.documentlibrary.file-liked
• org.alfresco.documentlibrary.inline-edit
• org.alfresco.documentlibrary.folder-liked
• org.alfresco.site.user-joined
• org.alfresco.site.user-left
• org.alfresco.site.user-role-changed
• org.alfresco.site.group-added
• org.alfresco.site.group-removed
• org.alfresco.site.group-role-changed
• org.alfresco.discussions.reply-created
• org.alfresco.subscriptions.followed
• org.alfresco.subscriptions.subscribed
setAddress1(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Address1
setAddress2(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Address2
setAddress3(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Address3
setAggregate(Rating.Aggregate) - Method in class org.springframework.social.alfresco.api.entities.Rating
Set Aggregate object with properties specific to the rating scheme
setAllowMultiple(boolean) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setAvatar(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Deprecated. 
setAvatarId(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the id of the person's avatar
setCanDelete(boolean) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set True if this comment can be deleted by the current authenticated user.
setCanEdit(boolean) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set True if this comment can be edited by the current authenticated user.
setCanEdit(boolean) - Method in class org.springframework.social.alfresco.api.entities.Person
Set that the person object can be edited
setCompany(Person.Company) - Method in class org.springframework.social.alfresco.api.entities.Person
Set company object describing the person's company
setConnectionValues(Alfresco, ConnectionValues) - Method in class org.springframework.social.alfresco.connect.AlfrescoAdapter
Set connection values DisplayName, ProviderUserId
setContent(String) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the comment
setCount(int) - Method in class org.springframework.social.alfresco.api.entities.Pagination
Set the number of objects in the entries array.
setCreatedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the date time that the comment was created
setCreatedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Network
Set the date time this network was created
setCreatedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the date time the person was created at
setCreatedBy(Person) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the People object describing the person who created this comment
setDataType(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setDescription(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setDescription(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
setDescription(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's description
setDescription(String) - Method in class org.springframework.social.alfresco.api.entities.Site
Set the description of the site
setEdited(boolean) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set True if comment has been edited since it was first created
setEmail(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Email
setEmail(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's email address
setEmailFeedDisabled(boolean) - Method in class org.springframework.social.alfresco.api.entities.Person
Disable person's email feed (Notifications)
setEnabled(boolean) - Method in class org.springframework.social.alfresco.api.entities.Person
Set is this person currently enabled?
setEntries(ArrayList<AlfrescoList.Entry<T>>) - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList
 
setEntry(T) - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList.Entry
 
setFax(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Fax
setFeedPersonId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the feed on which this activity was posted
setFirstName(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the first name of the user performing the activity
setFirstName(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's first name
setFolderId(String) - Method in class org.springframework.social.alfresco.api.entities.Container
Set the container's descriptive name.
setGoogleId(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's Google Id
setHasMoreItems(boolean) - Method in class org.springframework.social.alfresco.api.entities.Pagination
Set true if there are more entities in the collection beyond those in this response.
setHomeNetwork(boolean) - Method in class org.springframework.social.alfresco.api.entities.Network
Is this the users home network?
setHttpMethod(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the unique id of the activity
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the unique opaque string id
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Container
Set the container identifier.
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Member
Set the person's personId - the email address with which the person registered
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
Set the quota id.
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Network
Set this network's unique id
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set The person's personId - the email address with which the person registered
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Preference
Set the unique preference id.
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Rating
Set the rating scheme id.
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Site
Set the site identifier.
setId(String) - Method in class org.springframework.social.alfresco.api.entities.Tag
Set the unique id of the tag
setInstantMessageId(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's instant message Id
setIsEnabled(boolean) - Method in class org.springframework.social.alfresco.api.entities.Network
Is this network active?
setJobTitle(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's job title
setLastName(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the last name of the user performing the activity
setLastName(String) - Method in class org.springframework.social.alfresco.api.entities.Person
set the person's last name
setLimit(long) - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
Set the limit for the quota.
setLocation(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's location or address
setMaxItems(long) - Method in class org.springframework.social.alfresco.api.entities.Pagination
Set the maxItems parameter used to generate this list, or if there was no maxItems parameter the default value, 10.
setMemberFirstName(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
setMemberLastName(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
 
setMemberPersonId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the person id of the member performing the activity
setMobile(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's mobile number
setModifiedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the date time that the comment was last modified
setModifiedBy(Person) - Method in class org.springframework.social.alfresco.api.entities.Comment
Set the People object describing the person who last modified this comment
setMyRating(Object) - Method in class org.springframework.social.alfresco.api.entities.Rating
Set the value of the rating.
setName(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setNetworkId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the unique id of the network on which the activity was performed
setNumberOfRatings(long) - Method in class org.springframework.social.alfresco.api.entities.Rating.Aggregate
Set the number of ratings received
setObjectId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the unique id of the activity performed
setOperations(ArrayList<Metadata.Operation>) - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
setOrganization(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set the company organization
setPagination(Pagination) - Method in class org.springframework.social.alfresco.api.entities.AlfrescoList
 
setPaidNetwork(boolean) - Method in class org.springframework.social.alfresco.api.entities.Network
Is this a paid network?
setParameters(ArrayList<Metadata.Operation.Parameter>) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
setParamType(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setParentNodeRef(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the parent NodeRef
setParentResources(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
setPerson(Person) - Method in class org.springframework.social.alfresco.api.entities.Member
Set the person object describing this member.
setPostcode(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Postcode
setPostedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the date time at which the activity was performed
setPostPersonId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the id of the person who performed the activity
setQuotas(ArrayList<Network.Quota>) - Method in class org.springframework.social.alfresco.api.entities.Network
Set Limits and usage of each quota.
setRatedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Rating
Set the date time the current authenticated user rated the item of content.
setRequired(boolean) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setRole(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set the role of the user performing the action.
setRole(Role) - Method in class org.springframework.social.alfresco.api.entities.Member
Set the member's role.
setRole(Role) - Method in class org.springframework.social.alfresco.api.entities.Site
Set user role in Site
setSession(BindingSession) - Method in class org.springframework.social.alfresco.connect.cmis.CMISOAuthAuthenticationProvider
 
setSite(Site) - Method in class org.springframework.social.alfresco.api.entities.Site
Utility function when site is nested
setSiteId(String) - Method in class org.springframework.social.alfresco.api.entities.Activity
Set the unique id of the site on which the activity was performed
setSitePreset(String) - Method in class org.springframework.social.alfresco.api.entities.Site
Set the site preset values
setSkipCount(long) - Method in class org.springframework.social.alfresco.api.entities.Pagination
Set integer describing how many entities exist in the collection before those included in this list.
setSkypeId(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's Skype Id
setStatusUpdatedAt(Date) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the date time of the person last status update
setSubscriptionLevel(String) - Method in class org.springframework.social.alfresco.api.entities.Network
Set the type of subscription for this network.
setTag(String) - Method in class org.springframework.social.alfresco.api.entities.Tag
Set the value of the tag
setTelephone(String) - Method in class org.springframework.social.alfresco.api.entities.Person.Company
Set Company Telephone
setTelephone(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's telephone number
setTitle(String) - Method in class org.springframework.social.alfresco.api.entities.Activity.ActivitySummary
Set te title of the user performing the activity
setTitle(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation.Parameter
 
setTitle(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata.Operation
 
setTitle(String) - Method in class org.springframework.social.alfresco.api.entities.Site
Set the site's name (used in the site's list and on the sites dashboard).
setTotalItems(long) - Method in class org.springframework.social.alfresco.api.entities.Pagination
Set integer describing the total number of entities in the collection.
setType(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
setUniqueId(String) - Method in class org.springframework.social.alfresco.api.entities.Metadata
 
setUsage(long) - Method in class org.springframework.social.alfresco.api.entities.Network.Quota
Set the current usage
setUserStatus(String) - Method in class org.springframework.social.alfresco.api.entities.Person
Set the person's status
setValue(String) - Method in class org.springframework.social.alfresco.api.entities.Preference
Set the value of the preference.
setVisibility(Site.Visibility) - Method in class org.springframework.social.alfresco.api.entities.Site
Set the visibility of the site, PRIVATE, PUBLIC, or MODERATED.
SITE - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Site Parameter
Site - Class in org.springframework.social.alfresco.api.entities
An Alfresco site is a project area where you can share content and collaborate with other site members.
Site() - Constructor for class org.springframework.social.alfresco.api.entities.Site
 
Site.Visibility - Enum in org.springframework.social.alfresco.api.entities
Visibility of the Site
SITE_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
SITEID - Static variable in class org.springframework.social.alfresco.api.entities.Activity
Activity Query Parameter.
SITES_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
SKIPCOUNT - Static variable in class org.springframework.social.alfresco.api.entities.Pagination
Pagination query parameter constant
STARS - Static variable in class org.springframework.social.alfresco.api.entities.Rating
Rating Type: Five Stars

T

TAG - Static variable in class org.springframework.social.alfresco.api.Alfresco.TemplateParams
Tag Parameter
Tag - Class in org.springframework.social.alfresco.api.entities
Tag
Tag() - Constructor for class org.springframework.social.alfresco.api.entities.Tag
 
TAG_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
TAGS_URL - Static variable in interface org.springframework.social.alfresco.api.Alfresco
 
test(Alfresco) - Method in class org.springframework.social.alfresco.connect.AlfrescoAdapter
Is the Api functional
TOTALITEMS - Static variable in class org.springframework.social.alfresco.api.entities.Pagination
Pagination query parameter constant

U

UnknownActivityTypeException - Exception in org.springframework.social.alfresco.api.entities.exceptions
 
UnknownActivityTypeException(String) - Constructor for exception org.springframework.social.alfresco.api.entities.exceptions.UnknownActivityTypeException
 
UnknownActivityTypeException(String, Throwable) - Constructor for exception org.springframework.social.alfresco.api.entities.exceptions.UnknownActivityTypeException
 
UnknownRoleException - Exception in org.springframework.social.alfresco.api.entities.exceptions
 
UnknownRoleException(String) - Constructor for exception org.springframework.social.alfresco.api.entities.exceptions.UnknownRoleException
 
UnknownRoleException(String, Throwable) - Constructor for exception org.springframework.social.alfresco.api.entities.exceptions.UnknownRoleException
 
updateComment(String, String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Update comment on node in network
updateComment(String, String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
updateMember(String, String, String, Role) - Method in interface org.springframework.social.alfresco.api.Alfresco
Update Role of member of site in network
updateMember(String, String, String, Role) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 
updateStatus(Alfresco, String) - Method in class org.springframework.social.alfresco.connect.AlfrescoAdapter
 
updateTag(String, String, String) - Method in interface org.springframework.social.alfresco.api.Alfresco
Update tag in network (rename tag)
updateTag(String, String, String) - Method in class org.springframework.social.alfresco.api.impl.AlfrescoTemplate
 

V

valueOf(String) - Static method in enum org.springframework.social.alfresco.api.entities.Activity.Who
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.alfresco.api.entities.Network.Quota.QuotaId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.alfresco.api.entities.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.alfresco.api.entities.Site.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.alfresco.api.entities.Activity.Who
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.alfresco.api.entities.Network.Quota.QuotaId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.alfresco.api.entities.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.alfresco.api.entities.Site.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHO - Static variable in class org.springframework.social.alfresco.api.entities.Activity
Acitivity Query Parameter.

A C D F G H I L M N O P R S T U V W

Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.