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 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