Uses of Interface
se.conciliate.extensions.store.ModelReference
Packages that use ModelReference
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of ModelReference in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return types with arguments of type ModelReferenceModifier and TypeMethodDescriptionMap<WorkflowState,
List<? extends ModelReference>> MTServer.findDashboardModels()
Returns the model that should be available on the dashboard for the current user.List<? extends ModelReference>
MTServer.findModelsByApprover()
Returns all models that the current user is set to approve on this server, regardless of the workflow state of the model.List<? extends ModelReference>
MTServer.findModelsByMaintainer()
Returns all models that the current user is set to maintain on this server, regardless of the workflow state of the model.List<? extends ModelReference>
MTServer.findModelsByReviewer()
Returns all models that the current user is set to review on this server, regardless of the workflow state of the model.Methods in se.conciliate.extensions.store with parameters of type ModelReferenceModifier and TypeMethodDescriptiondefault int
ModelReference.compareTo
(ModelReference o) lite specific