com.ibm.commerce.content.facade.datatypes

Interface ProcessManagedFileDataAreaType



  • public interface ProcessManagedFileDataAreaType
    A representation of the model object 'Process Managed File Data Area Type'. Type definition of the ProcessManagedFile BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getProcessManagedFileDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), ContentPackage.getProcessManagedFileDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • getManagedFile

        java.util.List getManagedFile()
        Returns the value of the 'Managed File' containment reference list. The list contents are of type ManagedFileType. The ManagedFile noun.
        Returns:
        the value of the 'Managed File' containment reference list.
        See Also:
        ContentPackage.getProcessManagedFileDataAreaType_ManagedFile()