Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.common.role.MaxRole

  • Packages that use MaxRole 
    Package Description
    com.ibm.tivoli.maximo.mfmail  
    com.ibm.tivoli.maximo.script  
    psdi.app.bulletinboard  
    psdi.common.role  
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of MaxRole in com.ibm.tivoli.maximo.mfmail

      Methods in com.ibm.tivoli.maximo.mfmail that return MaxRole 
      Modifier and Type Method and Description
      protected MaxRole MfMailSTCtrlInfo.getSendToRole() 
      Methods in com.ibm.tivoli.maximo.mfmail with parameters of type MaxRole 
      Modifier and Type Method and Description
      protected void MfMailSTCtrlInfo.setSendToRole(MaxRole sendToRole) 
      Constructors in com.ibm.tivoli.maximo.mfmail with parameters of type MaxRole 
      Constructor and Description
      MfMailSTCtrlInfo(java.lang.String mbo, java.lang.String status, java.lang.String att, java.lang.String tmplt, java.lang.String to, MaxRole r) 
    • Uses of MaxRole in com.ibm.tivoli.maximo.script

      Methods in com.ibm.tivoli.maximo.script with parameters of type MaxRole 
      Modifier and Type Method and Description
      MboRemote ScriptCustomRole.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo) 
      java.lang.String[] ScriptCustomRole.evaluateToEmail(MaxRole roleMbo, MboRemote mbo) 
    • Uses of MaxRole in psdi.app.bulletinboard

      Methods in psdi.app.bulletinboard with parameters of type MaxRole 
      Modifier and Type Method and Description
      MboRemote BBAudSiteRole.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo) 
      MboRemote BBAudPersonGroupRole.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo) 
      MboRemote BBAudOrgRole.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo) 
      java.lang.String[] BBAudSiteRole.evaluateToEmail(MaxRole roleMbo, MboRemote mbo) 
      java.lang.String[] BBAudPersonGroupRole.evaluateToEmail(MaxRole roleMbo, MboRemote mbo) 
      java.lang.String[] BBAudOrgRole.evaluateToEmail(MaxRole roleMbo, MboRemote mbo) 
    • Uses of MaxRole in psdi.common.role

      Methods in psdi.common.role with parameters of type MaxRole 
      Modifier and Type Method and Description
      MboRemote UserDataRole.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo)
      Gets the PersonID for the user and then uses the role's Parameter attribute as the attribute to treat as a PersonID.
      MboRemote CustomRoleInterface.evaluateCustomRole(MaxRole roleMbo, MboRemote mbo)
      Determines the Person or PersonGroup for a role.
      java.lang.String[] CustomRoleInterface.evaluateToEmail(MaxRole roleMbo, MboRemote mbo)
      Creates an array of email address for this role.
      java.lang.String[] CustomRoleAdapter.evaluateToEmail(MaxRole roleMbo, MboRemote mbo)
      Automatically creates an email array from what's returned from the method evaluateCustomRole.
    • Uses of MaxRole in psdi.workflow

      Methods in psdi.workflow with parameters of type MaxRole 
      Modifier and Type Method and Description
      MboRemote WorkflowOriginatorRole.evaluateCustomRole(MaxRole roleMbo, MboRemote currentMbo)
      Get the workflow originator
      MboRemote MaximoAdminRole.evaluateCustomRole(MaxRole roleMbo, MboRemote currentMbo) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes