Package com.logicaldoc.syndication
Class Syndication
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.syndication.Syndication
- All Implemented Interfaces:
- Serializable
@Entity
public class Syndication
extends com.logicaldoc.core.PersistentObject
A remote LogicalDOC system to syndicate to
- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringbooleanlonggetBatch()intlonggetName()intlongintgetUrl()inthashCode()booleanCheck if the specified filename is allowed or not.voidvoidsetApiKeyDecoded(String apiKey) voidsetBatch(long batch) voidsetEnabled(int enabled) voidsetExcludes(String excludes) voidsetIncludes(String includes) voidsetMaxPacketSize(long maxPacketSize) voidvoidsetPassword(String password) voidsetPasswordDecoded(String password) voidsetReplicateCustomId(int replicateCustomId) voidsetSourceFolderId(long sourceFolderId) voidsetStartDate(Date startDate) voidsetTargetPath(String targetPath) voidsetTimeout(int timeout) voidvoidsetUsername(String username) toString()Methods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
- 
Constructor Details- 
Syndicationpublic Syndication()
 
- 
- 
Method Details- 
getApiKey
- 
setApiKey
- 
getStartDate
- 
setStartDate
- 
getUrl
- 
setUrl
- 
getUsername
- 
setUsername
- 
getPassword
- 
setPassword
- 
getPasswordDecoded
- 
setPasswordDecoded
- 
setApiKeyDecoded
- 
getApiKeyDecoded
- 
getName
- 
setName
- 
getEnabledpublic int getEnabled()
- 
setEnabledpublic void setEnabled(int enabled) 
- 
getSourceFolderIdpublic long getSourceFolderId()
- 
setSourceFolderIdpublic void setSourceFolderId(long sourceFolderId) 
- 
getTargetPath
- 
setTargetPath
- 
getIncludes
- 
setIncludes
- 
getExcludes
- 
setExcludes
- 
getMaxPacketSizepublic long getMaxPacketSize()
- 
setMaxPacketSizepublic void setMaxPacketSize(long maxPacketSize) 
- 
decrypt
- 
toString- Overrides:
- toStringin class- com.logicaldoc.core.PersistentObject
 
- 
getBatchpublic long getBatch()
- 
setBatchpublic void setBatch(long batch) 
- 
isAllowedCheck if the specified filename is allowed or not.- Parameters:
- filename- The filename to check
- Returns:
- True if filenamematches theincludesand not theexcludes
 
- 
getReplicateCustomIdpublic int getReplicateCustomId()
- 
setReplicateCustomIdpublic void setReplicateCustomId(int replicateCustomId) 
- 
getTimeoutpublic int getTimeout()
- 
setTimeoutpublic void setTimeout(int timeout) 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- com.logicaldoc.core.PersistentObject
 
- 
equals- Overrides:
- equalsin class- com.logicaldoc.core.PersistentObject
 
 
-