Uses of Class
org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
-
-
Uses of EntityNotFoundException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw EntityNotFoundException Modifier and Type Method Description Group
Groups. getGroup(String groupId, Parameters parameters)
Get a group by it's id.BinaryResource
QuickShareLinks. readProperty(String sharedId, String renditionId, Parameters parameters)
Download file content (or rendition content) via shared link. -
Uses of EntityNotFoundException in org.alfresco.rest.api.actions
Methods in org.alfresco.rest.api.actions that throw EntityNotFoundException Modifier and Type Method Description ActionDefinition
ActionDefinitionsEntityResource. readById(String id, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.audit
Methods in org.alfresco.rest.api.audit that throw EntityNotFoundException Modifier and Type Method Description AuditApp
AuditApplicationsEntityResource. readById(String auditAppId, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that throw EntityNotFoundException Modifier and Type Method Description CustomModel
CustomModelEntityResource. readById(String modelName, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads that throw EntityNotFoundException Modifier and Type Method Description Download
DownloadsEntityResource. readById(String nodeId, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that throw EntityNotFoundException Modifier and Type Method Description Group
GroupsEntityResource. readById(String groupId, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that throw EntityNotFoundException Modifier and Type Method Description Group
GroupsImpl. getGroup(String groupId, Parameters parameters)
BinaryResource
QuickShareLinksImpl. readProperty(String sharedId, String renditionId, Parameters parameters)
Download content via shared link. -
Uses of EntityNotFoundException in org.alfresco.rest.api.modules
Methods in org.alfresco.rest.api.modules that throw EntityNotFoundException Modifier and Type Method Description ModulePackage
ModulePackagesEntityResource. readById(String modelName, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that throw EntityNotFoundException Modifier and Type Method Description BinaryResource
NodesEntityResource. readProperty(String fileNodeId, Parameters parameters)
Download content -
Uses of EntityNotFoundException in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that throw EntityNotFoundException Modifier and Type Method Description BinaryResource
PeopleEntityResource. readProperty(String personId, Parameters parameters)
Download avatar image content -
Uses of EntityNotFoundException in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks that throw EntityNotFoundException Modifier and Type Method Description BinaryResource
QuickShareLinkEntityResource. readProperty(String sharedId, Parameters parameters)
Download content via shared link. -
Uses of EntityNotFoundException in org.alfresco.rest.api.tags
Methods in org.alfresco.rest.api.tags that throw EntityNotFoundException Modifier and Type Method Description Tag
TagsEntityResource. readById(String id, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that throw EntityNotFoundException Modifier and Type Method Description Node
TrashcanEntityResource. readById(String nodeId, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces that throw EntityNotFoundException Modifier and Type Method Description E
EntityResourceAction.ReadById. readById(String id, Parameters parameters)
E
EntityResourceAction.ReadByIdWithResponse. readById(String id, Parameters parameters, WithResponse withResponse)
BinaryResource
BinaryResourceAction.Read. readProperty(String entityId, Parameters parameters)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
BinaryResourceAction.ReadWithResponse. readProperty(String entityId, Parameters parameters, WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
RelationshipResourceBinaryAction.Read. readProperty(String entityId, String entityResourceId, Parameters parameters)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
RelationshipResourceBinaryAction.ReadWithResponse. readProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object. -
Uses of EntityNotFoundException in org.alfresco.rest.workflow.api.deployments
Methods in org.alfresco.rest.workflow.api.deployments that throw EntityNotFoundException Modifier and Type Method Description Deployment
DeploymentsRestEntityResource. readById(String id, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that throw EntityNotFoundException Modifier and Type Method Description ProcessDefinition
ProcessDefinitionsRestEntityResource. readById(String id, Parameters parameters)
BinaryResource
ProcessDefinitionsRestEntityResource. readProperty(String id, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that throw EntityNotFoundException Modifier and Type Method Description ProcessInfo
ProcessesRestEntityResource. readById(String id, Parameters parameters)
BinaryResource
ProcessesRestEntityResource. readProperty(String entityId, Parameters parameters)
-
Uses of EntityNotFoundException in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that throw EntityNotFoundException Modifier and Type Method Description Task
TasksRestEntityResource. readById(String id, Parameters parameters)
-