Uses of Enum Class
ch.ivyteam.logicalexpression.RelationalOperator
Packages that use RelationalOperator
Package
Description
-
Uses of RelationalOperator in ch.ivyteam.ivy.business.data.store
Methods in ch.ivyteam.ivy.business.data.store with parameters of type RelationalOperatorModifier and TypeMethodDescriptionBusinessDataInfoRepository.Filter.createdAt(RelationalOperator operator, Date createdAt) Creates a filter by using the given operator and applying it with the given value toBusinessDataInfo.getCreatedAt().BusinessDataInfoRepository.Filter.createdByUserName(RelationalOperator operator, String userName) Creates a filter by using the given operator and applying it with the given value toBusinessDataInfo.getCreatedByUserName().BusinessDataInfoRepository.Filter.modifiedAt(RelationalOperator operator, Date modifiedAt) Creates a filter by using the given operator and applying it with the given value toBusinessDataInfo.getModifiedAt().BusinessDataInfoRepository.Filter.modifiedByUserName(RelationalOperator operator, String userName) Creates a filter by using the given operator and applying it with the given value toBusinessDataInfo.getModifiedByUserName(). -
Uses of RelationalOperator in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow with parameters of type RelationalOperatorModifier and TypeMethodDescriptionIPropertyFilter.and(T property, RelationalOperator operator, Object value) Returns a new filter that associates this filter with the new filter created with given arguments with a logical and operationIWorkflowContext.createCasePropertyFilter(CaseProperty property, RelationalOperator operator, Object value) Creates a case property filter.IWorkflowContext.createIntermediateEventPropertyFilter(IntermediateEventProperty property, RelationalOperator operator, Object value) Creates an intermediate event property filter.IWorkflowContext.createTaskPropertyFilter(TaskProperty property, RelationalOperator operator, Object value) Creates a task property filter.IWorkflowContext.createWorkflowEventPropertyFilter(WorkflowEventProperty property, RelationalOperator operator, Object value) Creates a workflow event property filter.IPropertyFilter.or(T property, RelationalOperator operator, Object value) Returns a new filter that associates this filter with the new filter created with the given arguments with a logical and operation