Uses of Class
org.alfresco.rest.framework.core.exceptions.RelationshipResourceNotFoundException
Packages that use RelationshipResourceNotFoundException
Package
Description
-
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.audit
Methods in org.alfresco.rest.api.audit that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionvoid
AuditApplicationsAuditEntriesRelation.delete
(String auditAppId, String auditEntryId, Parameters parameters) void
AuditApplicationsAuditEntriesRelation.deleteSet
(String auditAppId, Parameters parameters) AuditApplicationsAuditEntriesRelation.readById
(String auditAppId, String auditEntryId, Parameters parameters) -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionNodeStorageInfoRelation.readById
(String nodeId, String contentPropName, Parameters parameters) NodeVersionsStorageInfoRelation.readById
(String nodeId, String versionId, Parameters parameters) -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionPersonFavouritesRelation.readById
(String personId, String favouriteId, Parameters parameters) PersonSiteMembershipRequestsRelation.readById
(String personId, String siteId, Parameters parameters) -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.rules
Methods in org.alfresco.rest.api.rules that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionNodeRuleSetsRelation.readById
(String folderNodeId, String ruleSetId, Parameters parameters) Get single folder rule for given node's, rule set's and rule's IDs.NodeRuleSettingsRelation.readById
(String folderId, String ruleSettingKey, Parameters parameters) Get the given configuration value for the specified folder.NodeRulesRelation.readById
(String folderNodeId, String ruleSetId, Parameters parameters) Get single folder rule for given node's, rule set's and rule's IDs. -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionRelationshipResourceAction.ReadById.readById
(String entityResourceId, String id, Parameters parameters) RelationshipResourceAction.ReadByIdWithResponse.readById
(String entityResourceId, String id, Parameters parameters, WithResponse withResponse) -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionProcessItemsRelation.readById
(String processId, String id, Parameters parameters) -
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that throw RelationshipResourceNotFoundExceptionModifier and TypeMethodDescriptionTaskItemsRelation.readById
(String taskId, String itemId, Parameters parameters)