Interface RMNodes

  • All Superinterfaces:
    Nodes

    @Deprecated
    public interface RMNodes
    extends Nodes
    Deprecated.
    RM Nodes API
    Since:
    2.6
    Author:
    Ana Bozianu
    • Method Detail

      • getOrCreatePath

        NodeRef getOrCreatePath​(String parentFolderNodeId,
                                String relativePath,
                                QName nodeTypeQName)
        Deprecated.
        Gets or creates the relative path starting from the provided parent folder. The method decides the type of the created elements considering the parent container's type and the type of the node to be created.
        Parameters:
        parentFolderNodeId - the parent folder to start from
        relativePath - the relative path
        nodeTypeQName - the type of the node to be created
        Returns:
        reference to the last element of the created path
      • validateNodeType

        void validateNodeType​(String filePlanComponentId,
                              Parameters parameters,
                              QName requestedTypeQName)
        Deprecated.
        Validates if the component with provided id and provided parameters belongs to the current endpoint.
        Parameters:
        filePlanComponentId - - file plan component id to check
        parameters - - provided parameters
        requestedTypeQName - - the requested type that identifies the endpoint we are in
      • validateNodeType

        void validateNodeType​(String filePlanComponentId,
                              org.springframework.extensions.webscripts.servlet.FormData formData,
                              QName requestedTypeQName)
        Deprecated.
        Validates if the component with provided id and provided parameters from formData belongs to the current endpoint.
        Parameters:
        filePlanComponentId - - file plan component id to check
        formData - - provided formData
        requestedTypeQName - - the requested type that identifies the endpoint we are in
      • validateNodeType

        void validateNodeType​(String filePlanComponentId,
                              Node filePlanComponentInfo,
                              Parameters parameters,
                              QName requestedTypeQName)
        Deprecated.
        Validates if the component with provided id, relativePath from new created filePlanComponent and provided parameters belongs to the current endpoint.
        Parameters:
        filePlanComponentId - - file plan component id to check
        filePlanComponentInfo - - new created file plan component info
        parameters - - provided parameters
        requestedTypeQName - - the requested type that identifies the endpoint we are in
      • validateRecord

        void validateRecord​(String filePlanComponentId)
        Deprecated.
        Validates if the filePlanComponent with provided id is a record.
        Parameters:
        filePlanComponentId -
      • getFilePlanType

        QName getFilePlanType()
        Deprecated.
        Helper method to obtain file plan type or null if the rm site does not exist.
        Returns:
        file plan type or null