Uses of Class
org.dspace.xmlworkflow.storedcomponents.CollectionRole
Packages that use CollectionRole
Package
Description
The state of an item in a workflow is persisted in a number of objects.
-
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type CollectionRoleModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<CollectionRole>CollectionRole_.class_static jakarta.persistence.metamodel.SingularAttribute<CollectionRole,Collection> CollectionRole_.collectionstatic jakarta.persistence.metamodel.SingularAttribute<CollectionRole,Group> CollectionRole_.groupstatic jakarta.persistence.metamodel.SingularAttribute<CollectionRole,Integer> CollectionRole_.idstatic jakarta.persistence.metamodel.SingularAttribute<CollectionRole,String> CollectionRole_.roleIdMethods in org.dspace.xmlworkflow.storedcomponents that return CollectionRoleModifier and TypeMethodDescriptionCollectionRoleServiceImpl.create(Context context, Collection collection, String roleId, Group group) CollectionRoleServiceImpl.find(Context context, Collection collection, String role) Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type CollectionRoleModifier and TypeMethodDescriptionCollectionRoleServiceImpl.findByCollection(Context context, Collection collection) CollectionRoleServiceImpl.findByGroup(Context context, Group group) Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type CollectionRoleModifier and TypeMethodDescriptionvoidCollectionRoleServiceImpl.delete(Context context, CollectionRole collectionRole) voidCollectionRoleServiceImpl.update(Context context, CollectionRole collectionRole) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return CollectionRoleModifier and TypeMethodDescriptionCollectionRoleDAO.findByCollectionAndRole(Context context, Collection collection, String role) Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type CollectionRoleModifier and TypeMethodDescriptionCollectionRoleDAO.findByCollection(Context context, Collection collection) CollectionRoleDAO.findByGroup(Context context, Group group) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return CollectionRoleModifier and TypeMethodDescriptionCollectionRoleDAOImpl.findByCollectionAndRole(Context context, Collection collection, String role) Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type CollectionRoleModifier and TypeMethodDescriptionCollectionRoleDAOImpl.findByCollection(Context context, Collection collection) CollectionRoleDAOImpl.findByGroup(Context context, Group group) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return CollectionRoleModifier and TypeMethodDescriptionCollectionRoleService.create(Context context, Collection collection, String roleId, Group group) CollectionRoleService.find(Context context, Collection collection, String role) Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type CollectionRoleModifier and TypeMethodDescriptionCollectionRoleService.findByCollection(Context context, Collection collection) CollectionRoleService.findByGroup(Context context, Group group) Methods in org.dspace.xmlworkflow.storedcomponents.service with parameters of type CollectionRoleModifier and TypeMethodDescriptionvoidCollectionRoleService.delete(Context context, CollectionRole collectionRole) voidCollectionRoleService.update(Context context, CollectionRole collectionRole)