Uses of Interface
org.faceless.publisher.type.Pending

Packages that use org.faceless.publisher.type.Pending
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.Pending in org.faceless.publisher.type

    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Pending in in
    Modifier and Type
    Method
    Description
    boolean
    ContentOutputText.hasDependency(org.faceless.publisher.type.Pending pending)
     
    boolean
    Pending.hasDependency(org.faceless.publisher.type.Pending pending)
    Return true if this pending, or one of the pendings it depends on, has a dependency on the specified Pending.
    boolean
    PendingTextBase.hasDependency(org.faceless.publisher.type.Pending pending)
     
    boolean
    PendingTextCollapsedWrapper.hasDependency(org.faceless.publisher.type.Pending pending)
     
    boolean
    PendingTextWrapper.hasDependency(org.faceless.publisher.type.Pending pending)
     
    void
    ContentOutputText.pendingEvent(org.faceless.publisher.type.Pending pending)
     
    void
    PendingListener.pendingEvent(org.faceless.publisher.type.Pending pending)
     
    void
    PendingTextBase.pendingEvent(org.faceless.publisher.type.Pending pending)
     
    void
    PendingTextCollapsedWrapper.pendingEvent(org.faceless.publisher.type.Pending pending)
     
    void
    PendingTextWrapper.pendingEvent(org.faceless.publisher.type.Pending pending)