com.ibm.tivoli.maximo.skd.skdaction

Interface SKDActionContext

  • All Known Implementing Classes:
    SKDDefaultActionContext


    public interface SKDActionContext
    Interface containing action context information.
    • Method Detail

      • getActionName

        java.lang.String getActionName()
        Returns the name of the action
        Returns:
        name of the action
      • getObjectName

        java.lang.String getObjectName()
        Returns the name of object associated with action
        Returns:
        name of object associated with action
      • getSKDObjectName

        java.lang.String getSKDObjectName()
        Returns the scheduler object associated with action
        Returns:
        name of scheduler object associated with action
      • getUserInfo

        UserInfo getUserInfo()
        Returns the userinfo
        Returns:
        userinfo
      • getProjectId

        java.lang.String getProjectId()
        Returns the project id
        Returns:
        project id
      • getLogger

        MXLogger getLogger()
        Returns the logger.
        Returns:
        logger