Interface SilverpeasComponentDataProvider

  • All Known Implementing Classes:
    DefaultSilverpeasComponentDataProvider

    public interface SilverpeasComponentDataProvider
    This API permits to get data about component specified into sub hidden projects at core-api level.
    Author:
    silveryocha
    • Method Detail

      • isWorkflow

        boolean isWorkflow​(String componentName)
        Indicates if the component referenced by the given name is a workflow.
        Parameters:
        componentName - a component name.
        Returns:
        true if it is a workflow, false otherwise.
        Throws:
        IllegalStateException - when the component name is not found into registry.