Interface SchemaFacetOResource


  • public interface SchemaFacetOResource
    This interface represents the resource constraint associated with a node (osd:FacetOResource).
    See Also:
    SchemaNode.getFacetOResource()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getModuleName()
      Returns the name of the EBX® module that contains the resource.
      String getRelativePath()
      Returns the local directory containing the resource, directly under the directory named with the value of resourceType.
      String getResourceType()
      Returns the resource type, which is one of the following values: ext-images, ext-jscripts, ext-stylesheets, ext-html.
    • Method Detail

      • getModuleName

        String getModuleName()
        Returns the name of the EBX® module that contains the resource. If the module itself contains the resource, the alias must be preceded by "wbp" (stands for Web Business Process).
      • getResourceType

        String getResourceType()
        Returns the resource type, which is one of the following values: ext-images, ext-jscripts, ext-stylesheets, ext-html.
      • getRelativePath

        String getRelativePath()
        Returns the local directory containing the resource, directly under the directory named with the value of resourceType. For example, for a resource located at www/common/images/frontpages/, the directory www/ is at the same level as the WEB-INF/ directory.