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 voidAuditApplicationsAuditEntriesRelation. delete(java.lang.String auditAppId, java.lang.String auditEntryId, Parameters parameters)voidAuditApplicationsAuditEntriesRelation. deleteSet(java.lang.String auditAppId, Parameters parameters)AuditEntryAuditApplicationsAuditEntriesRelation. readById(java.lang.String auditAppId, java.lang.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 FavouritePersonFavouritesRelation. readById(java.lang.String personId, java.lang.String favouriteId, Parameters parameters)SiteMembershipRequestPersonSiteMembershipRequestsRelation. readById(java.lang.String personId, java.lang.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 ERelationshipResourceAction.ReadById. readById(java.lang.String entityResourceId, java.lang.String id, Parameters parameters)ERelationshipResourceAction.ReadByIdWithResponse. readById(java.lang.String entityResourceId, java.lang.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 ItemProcessItemsRelation. readById(java.lang.String processId, java.lang.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 ItemTaskItemsRelation. readById(java.lang.String taskId, java.lang.String itemId, Parameters parameters)
-