com.ibm.jarm.api.core

Class RMFactory.RMMarkingSet

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory.RMMarkingSet
  • Enclosing class:
    RMFactory


    public static class RMFactory.RMMarkingSet
    extends java.lang.Object
    Factory for RMMarkingSet instances.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static RMMarkingSet fetchInstance(RMDomain domain, java.lang.String markingSetId)
      Retrieves a RMMarkingSet instance from a domain.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchInstance

        public static RMMarkingSet fetchInstance(RMDomain domain,
                                 java.lang.String markingSetId)
        Retrieves a RMMarkingSet instance from a domain.
        Parameters:
        domain - The RMDomain from which to fetch the marking set. This entry cannot be null.
        markingSetId - The ID String specifying the desired marking set. This entry cannot be null or blank.
        Returns:
        A RMMarkingSet instance.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.