Class TransitionTargetPageStateServiceFacade

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.util.io.IClusterable, org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>, org.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>, org.onehippo.forge.exdocpicker.api.ExternalDocumentSearchService<PageStateInfo>, org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceFacade<PageStateInfo>, org.onehippo.forge.exdocpicker.api.ExternalDocumentTreeService<PageStateInfo>

    public class TransitionTargetPageStateServiceFacade
    extends Object
    implements org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceFacade<PageStateInfo>
    ExternalDocumentServiceFacade implementation to retrieve/select Page Flow Transition Target Page State.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransitionTargetPageStateServiceFacade

        public TransitionTargetPageStateServiceFacade()
    • Method Detail

      • searchExternalDocuments

        public org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> searchExternalDocuments​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context,
                                                                                                                    String queryString)
        Specified by:
        searchExternalDocuments in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentSearchService<PageStateInfo>
      • getFieldExternalDocuments

        public org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> getFieldExternalDocuments​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context)
        Specified by:
        getFieldExternalDocuments in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
      • setFieldExternalDocuments

        public void setFieldExternalDocuments​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context,
                                              org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> pageStates)
        Specified by:
        setFieldExternalDocuments in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
      • getDocumentDescription

        public String getDocumentDescription​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context,
                                             PageStateInfo pageState,
                                             Locale locale)
        Specified by:
        getDocumentDescription in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
      • getDocumentIconLink

        public String getDocumentIconLink​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context,
                                          PageStateInfo pageState,
                                          Locale locale)
        Specified by:
        getDocumentIconLink in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
      • getDocumentTitle

        public String getDocumentTitle​(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context,
                                       PageStateInfo pageState,
                                       Locale locale)
        Specified by:
        getDocumentTitle in interface org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>