Class Publication.WorkspaceAuthorSelector

  • All Implemented Interfaces:
    DataSelector, java.util.function.Predicate<Data>
    Enclosing class:
    Publication

    public static class Publication.WorkspaceAuthorSelector
    extends java.lang.Object
    implements DataSelector
    WorkspaceAuthorSelector selects all the publication the given member is the author and which belong to the given workspace.
    Since:
    jcms-5.0.0
    • Constructor Detail

      • WorkspaceAuthorSelector

        public WorkspaceAuthorSelector​(Workspace workspace,
                                       Member author)
    • Method Detail

      • isSelected

        public boolean isSelected​(Data data)
        Description copied from interface: DataSelector
        Evaluates if a data must be selected or not.
        Specified by:
        isSelected in interface DataSelector
        Parameters:
        data - the data to evaluate.
        Returns:
        true if the data is selected. False otherwise.