public class ItemAnalyzeResult extends Object
ItemAnalyzer
. It is used to store the available functions for the selected items. Not all properties
contained in this bean are applicable when more than one item is selected.Constructor and Description |
---|
ItemAnalyzeResult() |
Modifier and Type | Method and Description |
---|---|
ResultAccessData |
getData() |
boolean |
hasActiveWorkflow() |
boolean |
hasEmptyStructure() |
boolean |
hasImagesOnly() |
boolean |
hasWorkflowHistory() |
boolean |
isCheckedOut() |
boolean |
isCheckedOutByCurrentUser() |
boolean |
isContainsOnlyLinks() |
boolean |
isDeleted() |
boolean |
isFilingSupported() |
boolean |
isFolderItem() |
boolean |
isHasSysAclList() |
boolean |
isInLitigationHold() |
boolean |
isInRetention() |
boolean |
isLaunchable() |
boolean |
isLink() |
boolean |
isStructuredLink() |
boolean |
isUnlocked() |
boolean |
isUnstructured() |
boolean |
isWorkflow() |
void |
setCheckedOut(boolean checkedOut) |
void |
setCheckOutByCurrentUser(boolean checkOutByCurrentUser) |
void |
setContainsOnlyLinks(boolean containsOnlyLinks) |
void |
setData(ResultAccessData data) |
void |
setFilingSupported(boolean filingSupported) |
void |
setFolderItem(boolean folderItem) |
void |
setHasEmptyStructure(boolean hasEmptyStructure) |
void |
setHasImagesOnly(boolean hasImagesOnly) |
void |
setHasSysAclList(boolean hasSysAclList) |
void |
setInLitigationHold(boolean inLitigationHold) |
void |
setInRetention(boolean inRetention) |
void |
setIsDeleted(boolean isDeleted) |
void |
setIsLink(boolean isLink) |
void |
setIsStructuredLink(boolean isStructuredLink) |
void |
setIsUnstructured(boolean isUnstructured) |
void |
setLaunchable(boolean launchable) |
void |
setUnlocked(boolean unlocked) |
void |
setWorkflow(boolean workflow) |
void |
setWorkflowActive(boolean workflowActive) |
void |
setWorkflowHistory(boolean workflowHistory) |
public final ResultAccessData getData()
public final boolean isLaunchable()
public final boolean isUnlocked()
public final boolean isCheckedOut()
public final boolean isCheckedOutByCurrentUser()
public final boolean isWorkflow()
public final boolean hasWorkflowHistory()
public final boolean hasActiveWorkflow()
public final boolean isFilingSupported()
public final boolean isFolderItem()
public final boolean isLink()
public boolean isDeleted()
public boolean isInRetention()
public boolean isInLitigationHold()
public boolean isStructuredLink()
public boolean isUnstructured()
public boolean hasImagesOnly()
public boolean hasEmptyStructure()
public boolean isContainsOnlyLinks()
public void setData(ResultAccessData data)
data
- access data based on user-rights and ACLspublic void setLaunchable(boolean launchable)
launchable
- whether the items can be used as workflow attachmentspublic void setUnlocked(boolean unlocked)
unlocked
- whether the items are unlockedpublic void setCheckedOut(boolean checkedOut)
checkedOut
- whether the items are checked outpublic void setCheckOutByCurrentUser(boolean checkOutByCurrentUser)
checkOutByCurrentUser
- whether the items are checked out by current userpublic void setWorkflow(boolean workflow)
workflow
- whether the items are workflow-taskspublic void setWorkflowHistory(boolean workflowHistory)
workflowHistory
- whether the items have a workflow historypublic void setWorkflowActive(boolean workflowActive)
workflowActive
- whether the items have active workflowspublic void setFilingSupported(boolean filingSupported)
filingSupported
- whether filing is supported for the itemspublic void setFolderItem(boolean folderItem)
folderItem
- whether the items are folderspublic void setIsLink(boolean isLink)
isLink
- whether the items are linkspublic void setIsDeleted(boolean isDeleted)
isDeleted
- whether the items are deletedpublic void setInRetention(boolean inRetention)
inRetention
- wether the items are in retentionpublic void setInLitigationHold(boolean inLitigationHold)
inLitigationHold
- whether the items are in litigation-holdpublic void setIsStructuredLink(boolean isStructuredLink)
isStructuredLink
- whether the items are structured linkspublic void setIsUnstructured(boolean isUnstructured)
isUnstructured
- whether the items contain no structurepublic void setHasImagesOnly(boolean hasImagesOnly)
hasImagesOnly
- whether the items contain nothing but images in their structurepublic void setHasEmptyStructure(boolean hasEmptyStructure)
hasEmptyStructure
- whether the items have an empty structurepublic void setContainsOnlyLinks(boolean containsOnlyLinks)
containsOnlyLinks
- whether the items contain nothing but links in their structurepublic boolean isHasSysAclList()
public void setHasSysAclList(boolean hasSysAclList)
hasSysAclList
- whether the item's ddc contains the SYSACLLIST fieldCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.