Class GUIImportFolder
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIImportFolder
- All Implemented Interfaces:
Serializable
An Import Folder representation
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch()
int
getDepth()
Composes the displayable importFolder's url.int
int
getHost()
long
getId()
getPath()
getPort()
getTags()
int
boolean
boolean
boolean
boolean
boolean
void
setAutomation
(String automation) void
setAutomationAfter
(String automationAfter) void
setBarcodeTemplateId
(Long barcodeTemplateId) void
void
setDelImport
(boolean delImport) void
setDepth
(int depth) void
void
setEnabled
(int enabled) void
setExcludes
(String excludes) void
setExtractTags
(int extractTags) void
void
setId
(long id) void
setImportEmpty
(boolean importEmpty) void
setIncludes
(String includes) void
setInheritRights
(boolean inheritRights) void
setLanguage
(String language) void
setMaxSize
(Integer maxSize) void
setOcrTemplateId
(Long ocrTemplateId) void
setPassword
(String password) void
void
void
setPreventDuplications
(boolean preventDuplications) void
setProvider
(String provider) void
setRecordHistory
(boolean recordHistory) void
setStartDate
(Date startDate) void
void
void
setTemplateId
(Long templateId) void
setUpdatePolicy
(int updatePolicy) void
setUsername
(String username)
-
Field Details
-
PROVIDER_SMB
- See Also:
-
PROVIDER_SMB2
- See Also:
-
PROVIDER_SMB3
- See Also:
-
PROVIDER_FILE
- See Also:
-
PROVIDER_FTP
- See Also:
-
PROVIDER_FTPS
- See Also:
-
PROVIDER_SFTP
- See Also:
-
-
Constructor Details
-
GUIImportFolder
public GUIImportFolder()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getPath
-
setPath
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getProvider
-
setProvider
-
getEnabled
public int getEnabled() -
setEnabled
public void setEnabled(int enabled) -
getMaxSize
-
setMaxSize
-
getExtractTags
public int getExtractTags() -
setExtractTags
public void setExtractTags(int extractTags) -
getIncludes
-
setIncludes
-
getExcludes
-
setExcludes
-
getTags
-
setTags
-
getLanguage
-
setLanguage
-
getTemplateId
-
setTemplateId
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth) -
isDelImport
public boolean isDelImport() -
setDelImport
public void setDelImport(boolean delImport) -
getTarget
-
setTarget
-
getDomain
-
setDomain
-
getStartDate
-
setStartDate
-
getUpdatePolicy
public int getUpdatePolicy() -
setUpdatePolicy
public void setUpdatePolicy(int updatePolicy) -
isImportEmpty
public boolean isImportEmpty() -
setImportEmpty
public void setImportEmpty(boolean importEmpty) -
isInheritRights
public boolean isInheritRights() -
setInheritRights
public void setInheritRights(boolean inheritRights) -
getPort
-
setPort
-
getHost
-
setHost
-
getBatch
-
setBatch
-
getDisplayUrl
Composes the displayable importFolder's url.- Returns:
- the URL to display
-
getOcrTemplateId
-
setOcrTemplateId
-
getBarcodeTemplateId
-
setBarcodeTemplateId
-
isPreventDuplications
public boolean isPreventDuplications() -
setPreventDuplications
public void setPreventDuplications(boolean preventDuplications) -
isRecordHistory
public boolean isRecordHistory() -
setRecordHistory
public void setRecordHistory(boolean recordHistory) -
getAutomation
-
setAutomation
-
getAutomationAfter
-
setAutomationAfter
-