Uses of Class
org.alfresco.rest.framework.WebApiParameters
-
-
Uses of WebApiParameters in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type WebApiParameters Modifier and Type Method Description void
NodeCommentsRelation. delete(java.lang.String nodeId, java.lang.String commentNodeId, Parameters parameters)
NodeRating
NodeRatingsRelation. readById(java.lang.String nodeId, java.lang.String ratingSchemeId, Parameters parameters)
Returns the rating with id 'schemeName' for node with id 'nodeId'. -
Uses of WebApiParameters in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiParameters Modifier and Type Method Description CollectionWithPagingInfo<Activity>
PersonActivitiesRelation. readAll(java.lang.String personId, Parameters parameters)
-
Uses of WebApiParameters in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions with annotations of type WebApiParameters Modifier and Type Method Description CollectionWithPagingInfo<ProcessDefinition>
ProcessDefinitionsRestEntityResource. readAll(Parameters params)
-
Uses of WebApiParameters in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes with annotations of type WebApiParameters Modifier and Type Method Description java.util.List<ProcessInfo>
ProcessesRestEntityResource. create(java.util.List<ProcessInfo> entity, Parameters parameters)
CollectionWithPagingInfo<ProcessInfo>
ProcessesRestEntityResource. readAll(Parameters params)
-
Uses of WebApiParameters in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks with annotations of type WebApiParameters Modifier and Type Method Description CollectionWithPagingInfo<Task>
TasksRestEntityResource. readAll(Parameters params)
-