Uses of Class
org.alfresco.rest.framework.WebApiParam
-
-
Uses of WebApiParam in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads with annotations of type WebApiParam Modifier and Type Method Description java.util.List<Download>DownloadsEntityResource. create(java.util.List<Download> entity, Parameters parameters)DownloadDownloadsEntityResource. readById(java.lang.String nodeId, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups with annotations of type WebApiParam Modifier and Type Method Description java.util.List<GroupMember>GroupMembersRelation. create(java.lang.String groupId, java.util.List<GroupMember> entity, Parameters params)java.util.List<Group>GroupsEntityResource. create(java.util.List<Group> entity, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.networks
Methods in org.alfresco.rest.api.networks with annotations of type WebApiParam Modifier and Type Method Description NetworkNetworksEntityResource. readById(java.lang.String networkId, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type WebApiParam Modifier and Type Method Description NodeNodeChildrenRelation. create(java.lang.String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)java.util.List<NodeRating>NodeRatingsRelation. create(java.lang.String nodeId, java.util.List<NodeRating> ratingEntity, Parameters parameters)Create a rating for the node with id 'nodeId'.CollectionWithPagingInfo<NodeRating>NodeRatingsRelation. readAll(java.lang.String nodeId, Parameters parameters)NodeNodesEntityResource. readById(java.lang.String nodeId, Parameters parameters)Returns information regarding the node 'nodeId' - folder or document -
Uses of WebApiParam in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiParam Modifier and Type Method Description java.util.List<Person>PeopleEntityResource. create(java.util.List<Person> persons, Parameters parameters)PersonPeopleEntityResource. readById(java.lang.String personId, Parameters parameters)Get a person by userName. -
Uses of WebApiParam in org.alfresco.rest.api.probes
Methods in org.alfresco.rest.api.probes with annotations of type WebApiParam Modifier and Type Method Description ProbeProbeEntityResource. readById(java.lang.String name, Parameters parameters)Returns a status code of 200 for okay. -
Uses of WebApiParam in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with annotations of type WebApiParam Modifier and Type Method Description voidSiteMembershipRequestsRelation. approve(java.lang.String siteId, java.lang.String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse)java.util.List<Site>SiteEntityResource. create(java.util.List<Site> entity, Parameters parameters)Create the given site.voidSiteMembershipRequestsRelation. reject(java.lang.String siteId, java.lang.String invitationId, SiteMembershipRejection siteMembershipRejection, Parameters parameters, WithResponse withResponse) -
Uses of WebApiParam in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with annotations of type WebApiParam Modifier and Type Method Description NodeTrashcanEntityResource. restoreDeletedNode(java.lang.String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse) -
Uses of WebApiParam in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that return WebApiParam Modifier and Type Method Description WebApiParam[]value()
-