Class DLStoreRequest

Object
com.liferay.document.library.kernel.store.DLStoreRequest
All Implemented Interfaces:
Serializable

public final class DLStoreRequest extends Object implements Serializable
Author:
Raymond Augé
See Also:
  • Method Details

    • builder

      public static DLStoreRequest.Builder builder(long companyId, long repositoryId, String fileName)
    • getClassName

      public String getClassName()
    • getClassPK

      public long getClassPK()
    • getCompanyId

      public long getCompanyId()
    • getEntryURL

      public String getEntryURL()
    • getFileExtension

      public String getFileExtension()
    • getFileName

      public String getFileName()
    • getNewRepositoryId

      public long getNewRepositoryId()
    • getRepositoryId

      public long getRepositoryId()
    • getSize

      public long getSize()
    • getSourceFileName

      public String getSourceFileName()
    • getVersionLabel

      public String getVersionLabel()
    • isValidateFileExtension

      public boolean isValidateFileExtension()