Class ActiveDocumentExtension


  • public class ActiveDocumentExtension
    extends Object
    Operation implementations for EClass ActiveDocument
    • Constructor Detail

      • ActiveDocumentExtension

        public ActiveDocumentExtension()
    • Method Detail

      • isActiveDocumentContentBlobFqn

        public static boolean isActiveDocumentContentBlobFqn​(String fqn)
        Checks if the specified FQN belongs to an active document content blob.
        Parameters:
        fqn - The FQN. May not be null.
        Returns:
        true if the specified FQN belongs to an active document content blob, false otherwise.
      • buildActiveDocumentContentBlobFqn

        public static String buildActiveDocumentContentBlobFqn​(ActiveDocument activeDocument)
        Builds active document content blob FQN.
        Parameters:
        activeDocument - The active document. May not be null.
        Returns:
        the blob FQN. Never null.
      • buildActiveDocumentContentBlobFqn

        public static String buildActiveDocumentContentBlobFqn​(String activeDocumentFqn)
        Builds active document content blob FQN.
        Parameters:
        activeDocumentFqn - The active document FQN. May not be null.
        Returns:
        the blob FQN. Never null.
      • extractActiveDocumentFqnFromContentBlobFqn

        public static String extractActiveDocumentFqnFromContentBlobFqn​(String fqn)
        Extracts the active document FQN from the corresponding content blob FQN.
        Parameters:
        fqn - The blob FQN. May not be null.
        Returns:
        the extracted active document FQN. Never null.