Interface IActionPermission

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IActionPermission2

    public interface IActionPermission
    extends com4j.Com4jObject
    Services to manage user permissions for actions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean actionEnabled​(java.lang.Object actionIdentity, java.lang.Object actionTarget)
      Checks if the user has rights to perform the specified action.
      • Methods inherited from interface com4j.Com4jObject

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

      • actionEnabled

        boolean actionEnabled​(java.lang.Object actionIdentity,
                              java.lang.Object actionTarget)

        Checks if the user has rights to perform the specified action.

        Getter method for the COM property "ActionEnabled"

        Parameters:
        actionIdentity - Mandatory java.lang.Object parameter.
        actionTarget - Optional parameter. Default value is com4j.Variant.getMissing()
        Returns:
        Returns a value of type boolean