Click or drag to resize

DataObjectFilter Properties

The DataObjectFilter type exposes the following members.

Properties
  NameDescription
Public propertyAcceptanceFlags
AcceptanceFlags is only used when the filter is applied on a list of workitems. AcceptanceFlags går på brugerens egen acceptance! Altså ikke aktivitetens samlede acceptance.
Public propertyActionStatus
ActionStatus is only used when the filter is applied on a list of workitems. It filters on WorkItemAction.
Public propertyAssigneeCurrentUser
AssigneeCurrentUser is only used on activities and processes. AssigneeCurrentUser is only used if AssigneeFilter is null. If AssigneeCurrentUser is true only activities which assignee group contains the active user will pass.
Public propertyAssigneeFilter
The AssigneeFilter is ued when loading Activities and Processes. The TypeIds attribute must contain only Activities or only Processes. Only activities which assignee group contains one or more of the provided users will pass the filter Process will only pass if at least on activity can pass the assignee filter. AssigneeFilter is null if no filter is provided. The AssigneeFilter is required to have its members loaded.
Public propertyAssigneeFilterType
Defines how the assignee filter is used. If the type is 'explicit' only activities which are explicitly assigned to the user passes the filter. If the type is 'implicit' only activities which is assigned to groups in which the user is member passes the filter,
Public propertyDataVersion
Public propertyDeletedStatus
Filter on whether the DataObject is deleted
Public propertyExpressions
Public propertyId
Internal ID of the filter
Public propertyMemberGroupId
MemberGroupId is only used if filtering is for exactly the 'Users' data object type. If specified only users, who are members of the group, are included.
Public propertyOwner
Denotes the type of object that owns the filter.
Public propertyProcessTemplateIds
Only load objects which are created from the provided process templates.
Public propertyReadStatus
Filter on whether the active user has read the DataObject. Note: a customer setting controls whether read-info is logged or not. If not then this filter should not be used.
Public propertyRequireActiveProcess
If set to true, only objects which are target object in an active process is loaded.
Public propertyRequireActiveWorkItem
If set to true, only data object which are target object in an active process is loaded and the active user must have an active workitem.
Public propertyRootNodeId
Public propertySecurityStatus
Filter on the security inheritance status
Public propertyStateFlags
StateFlags is used when loading Activities and Processes.
Public propertySystemStatus
Filter on the System attribute on DataObjects
Public propertyTargetTypeIds
Public propertyTemplateStatus
Filter on the template attribute on DataObjects
Public propertyTypeIds
When set, only objects of the given DataObjectTypes are loaded.
Public propertyUId
UID of the filter
Public propertyWorkItemDeletedStatus
Filter on whteher WorkItem is deleted
Top
See Also