com.ibm.jarm.api.core

Class RMFactory.ClassificationGuide

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


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

      Methods 
      Modifier and Type Method and Description
      static ClassificationGuide fetchInstance(FilePlanRepository fpRepository, java.lang.String guideIdent, RMPropertyFilter filter)
      Retrieves the specified DoD Security Classification Guide from the specified file plan repository.
      • Methods inherited from class java.lang.Object

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

      • fetchInstance

        public static ClassificationGuide fetchInstance(FilePlanRepository fpRepository,
                                        java.lang.String guideIdent,
                                        RMPropertyFilter filter)
        Retrieves the specified DoD Security Classification Guide from the specified file plan repository.
        Parameters:
        fpRepository - the FilePlanRepository that the container is associated with. This entry cannot be null.
        guideIdent - a guide name String or ID String value for the desired guide. This entry cannot be null.
        filter - an optional RMPropertyFilter defining which properties to retrieve. This entry can be null.
        Returns:
        a ClassificationGuide instance.

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