Class AuthorizationFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<AuthorizationFilter>
io.camunda.client.impl.search.filter.AuthorizationFilterImpl
- All Implemented Interfaces:
AuthorizationFilter,TypedFilterableRequest.SearchRequestFilter
public class AuthorizationFilterImpl
extends TypedSearchRequestPropertyProvider<AuthorizationFilter>
implements AuthorizationFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AuthorizationFilterFilter authorizations by the specified owner ID.Filter authorizations by the specified owner type.resourceIds(String... resourceIds) Filter authorizations by the specified resource IDs.resourceIds(List<String> resourceIds) Filter authorizations by the specified resource IDs.resourceType(ResourceType resourceType) Filter authorizations by the specified resource type.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
AuthorizationFilterImpl
public AuthorizationFilterImpl()
-
-
Method Details
-
ownerId
Description copied from interface:AuthorizationFilterFilter authorizations by the specified owner ID.- Specified by:
ownerIdin interfaceAuthorizationFilter- Parameters:
ownerId- the ID of the owner- Returns:
- the updated filter
-
ownerType
Description copied from interface:AuthorizationFilterFilter authorizations by the specified owner type.- Specified by:
ownerTypein interfaceAuthorizationFilter- Parameters:
ownerType- the type of the owner- Returns:
- the updated filter
-
resourceIds
Description copied from interface:AuthorizationFilterFilter authorizations by the specified resource IDs.- Specified by:
resourceIdsin interfaceAuthorizationFilter- Parameters:
resourceIds- the IDs of the resource- Returns:
- the updated filter
-
resourceIds
Description copied from interface:AuthorizationFilterFilter authorizations by the specified resource IDs.- Specified by:
resourceIdsin interfaceAuthorizationFilter- Parameters:
resourceIds- the IDs of the resource- Returns:
- the updated filter
-
resourceType
Description copied from interface:AuthorizationFilterFilter authorizations by the specified resource type.- Specified by:
resourceTypein interfaceAuthorizationFilter- Parameters:
resourceType- the type of the resource- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<AuthorizationFilter>
-