Type Alias: AdvancedProcessDefinitionIdFilter
type AdvancedProcessDefinitionIdFilter = object;
Advanced filter
Advanced ProcessDefinitionId filter.
Properties
$eq?
optional $eq?: ProcessDefinitionId;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: ProcessDefinitionId[];
Checks if the property matches any of the provided values.
$like?
optional $like?: LikeFilter;
$neq?
optional $neq?: ProcessDefinitionId;
Checks for inequality with the provided value.
$notIn?
optional $notIn?: ProcessDefinitionId[];
Checks if the property matches none of the provided values.