public class ItemAnalyzeResult extends Object
Constructor and Description |
---|
ItemAnalyzeResult(ResultAccessData accessData,
boolean launch,
boolean unlock,
boolean checkout,
boolean checkOutByCurrentUser,
boolean wf,
boolean wfHistory,
boolean wfActive,
boolean filing,
boolean folder,
boolean link,
boolean deleted,
boolean retention,
boolean litigationHold,
boolean isStructuredLink,
boolean isUnstructured,
boolean hasImagesOnly,
boolean hasEmptyStructure,
boolean containsOnlyLinks)
Constructor.
|
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 |
isInLitigationHold() |
boolean |
isInRetention() |
boolean |
isLaunchable() |
boolean |
isLink()
Checks if is link.
|
boolean |
isStructuredLink() |
boolean |
isUnlocked() |
boolean |
isUnstructured() |
boolean |
isWorkflow() |
public ItemAnalyzeResult(ResultAccessData accessData, boolean launch, boolean unlock, boolean checkout, boolean checkOutByCurrentUser, boolean wf, boolean wfHistory, boolean wfActive, boolean filing, boolean folder, boolean link, boolean deleted, boolean retention, boolean litigationHold, boolean isStructuredLink, boolean isUnstructured, boolean hasImagesOnly, boolean hasEmptyStructure, boolean containsOnlyLinks)
accessData
- Access datalaunch
- Launchableunlock
- Unlockedcheckout
- CheckoutcheckOutByCurrentUser
- whether the document is checked out by the current user or notwf
- WorkflowwfHistory
- hasWorkflowHistorywfActive
- has active workflowfiling
- filing supportedfolder
- is a folderlink
- is link documentdeleted
- deleted document selectedretention
- selection contains document in retentionlitigationHold
- selection contains document in lititgation holdisStructuredLink
- whether document is a strcutered link or notisUnstructured
- whether the document is unstructured or nothasImagesOnly
- whether all elements of the document are images or nothasEmptyStructure
- whether the document has an empty structurecontainsOnlyLinks
- whether the document contains nothing but links in it's structurepublic 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()
Copyright © 2016 SAPERION AG. All rights reserved.