Uses of Class
org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
Packages that use EntityNotFoundException
Package
Description
-
Uses of EntityNotFoundException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionGroups.getGroup(String groupId, Parameters parameters) Get a group by it's id.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 EntityNotFoundExceptionModifier and TypeMethodDescriptionActionConstraintsEntityResource.readById(String constraintName, Parameters parameters) ActionDefinitionsEntityResource.readById(String id, Parameters parameters) ActionParameterConstraintsEntityResource.readById(String constraintName, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.audit
Methods in org.alfresco.rest.api.audit that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionAuditApplicationsEntityResource.readById(String auditAppId, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.categories
Methods in org.alfresco.rest.api.categories that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCategoriesEntityResource.readById(String id, Parameters parameters) GET /categories/{categoryId} -
Uses of EntityNotFoundException in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionCustomModelEntityResource.readById(String modelName, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionDownloadsEntityResource.readById(String nodeId, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionGroupsEntityResource.readById(String groupId, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionGroupsImpl.getGroup(String groupId, Parameters parameters) 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 EntityNotFoundExceptionModifier and TypeMethodDescriptionModulePackagesEntityResource.readById(String modelName, Parameters parameters) -
Uses of EntityNotFoundException in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionNodesEntityResource.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 EntityNotFoundExceptionModifier and TypeMethodDescriptionPeopleEntityResource.readProperty(String personId, Parameters parameters) Download avatar image content -
Uses of EntityNotFoundException in org.alfresco.rest.api.tags
Methods in org.alfresco.rest.api.tags that throw EntityNotFoundException -
Uses of EntityNotFoundException in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that throw EntityNotFoundExceptionModifier and TypeMethodDescriptionTrashcanEntityResource.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 EntityNotFoundExceptionModifier and TypeMethodDescriptionEntityResourceAction.ReadById.readById(String id, Parameters parameters) EntityResourceAction.ReadByIdWithResponse.readById(String id, Parameters parameters, WithResponse withResponse) BinaryResourceAction.Read.readProperty(String entityId, Parameters parameters) Retrieves a binary property by returning a BinaryResource object.BinaryResourceAction.ReadWithResponse.readProperty(String entityId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object.RelationshipResourceBinaryAction.Read.readProperty(String entityId, String entityResourceId, Parameters parameters) Retrieves a binary property by returning a BinaryResource object.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 EntityNotFoundExceptionModifier and TypeMethodDescriptionDeploymentsRestEntityResource.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 EntityNotFoundExceptionModifier and TypeMethodDescriptionProcessDefinitionsRestEntityResource.readById(String id, Parameters parameters) 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 EntityNotFoundExceptionModifier and TypeMethodDescriptionProcessesRestEntityResource.readById(String id, Parameters parameters) 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 EntityNotFoundExceptionModifier and TypeMethodDescriptionTasksRestEntityResource.readById(String id, Parameters parameters)