public class List
extends java.lang.Object
| Constructor and Description |
|---|
List()
Instantiates a new list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canServerTemplateCreateFolders()
Can server template create folders.
|
void |
enableAttachments(boolean enableAttachments)
Enable attachments.
|
void |
enableFolderCreation(boolean enableFolderCreation)
Enable folder creation.
|
void |
enableMinorVersions(boolean enableMinorVersions)
Enable minor versions.
|
void |
enableModeration(boolean enableModeration)
Enable moderation.
|
void |
enableVersioning(boolean enableVersioning)
Enable versioning.
|
ListTemplateType |
getBaseTemplate()
Gets the base template.
|
ListBaseType |
getBaseType()
Gets the base type.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
java.util.List<CustomProperty> |
getCustomProperties() |
java.lang.String |
getDefaultContentApprovalWorkflowId()
Gets the default content approval workflow id.
|
java.lang.String |
getDescription()
Gets the description.
|
Direction |
getDirection()
Gets the direction.
|
java.lang.String |
getDocumentTemplateUrl()
Gets the document template url.
|
DraftVisibilityType |
getDraftVersionVisibility()
Gets the draft version visibility.
|
java.lang.String |
getEntityTypeName()
Gets the entity type name.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getImageUrl()
Gets the image url.
|
int |
getItemCount()
Gets the item count.
|
java.util.Date |
getLastItemDeletedDate()
Gets the last item deleted date.
|
java.util.Date |
getLastItemModifiedDate()
Gets the last item modified date.
|
java.lang.String |
getListItemEntityTypeFullName()
Gets the list item entity type full name.
|
java.lang.String |
getParentWebUrl()
Gets the parent web url.
|
java.lang.String |
getTemplateFeatureId()
Gets the template feature id.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
hasAttachmentsEnabled()
Checks for attachments enabled.
|
boolean |
hasContentTypesAllowed()
Checks for content types allowed.
|
boolean |
hasContentTypesEnabled()
Checks for content types enabled.
|
boolean |
hasExternalDataSource()
Checks for external data source.
|
boolean |
hasMinorVersionsEnabled()
Checks for minor versions enabled.
|
boolean |
isApplicationList()
Checks if is application list.
|
boolean |
isCatalog()
Checks if is catalog.
|
boolean |
isFolderCreationEnabled()
Checks if is folder creation enabled.
|
boolean |
isForceCheckout()
Checks if is force checkout.
|
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isIrmEnabled()
Checks if is irm enabled.
|
boolean |
isIrmExpire()
Checks if is irm expire.
|
boolean |
isIrmReject()
Checks if is irm reject.
|
boolean |
isModerationEnabled()
Checks if is moderation enabled.
|
boolean |
isMultipleDataList()
Checks if is multiple data list.
|
boolean |
isNoCrawl()
Checks if is no crawl.
|
boolean |
isPrivate()
Checks if is private.
|
boolean |
isVersioningEnabled()
Checks if is versioning enabled.
|
void |
setApplicationList(boolean isApplicationList)
Sets the application list.
|
void |
setBaseTemplate(ListTemplateType baseTemplate)
Sets the base template.
|
void |
setCatalog(boolean isCatalog)
Sets the catalog.
|
void |
setContentTypesEnabled(boolean hasContentTypesEnabled)
Sets the content types enabled.
|
void |
setDefaultContentApprovalWorkflowId(java.lang.String defaultContentApprovalWorkflowId)
Sets the default content approval workflow id.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setDirection(Direction direction)
Sets the direction.
|
void |
setDocumentTemplateUrl(java.lang.String documentTemplateUrl)
Sets the document template url.
|
void |
setDraftVersionVisibility(DraftVisibilityType draftVersionVisibility)
Sets the draft version visibility.
|
void |
setHidden(boolean isHidden)
Sets the hidden.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setImageUrl(java.lang.String imageUrl)
Sets the image url.
|
void |
setIrmEnabled(boolean isIrmEnabled)
Sets the irm enabled.
|
void |
setIrmExpire(boolean isIrmExpire)
Sets the irm expire.
|
void |
setIrmReject(boolean isIrmReject)
Sets the irm reject.
|
void |
setMultipleDataList(boolean isMultipleDataList)
Sets the multiple data list.
|
void |
setNoCrawl(boolean isNoCrawl)
Sets the no crawl.
|
void |
setPrivate(boolean isPrivate)
Sets the private.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
public boolean canServerTemplateCreateFolders()
public void enableAttachments(boolean enableAttachments)
enableAttachments - the enable attachmentspublic void enableFolderCreation(boolean enableFolderCreation)
enableFolderCreation - the enable folder creationpublic void enableMinorVersions(boolean enableMinorVersions)
enableMinorVersions - the enable minor versionspublic void enableModeration(boolean enableModeration)
enableModeration - the enable moderationpublic void enableVersioning(boolean enableVersioning)
enableVersioning - the enable versioningpublic ListTemplateType getBaseTemplate()
public ListBaseType getBaseType()
public java.util.Date getCreatedTime()
public java.util.List<CustomProperty> getCustomProperties()
public java.lang.String getDefaultContentApprovalWorkflowId()
public java.lang.String getDescription()
public Direction getDirection()
public java.lang.String getDocumentTemplateUrl()
public DraftVisibilityType getDraftVersionVisibility()
public java.lang.String getEntityTypeName()
public java.lang.String getId()
public java.lang.String getImageUrl()
public int getItemCount()
public java.util.Date getLastItemDeletedDate()
public java.util.Date getLastItemModifiedDate()
public java.lang.String getListItemEntityTypeFullName()
public java.lang.String getParentWebUrl()
public java.lang.String getTemplateFeatureId()
public java.lang.String getTitle()
public boolean hasAttachmentsEnabled()
public boolean hasContentTypesAllowed()
public boolean hasContentTypesEnabled()
public boolean hasExternalDataSource()
public boolean hasMinorVersionsEnabled()
public boolean isApplicationList()
public boolean isCatalog()
public boolean isFolderCreationEnabled()
public boolean isForceCheckout()
public boolean isHidden()
public boolean isIrmEnabled()
public boolean isIrmExpire()
public boolean isIrmReject()
public boolean isModerationEnabled()
public boolean isMultipleDataList()
public boolean isNoCrawl()
public boolean isPrivate()
public boolean isVersioningEnabled()
public void setApplicationList(boolean isApplicationList)
isApplicationList - the new application listpublic void setBaseTemplate(ListTemplateType baseTemplate)
baseTemplate - the new base templatepublic void setCatalog(boolean isCatalog)
isCatalog - the new catalogpublic void setContentTypesEnabled(boolean hasContentTypesEnabled)
hasContentTypesEnabled - the new content types enabledpublic void setDefaultContentApprovalWorkflowId(java.lang.String defaultContentApprovalWorkflowId)
defaultContentApprovalWorkflowId - the new default content approval workflow idpublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setDirection(Direction direction)
direction - the new directionpublic void setDocumentTemplateUrl(java.lang.String documentTemplateUrl)
documentTemplateUrl - the new document template urlpublic void setDraftVersionVisibility(DraftVisibilityType draftVersionVisibility)
draftVersionVisibility - the new draft version visibilitypublic void setHidden(boolean isHidden)
isHidden - the new hiddenpublic void setId(java.lang.String id)
id - the new idpublic void setImageUrl(java.lang.String imageUrl)
imageUrl - the new image urlpublic void setIrmEnabled(boolean isIrmEnabled)
isIrmEnabled - the new irm enabledpublic void setIrmExpire(boolean isIrmExpire)
isIrmExpire - the new irm expirepublic void setIrmReject(boolean isIrmReject)
isIrmReject - the new irm rejectpublic void setMultipleDataList(boolean isMultipleDataList)
isMultipleDataList - the new multiple data listpublic void setNoCrawl(boolean isNoCrawl)
isNoCrawl - the new no crawlpublic void setPrivate(boolean isPrivate)
isPrivate - the new privatepublic void setTitle(java.lang.String title)
title - the new title