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 GroupGroups. getGroup(String groupId, Parameters parameters)Get a group by it's id.BinaryResourceQuickShareLinks. 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 ActionDefinitionActionDefinitionsEntityResource. 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 AuditAppAuditApplicationsEntityResource. 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 CustomModelCustomModelEntityResource. 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 DownloadDownloadsEntityResource. 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 GroupGroupsEntityResource. 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 GroupGroupsImpl. getGroup(String groupId, Parameters parameters)BinaryResourceQuickShareLinksImpl. 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 ModulePackageModulePackagesEntityResource. 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 BinaryResourceNodesEntityResource. 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 BinaryResourcePeopleEntityResource. 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 BinaryResourceQuickShareLinkEntityResource. 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 TagTagsEntityResource. 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 NodeTrashcanEntityResource. 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 EEntityResourceAction.ReadById. readById(String id, Parameters parameters)EEntityResourceAction.ReadByIdWithResponse. readById(String id, Parameters parameters, WithResponse withResponse)BinaryResourceBinaryResourceAction.Read. readProperty(String entityId, Parameters parameters)Retrieves a binary property by returning a BinaryResource object.BinaryResourceBinaryResourceAction.ReadWithResponse. readProperty(String entityId, Parameters parameters, WithResponse withResponse)Retrieves a binary property by returning a BinaryResource object.BinaryResourceRelationshipResourceBinaryAction.Read. readProperty(String entityId, String entityResourceId, Parameters parameters)Retrieves a binary property by returning a BinaryResource object.BinaryResourceRelationshipResourceBinaryAction.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 DeploymentDeploymentsRestEntityResource. 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 ProcessDefinitionProcessDefinitionsRestEntityResource. readById(String id, Parameters parameters)BinaryResourceProcessDefinitionsRestEntityResource. 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 ProcessInfoProcessesRestEntityResource. readById(String id, Parameters parameters)BinaryResourceProcessesRestEntityResource. 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 TaskTasksRestEntityResource. readById(String id, Parameters parameters)
-