Interface AccessViews

    • Method Detail

      • getHandledEntityViews

        String[] getHandledEntityViews()
        Defines the entity views handled by this access provider
        The default if this interface is not implemented is to pass through all requests to the access provider that is defined
        Returns:
        an array containing the entity view keys (from EntityView) handled
        OR empty array to indicate all are handled (same as not implementing AccessViews)
        OR null to indicate none are handled (same as not implementing EntityViewAccessProvider)
        NOTE: use the VIEW constants (example: EntityView.VIEW_NEW) and do not just make up strings