Uses of Class
org.alfresco.rest.framework.core.exceptions.RelationshipResourceNotFoundException
-
-
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.audit
Methods in org.alfresco.rest.api.audit that throw RelationshipResourceNotFoundException Modifier and Type Method Description void
AuditApplicationsAuditEntriesRelation. delete(String auditAppId, String auditEntryId, Parameters parameters)
void
AuditApplicationsAuditEntriesRelation. deleteSet(String auditAppId, Parameters parameters)
AuditEntry
AuditApplicationsAuditEntriesRelation. readById(String auditAppId, String auditEntryId, Parameters parameters)
-
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that throw RelationshipResourceNotFoundException Modifier and Type Method Description Favourite
PersonFavouritesRelation. readById(String personId, String favouriteId, Parameters parameters)
SiteMembershipRequest
PersonSiteMembershipRequestsRelation. readById(String personId, String siteId, Parameters parameters)
-
Uses of RelationshipResourceNotFoundException in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces that throw RelationshipResourceNotFoundException Modifier and Type Method Description E
RelationshipResourceAction.ReadById. readById(String entityResourceId, String id, Parameters parameters)
E
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 RelationshipResourceNotFoundException Modifier and Type Method Description Item
ProcessItemsRelation. 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 RelationshipResourceNotFoundException Modifier and Type Method Description Item
TaskItemsRelation. readById(String taskId, String itemId, Parameters parameters)
-