Interface ResourceExistsFilter
- All Superinterfaces:
HasToRequest<ResourceExistsFilterRequest>,Serializable
public interface ResourceExistsFilter
extends HasToRequest<ResourceExistsFilterRequest>, Serializable
Represents a filter to check if a resource exists.
This is used for filtering based on the existence of responsibility roles.
-
Method Summary
Modifier and TypeMethodDescriptionReturns whether to match if the resource is empty.Returns the ResourceReference of the resource to check.Methods inherited from interface HasToRequest
toRequest
-
Method Details
-
getResource
ResourceReference getResource()Returns the ResourceReference of the resource to check.- Returns:
- ResourceReference of the resource to check
-
getIsEmpty
Boolean getIsEmpty()Returns whether to match if the resource is empty.- Returns:
- true if matching existing resources, false if matching non-existing resources
-