com.ibm.tivoli.maximo.workcenter.app

Class WorkCenterTemplateAuth

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.workcenter.app.WorkCenterTemplateAuth
    • Constructor Detail

      • WorkCenterTemplateAuth

        public WorkCenterTemplateAuth(MboSet ms)
                               throws MXException,
                                      java.rmi.RemoteException
        Construct the WorkCenterTemplateAuth object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new WorkCenterTemplateAuth. The table below shows the default values for each of the attributes listed.
        workcenterOwner's application name.
        templateOwner's template name.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws MXException,
                                        java.rmi.RemoteException
        Overrides the skipCopyField() in the Mbo. Since this method takes the MboValueInfo as its parameter just check to see if this field needs to be copied or skipped by using the data from the static HashSet. If this field does not need to be copied return true. The following are the workcentertemplate fields will be skipped without being copied to the newly duplicated IntObject:
        1. template
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo object of the MboValue that needs to be copied.
        Returns:
        true If the field does not need to be copied return true, in all other cases return false.
        Throws:
        MXException
        java.rmi.RemoteException