Interface AssigneeRecommendation
-
public interface AssigneeRecommendation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.jpa.domain.Specification<org.cxbox.model.core.entity.User>getSpecification(WorkflowAssigneeRecommendation assigneeRecommendation)org.cxbox.api.data.dictionary.LOVgetType()
-
-
-
Method Detail
-
getType
org.cxbox.api.data.dictionary.LOV getType()
-
getSpecification
org.springframework.data.jpa.domain.Specification<org.cxbox.model.core.entity.User> getSpecification(WorkflowAssigneeRecommendation assigneeRecommendation)
-
-