Interface ISystemFieldService

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISystemFieldService
    extends com4j.Com4jObject
    For HP use. Services for managing system fields.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String fieldList​(String filter)
      List of fields according to given filter.
      String fieldProperty​(String fieldName, String propName)
      Field property according field name and property name.
      com4j.Com4jObject fieldRoot​(String fieldName)
      Tree root connected to the field according field name.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • fieldProperty

        String fieldProperty​(String fieldName,
                             String propName)

        Field property according field name and property name.

        Getter method for the COM property "FieldProperty"

        Parameters:
        fieldName - Mandatory java.lang.String parameter.
        propName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String
      • fieldRoot

        com4j.Com4jObject fieldRoot​(String fieldName)

        Tree root connected to the field according field name.

        Getter method for the COM property "FieldRoot"

        Parameters:
        fieldName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • fieldList

        String fieldList​(String filter)

        List of fields according to given filter.

        Getter method for the COM property "FieldList"

        Parameters:
        filter - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String