GetReferenceListFromFilter

<< Fare clic per visualizzazione il sommario >>

Percorso:  Il linguaggio OEL > Funzioni >

GetReferenceListFromFilter

Returns a list of reference of resource from the given base filter.

 

Function

GetReferenceListFromFilter(FilterBase filter)

 

Input parameters

Name

Description

Type

Optional

filter

A filter or a group of filters (in OR condition) where the subject is a user context element, the predicate is Is or BelongsToGroup and the object is a reference. Example: User Is Administrator OR User BelongsToGroup PowerUser OR OrganizationalPosition Is CEO.

Proprietà Filter del tipo interno Filter

 

 

Return Value

Value

List of reference.

 

 

Esempio

GetReferenceListFromFilter(#processVariables.Fields['FilterReturnValue'].Filter)