Record Class ProcessInstanceSearchRequest
java.lang.Object
java.lang.Record
org.activiti.cloud.services.query.rest.payload.ProcessInstanceSearchRequest
- All Implemented Interfaces:
CloudRuntimeEntityFilterRequest
public record ProcessInstanceSearchRequest(Set<String> id, Set<String> parentId, Set<String> name, Set<String> processDefinitionName, Set<String> initiator, Set<String> appVersion, Set<org.activiti.api.process.model.ProcessInstance.ProcessInstanceStatus> status, Date lastModifiedFrom, Date lastModifiedTo, Date startFrom, Date startTo, Date completedFrom, Date completedTo, Date suspendedFrom, Date suspendedTo, Set<VariableFilter> processVariableFilters, Set<ProcessVariableKey> processVariableKeys, CloudRuntimeEntitySort sort)
extends Record
implements CloudRuntimeEntityFilterRequest
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceSearchRequest(Set<String> id, Set<String> parentId, Set<String> name, Set<String> processDefinitionName, Set<String> initiator, Set<String> appVersion, Set<org.activiti.api.process.model.ProcessInstance.ProcessInstanceStatus> status, Date lastModifiedFrom, Date lastModifiedTo, Date startFrom, Date startTo, Date completedFrom, Date completedTo, Date suspendedFrom, Date suspendedTo, Set<VariableFilter> processVariableFilters, Set<ProcessVariableKey> processVariableKeys, CloudRuntimeEntitySort sort) Creates an instance of aProcessInstanceSearchRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theappVersionrecord component.Returns the value of thecompletedFromrecord component.Returns the value of thecompletedTorecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of theinitiatorrecord component.Returns the value of thelastModifiedFromrecord component.Returns the value of thelastModifiedTorecord component.name()Returns the value of thenamerecord component.parentId()Returns the value of theparentIdrecord component.Returns the value of theprocessDefinitionNamerecord component.Returns the value of theprocessVariableFiltersrecord component.Returns the value of theprocessVariableKeysrecord component.sort()Returns the value of thesortrecord component.Returns the value of thestartFromrecord component.startTo()Returns the value of thestartTorecord component.Set<org.activiti.api.process.model.ProcessInstance.ProcessInstanceStatus> status()Returns the value of thestatusrecord component.Returns the value of thesuspendedFromrecord component.Returns the value of thesuspendedTorecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProcessInstanceSearchRequest
public ProcessInstanceSearchRequest(Set<String> id, Set<String> parentId, Set<String> name, Set<String> processDefinitionName, Set<String> initiator, Set<String> appVersion, Set<org.activiti.api.process.model.ProcessInstance.ProcessInstanceStatus> status, Date lastModifiedFrom, Date lastModifiedTo, Date startFrom, Date startTo, Date completedFrom, Date completedTo, Date suspendedFrom, Date suspendedTo, Set<VariableFilter> processVariableFilters, Set<ProcessVariableKey> processVariableKeys, CloudRuntimeEntitySort sort) Creates an instance of aProcessInstanceSearchRequestrecord class.- Parameters:
id- the value for theidrecord componentparentId- the value for theparentIdrecord componentname- the value for thenamerecord componentprocessDefinitionName- the value for theprocessDefinitionNamerecord componentinitiator- the value for theinitiatorrecord componentappVersion- the value for theappVersionrecord componentstatus- the value for thestatusrecord componentlastModifiedFrom- the value for thelastModifiedFromrecord componentlastModifiedTo- the value for thelastModifiedTorecord componentstartFrom- the value for thestartFromrecord componentstartTo- the value for thestartTorecord componentcompletedFrom- the value for thecompletedFromrecord componentcompletedTo- the value for thecompletedTorecord componentsuspendedFrom- the value for thesuspendedFromrecord componentsuspendedTo- the value for thesuspendedTorecord componentprocessVariableFilters- the value for theprocessVariableFiltersrecord componentprocessVariableKeys- the value for theprocessVariableKeysrecord componentsort- the value for thesortrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
Returns the value of theidrecord component.- Specified by:
idin interfaceCloudRuntimeEntityFilterRequest- Returns:
- the value of the
idrecord component
-
parentId
Returns the value of theparentIdrecord component.- Specified by:
parentIdin interfaceCloudRuntimeEntityFilterRequest- Returns:
- the value of the
parentIdrecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
processDefinitionName
Returns the value of theprocessDefinitionNamerecord component.- Returns:
- the value of the
processDefinitionNamerecord component
-
initiator
Returns the value of theinitiatorrecord component.- Returns:
- the value of the
initiatorrecord component
-
appVersion
Returns the value of theappVersionrecord component.- Returns:
- the value of the
appVersionrecord component
-
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-
lastModifiedFrom
Returns the value of thelastModifiedFromrecord component.- Returns:
- the value of the
lastModifiedFromrecord component
-
lastModifiedTo
Returns the value of thelastModifiedTorecord component.- Returns:
- the value of the
lastModifiedTorecord component
-
startFrom
Returns the value of thestartFromrecord component.- Returns:
- the value of the
startFromrecord component
-
startTo
Returns the value of thestartTorecord component.- Returns:
- the value of the
startTorecord component
-
completedFrom
Returns the value of thecompletedFromrecord component.- Returns:
- the value of the
completedFromrecord component
-
completedTo
Returns the value of thecompletedTorecord component.- Returns:
- the value of the
completedTorecord component
-
suspendedFrom
Returns the value of thesuspendedFromrecord component.- Returns:
- the value of the
suspendedFromrecord component
-
suspendedTo
Returns the value of thesuspendedTorecord component.- Returns:
- the value of the
suspendedTorecord component
-
processVariableFilters
Returns the value of theprocessVariableFiltersrecord component.- Specified by:
processVariableFiltersin interfaceCloudRuntimeEntityFilterRequest- Returns:
- the value of the
processVariableFiltersrecord component
-
processVariableKeys
Returns the value of theprocessVariableKeysrecord component.- Returns:
- the value of the
processVariableKeysrecord component
-
sort
Returns the value of thesortrecord component.- Specified by:
sortin interfaceCloudRuntimeEntityFilterRequest- Returns:
- the value of the
sortrecord component
-