Skip navigation links
A B C D E F G H I K L M N O P R S T V W 

A

a(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
AcceptedOperation - Class in com.laserfiche.repository.api.clients.impl.model
 
AcceptedOperation() - Constructor for class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
addAncestorsItem(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
addAssignedTagsItem(String) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
addChildrenItem(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
addDeleteEntryItem(WAuditReason) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
addErrorsItem(OperationErrorItem) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
addExceptionsItem(APIServerException) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
addExportDocumentItem(WAuditReason) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
addFieldsItem(EntryFieldValue) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
addLinksItem(LinkToUpdate) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
addListValuesItem(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
addOtherEntryIdsItem(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
addTagsItem(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
addTagsItem(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
addTemplateFieldNamesItem(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
addValueItem(ContextHit) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
addValueItem(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
addValueItem(EntryLinkTypeInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
addValueItem(FieldValue) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
addValueItem(TemplateFieldInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
addValueItem(WEntryLinkInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
addValueItem(WFieldInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
addValueItem(WTagInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
addValueItem(WTemplateInfo) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
addValueItem(Attribute) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
addValuesItem(Map<String, Object>) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
addValuesItem(ValueToUpdate) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
AdvancedSearchRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
AdvancedSearchRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
ancestorEntry(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
ancestors(List<Integer>) - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
annotationId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
ApiClient - Class in com.laserfiche.repository.api.clients.impl
The base API client.
ApiClient(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.ApiClient
 
ApiClientUtils - Class in com.laserfiche.repository.api.clients.impl
Internal helper class containing utility functions for the RepositoryApiClient.
APIServerException - Class in com.laserfiche.repository.api.clients.impl.model
 
APIServerException() - Constructor for class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
assignedTags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
assignEntryLinks(ParametersForAssignEntryLinks) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Assign links to an entry.
- Provide an entry ID and a list of links to assign to that entry.
- This is an overwrite action.
assignEntryLinks(ParametersForAssignEntryLinks) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
assignFieldValues(ParametersForAssignFieldValues) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Update the field values assigned to an entry.
- Provide the new field values to assign to the entry, and remove/reset all previously assigned field values.
assignFieldValues(ParametersForAssignFieldValues) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
assignTags(ParametersForAssignTags) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Assign tags to an entry.
- Provide an entry ID and a list of tags to assign to that entry.
- This is an overwrite action.
assignTags(ParametersForAssignTags) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
Attribute - Class in com.laserfiche.repository.api.clients.impl.model
 
Attribute() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Attribute
 
AttributesClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository Attributes API client.
AttributesClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository Attributes API client.
AttributesClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.AttributesClientImpl
 
auditReasonId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
auditReasonId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
AuditReasons - Class in com.laserfiche.repository.api.clients.impl.model
 
AuditReasons() - Constructor for class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
AuditReasonsClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository AuditReasons API client.
AuditReasonsClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository AuditReasons API client.
AuditReasonsClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.AuditReasonsClientImpl
 

B

b(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
baseUrl - Variable in class com.laserfiche.repository.api.clients.impl.ApiClient
 
beforeSend(String, Map<String, String>, HttpRequestHandler) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
Sets the authorization bearer token and returns a Request Url.

C

cancelOperation(ParametersForCancelOperation) - Method in class com.laserfiche.repository.api.clients.impl.TasksClientImpl
 
cancelOperation(ParametersForCancelOperation) - Method in interface com.laserfiche.repository.api.clients.TasksClient
- Cancels an operation.
- Provide an operationToken to cancel the operation, if possible.
cancelOrCloseSearch(ParametersForCancelOrCloseSearch) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
cancelOrCloseSearch(ParametersForCancelOrCloseSearch) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
- Cancels a currently running search.
- Closes a completed search.
children(List<Entry>) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
close() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
An implementation of AutoCloseable that does not throw any checked exceptions.
close() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
Release the thread pool held by the underlying HTTP clients.
color(LFColor) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
com.laserfiche.repository.api - package com.laserfiche.repository.api
Provides classes for the Laserfiche Repository API client.
com.laserfiche.repository.api.clients - package com.laserfiche.repository.api.clients
Provides interfaces for each Laserfiche Repository API set.
com.laserfiche.repository.api.clients.impl - package com.laserfiche.repository.api.clients.impl
Provides classes for each Laserfiche Repository API set.
com.laserfiche.repository.api.clients.impl.model - package com.laserfiche.repository.api.clients.impl.model
Provides model classes for the Laserfiche Repository API.
com.laserfiche.repository.api.clients.params - package com.laserfiche.repository.api.clients.params
Provides request parameter classes for each Laserfiche Repository API.
comment(String) - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
comment(String) - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
constraint(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
constraintError(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
context(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
ContextHit - Class in com.laserfiche.repository.api.clients.impl.model
 
ContextHit() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
CopyAsyncRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
CopyAsyncRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
copyEntryAsync(ParametersForCopyEntryAsync) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Copy a new child entry in the designated folder async, and potentially return an operationToken.
- Provide the parent folder ID, and copy an entry as a child of the designated folder.
- Optional parameter: autoRename (default false).
copyEntryAsync(ParametersForCopyEntryAsync) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
createApiException(HttpResponse<?>, ProblemDetails) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
 
CreateEntryOperations - Class in com.laserfiche.repository.api.clients.impl.model
The results of each operation needed in order to create the electronic document with optional template and fields.
CreateEntryOperations() - Constructor for class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
CreateEntryResult - Class in com.laserfiche.repository.api.clients.impl.model
 
CreateEntryResult() - Constructor for class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
createFromAccessKey(String, AccessKey, String, String) - Static method in class com.laserfiche.repository.api.RepositoryApiClientImpl
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
createFromAccessKey(String, AccessKey, String) - Static method in class com.laserfiche.repository.api.RepositoryApiClientImpl
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
createFromAccessKey(String, AccessKey) - Static method in class com.laserfiche.repository.api.RepositoryApiClientImpl
Creates a new Laserfiche repository client that will use Laserfiche Cloud OAuth client credentials to get access tokens.
createFromUsernamePassword(String, String, String, String) - Static method in class com.laserfiche.repository.api.RepositoryApiClientImpl
Creates a new Laserfiche repository client that will use username and password to get access tokens for Laserfiche API.
createOrCopyEntry(ParametersForCreateOrCopyEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Create/copy a new child entry in the designated folder.
- Provide the parent folder ID, and based on the request body, copy or create a folder/shortcut as a child entry of the designated folder.
- Optional parameter: autoRename (default false).
createOrCopyEntry(ParametersForCreateOrCopyEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
createSearchOperation(ParametersForCreateSearchOperation) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
createSearchOperation(ParametersForCreateSearchOperation) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
- Runs a search operation on the repository.
- Optional body parameters: FuzzyType: (default none), which can be used to determine what is considered a match by number of letters or percentage.
createServerSession(ParametersForCreateServerSession) - Method in class com.laserfiche.repository.api.clients.impl.ServerSessionClientImpl
 
createServerSession(ParametersForCreateServerSession) - Method in interface com.laserfiche.repository.api.clients.ServerSessionClient
- Deprecated.
createSimpleSearchOperation(ParametersForCreateSimpleSearchOperation) - Method in class com.laserfiche.repository.api.clients.impl.SimpleSearchesClientImpl
 
createSimpleSearchOperation(ParametersForCreateSimpleSearchOperation) - Method in interface com.laserfiche.repository.api.clients.SimpleSearchesClient
- Runs a "simple" search operation on the repository.
- Returns a truncated search result listing.
- Search result listing may be truncated, depending on number of results.
creationTime(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
creator(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
currency(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
customProperties(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 

D

defaultValue(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
deleteAssignedTemplate(ParametersForDeleteAssignedTemplate) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Remove the currently assigned template from the specified entry.
- Provide an entry ID to clear template value on.
- If the entry does not have a template assigned, no change will be made.
deleteAssignedTemplate(ParametersForDeleteAssignedTemplate) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
deleteDocument(ParametersForDeleteDocument) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Delete the edoc associated with the provided entry ID.
deleteDocument(ParametersForDeleteDocument) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
deleteEntry(List<WAuditReason>) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
deleteEntryInfo(ParametersForDeleteEntryInfo) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Begins a task to delete an entry, and returns an operationToken.
- Provide an entry ID, and queue a delete task to remove it from the repository (includes nested objects if the entry is a Folder type).
deleteEntryInfo(ParametersForDeleteEntryInfo) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
DeleteEntryWithAuditReason - Class in com.laserfiche.repository.api.clients.impl.model
 
DeleteEntryWithAuditReason() - Constructor for class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
deletePages(ParametersForDeletePages) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Delete the pages associated with the provided entry ID.
deletePages(ParametersForDeletePages) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
description(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
description(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
description(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
description(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
displayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
displayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
displayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
Document - Class in com.laserfiche.repository.api.clients.impl.model
 
Document() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Document
 
documentLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 

E

edoc(Edoc) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
Edoc - Class in com.laserfiche.repository.api.clients.impl.model
 
Edoc() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Edoc
 
edocHitCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
elecDocumentSize(Long) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
electronicDocument(File) - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
EntriesClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository Entries API client.
EntriesClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository Entries API client.
EntriesClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
Entry - Class in com.laserfiche.repository.api.clients.impl.model
 
Entry() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Entry
 
entry(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
entryCreate(EntryCreate) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
EntryCreate - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to create the entry.
EntryCreate() - Constructor for class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
EntryFieldValue - Class in com.laserfiche.repository.api.clients.impl.model
 
EntryFieldValue() - Constructor for class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
entryId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
entryId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
EntryLinkTypeInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
EntryLinkTypeInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
entryType(EntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
EntryType - Enum in com.laserfiche.repository.api.clients.impl.model
Gets or Sets EntryType
entryType(PostEntryChildrenEntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Edoc
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PutFieldValsRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.RecordSeries
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
equals(Object) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
errorClass(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
errorCode(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
errorMessage(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
errors(List<OperationErrorItem>) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
errorSource(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
exceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
exportDocument(ParametersForExportDocument) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns an entry's edoc resource in a stream format.
- Provide an entry ID, and get the edoc resource as part of the response content.
- Optional header: Range.
exportDocument(ParametersForExportDocument) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
exportDocument(List<WAuditReason>) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
exportDocumentAsStream(ParametersForExportDocument) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the input stream of an entry's edoc resource.
exportDocumentAsStream(ParametersForExportDocument) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
exportDocumentWithAuditReason(ParametersForExportDocumentWithAuditReason) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns an entry's edoc resource in a stream format while including an audit reason.
- Provide an entry ID and audit reason/comment in the request body, and get the edoc resource as part of the response content.
- Optional header: Range.
exportDocumentWithAuditReason(ParametersForExportDocumentWithAuditReason) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
exportDocumentWithAuditReasonAsStream(ParametersForExportDocumentWithAuditReason) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the input stream of an entry's edoc resource while including an audit reason.
exportDocumentWithAuditReasonAsStream(ParametersForExportDocumentWithAuditReason) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
extension(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
extension(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 

F

fieldCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
fieldCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
FieldDefinitionsClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository FieldDefinitions API client.
FieldDefinitionsClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository FieldDefinitions API client.
FieldDefinitionsClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.FieldDefinitionsClientImpl
 
fieldHitCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
fieldId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
fieldName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
fieldName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
fields(List<EntryFieldValue>) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
fields(Map<String, FieldToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
fields(Map<String, FieldToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
FieldToUpdate - Class in com.laserfiche.repository.api.clients.impl.model
The request body containing fields that will be assigned to the entry.
FieldToUpdate() - Constructor for class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
fieldType(WFieldType) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
fieldType(WFieldType) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
FieldValue - Class in com.laserfiche.repository.api.clients.impl.model
 
FieldValue() - Constructor for class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
fieldValues(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
FindEntryResult - Class in com.laserfiche.repository.api.clients.impl.model
 
FindEntryResult() - Constructor for class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
Folder - Class in com.laserfiche.repository.api.clients.impl.model
 
Folder() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Folder
 
folderPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
format(WFieldFormat) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
formatPattern(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.EntryType
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.FuzzyType
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.HitType
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.OperationStatus
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenEntryType
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WatermarkPosition
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldFormat
 
fromValue(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldType
 
fullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
fuzzyFactor(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
fuzzyType(FuzzyType) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
FuzzyType - Enum in com.laserfiche.repository.api.clients.impl.model
Gets or Sets FuzzyType

G

g(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
getA() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
Returns a
getAncestorEntry() - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
Returns ancestorEntry
getAncestors() - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
Returns the IDs of the parent fields in the template according to the form logic rule.
getAnnotationId() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the ID of the annotation that the context hit is in.
getAssignedTags() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
Returns the tags that were assigned to the entry
getAttributeKey() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
The requested attribute key.
getAttributesClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Attributes API client.
getAttributesClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getAuditReasonId() - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
Returns the reason id for this audit event.
getAuditReasonId() - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
Returns the reason id for this audit event.
getAuditReasons(ParametersForGetAuditReasons) - Method in interface com.laserfiche.repository.api.clients.AuditReasonsClient
- Returns the audit reasons associated with the authenticated user.
getAuditReasons(ParametersForGetAuditReasons) - Method in class com.laserfiche.repository.api.clients.impl.AuditReasonsClientImpl
 
getAuditReasonsClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Audit Reasons API client.
getAuditReasonsClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getB() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
Returns b
getChildren() - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
Returns the entries in this folder.
getColor() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns color
getComment() - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
Returns the comment for this audit event.
getComment() - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
Returns the comment for this audit event.
getConstraint() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the constraint for values stored in the represented field.
getConstraintError() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the error string that will be returned when the field constraint is violated when setting a value for this field.
getContentType() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
The content type of the file.
getContext() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the line of context for the search hit.
getCreateEntryResultSummary(CreateEntryResult) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
Returns a human-readable summary of the CreateEntryResult.
getCreationTime() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the creation time of the entry.
getCreator() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the name of the user that created this entry.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCulture() - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag.
getCurrency() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the name of the currency that will be using when formatting the represented field when the Format property is set to the Currency member of the WFieldFormat enumeration.
getCustomProperties() - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
Returns custom properties (key, value pairs) to be added to the link
getDefaultRequestHeaders() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns default request headers that will be used for all requests.
getDefaultRequestHeaders() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getDefaultValue() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the default value of the field for new entries that are assigned to a template the represented field is a member of.
getDeleteEntry() - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
Returns the audit reasons associated with delete entry.
getDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the descriptive text for the represented entry link.
getDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the description of the field.
getDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns the description of the tag definition.
getDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns the description of the template definition.
getDisplayName() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the localized name of the field.
getDisplayName() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns the localized name of the tag definition.
getDisplayName() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns the localized name of the template definition.
getDocumentContentType(ParametersForGetDocumentContentType) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns information about the edoc content of an entry, without downloading the edoc in its entirety.
- Provide an entry ID, and get back the Content-Type and Content-Length in the response headers.
- This route does not provide a way to download the actual edoc.
getDocumentContentType(ParametersForGetDocumentContentType) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getDocumentLink() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
Returns a link to get the created entry.
GetDynamicFieldLogicValueRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
GetDynamicFieldLogicValueRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
getDynamicFieldValues(ParametersForGetDynamicFieldValues) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns dynamic field logic values with the current values of the fields in the template.
- Provide an entry ID and field values in the JSON body to get dynamic field logic values.
Independent and non-dynamic fields in the request body will be ignored, and only related dynamic field logic values for the assigned template will be returned.
getDynamicFieldValues(ParametersForGetDynamicFieldValues) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEdoc() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns edoc
getEdocHitCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the number of hits in the electronic document.
GetEdocWithAuditReasonRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
GetEdocWithAuditReasonRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
getElecDocumentSize() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns the size of the electronic document attached to the represented document, if there is one, in bytes.
getElectronicDocument() - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
Returns electronicDocument
getEntriesClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Entries API client.
getEntriesClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getEntry(ParametersForGetEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns a single entry object.
- Provide an entry ID, and get the entry associated with that ID.
getEntry(ParametersForGetEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEntry() - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
Returns entry
getEntryByPath(ParametersForGetEntryByPath) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns a single entry object using the entry path.
- Optional query parameter: fallbackToClosestAncestor.
getEntryByPath(ParametersForGetEntryByPath) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEntryCreate() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns entryCreate
getEntryId() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
Returns the id of the created entry.
getEntryId() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the ID of the entry affected (e.g.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
The entry ID of the entry that will have its fields updated.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
The folder ID that the entry will be created in.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
The folder ID that the entry will be created in.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteAssignedTemplate
The ID of the entry that will have its template removed.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteDocument
The requested document ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
The requested document ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
The requested document ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
The requested document ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDocumentContentType
The requested document ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
The folder ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
The requested entry ID.
getEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
The ID of entry that will have its template updated.
getEntryListing(ParametersForGetEntryListing) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns the children entries of a folder in the repository.
- Provide an entry ID (must be a folder), and get a paged listing of entries in that folder.
getEntryListing(ParametersForGetEntryListing) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEntryListingForEach(Function<ODataValueContextOfIListOfEntry, Boolean>, Integer, ParametersForGetEntryListing) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Provides the functionality to iteratively (i.e.
getEntryListingForEach(Function<ODataValueContextOfIListOfEntry, Boolean>, Integer, ParametersForGetEntryListing) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEntryListingNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the next subset of the requested collection, using a nextlink url.
getEntryListingNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getEntryType() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns entryType
getEntryType() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
Returns entryType
getErrorClass() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the class of exceptions this belongs to.
getErrorCode() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the code associated with the exception.
getErrorMessage() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
Returns the short description of the error.
getErrors() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the list of errors occurred during the execution of the associated operation.
getErrorSource() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the source of where the exception occurred.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
Returns the list of exceptions that occured when trying to perform the operation.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
Returns the list of exceptions that occured when trying to perform the operation.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
Returns the list of exceptions that occured when trying to perform the operation.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
Returns the list of exceptions that occured when trying to perform the operation.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
Returns the list of exceptions that occured when trying to perform the operation.
getExceptions() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
Returns the list of exceptions that occured when trying to perform the operation.
getExportDocument() - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
Returns the audit reasons associated with export document.
getExtension() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns the extension for the document.
getExtension() - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
Returns the extension of the shortcut target.
getFieldCount() - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
Returns the number of fields assigned to the entry.
getFieldCount() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns the number of fields assigned to the template.
getFieldDefinitionById(ParametersForGetFieldDefinitionById) - Method in interface com.laserfiche.repository.api.clients.FieldDefinitionsClient
- Returns a single field definition associated with the specified ID.
getFieldDefinitionById(ParametersForGetFieldDefinitionById) - Method in class com.laserfiche.repository.api.clients.impl.FieldDefinitionsClientImpl
 
getFieldDefinitionId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
The requested field definition ID.
getFieldDefinitions(ParametersForGetFieldDefinitions) - Method in interface com.laserfiche.repository.api.clients.FieldDefinitionsClient
- Returns a paged listing of field definitions available in the specified repository.
- Useful when trying to find a list of all field definitions available, rather than only those assigned to a specific entry/template.
- Default page size: 100.
getFieldDefinitions(ParametersForGetFieldDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.FieldDefinitionsClientImpl
 
getFieldDefinitionsClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Field Definitions API client.
getFieldDefinitionsClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getFieldDefinitionsForEach(Function<ODataValueContextOfIListOfWFieldInfo, Boolean>, Integer, ParametersForGetFieldDefinitions) - Method in interface com.laserfiche.repository.api.clients.FieldDefinitionsClient
Provides the functionality to iteratively (i.e.
getFieldDefinitionsForEach(Function<ODataValueContextOfIListOfWFieldInfo, Boolean>, Integer, ParametersForGetFieldDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.FieldDefinitionsClientImpl
 
getFieldDefinitionsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.FieldDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getFieldDefinitionsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.FieldDefinitionsClientImpl
 
getFieldHitCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the number of hits in the template.
getFieldId() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns the ID of the field.
getFieldName() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the name of a template field containing the hit.
getFieldName() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns the name of the field.
getFields() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the fields assigned to this entry.
getFields() - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
Returns the fields that will be assigned to the entry.
getFields() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
Returns the template fields that will be assigned to the entry.
getFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Optional array of field names.
getFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Optional array of field names.
getFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Optional array of field names.
getFieldType() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns fieldType
getFieldType() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns fieldType
getFieldValues(ParametersForGetFieldValues) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns the fields assigned to an entry.
- Provide an entry ID, and get a paged listing of all fields assigned to that entry.
- Default page size: 100.
getFieldValues(ParametersForGetFieldValues) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getFieldValues() - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
Returns the dynamic fields.
getFieldValuesForEach(Function<ODataValueContextOfIListOfFieldValue, Boolean>, Integer, ParametersForGetFieldValues) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Provides the functionality to iteratively (i.e.
getFieldValuesForEach(Function<ODataValueContextOfIListOfFieldValue, Boolean>, Integer, ParametersForGetFieldValues) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getFieldValuesNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the next subset of the requested collection, using a nextlink url.
getFieldValuesNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getFileName() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
The created document's file name.
getFolderPath() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the path in the Laserfiche repository to the parent folder.
getFormat() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns format
getFormatPattern() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the custom format pattern for fields that are configured to use a custom format.
getFullPath() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the full path in the Laserfiche repository to the entry.
getFullPath() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
The requested entry path.
getFuzzyFactor() - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
Returns fuzzy factor (percentage as int or int value)
getFuzzyType() - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
Returns fuzzyType
getG() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
Returns g
getGroupId() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
Returns the group id of the multi value field group.
getGroupId() - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
Returns the group id of the field in the template.
getGroupName() - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
Returns the name of field group.
getHeadersMap(Headers) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
Returns a Header Map containing the header name and value.
getHighlight1Length() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the length of the first highlight in characters.
getHighlight1Offset() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the character offset from the beginning of the context line of the start of the first highlight.
getHighlight2Length() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the length of the second highlight in characters.
getHighlight2Offset() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the character offset from the beginning of the context line of the start of the second highlight.
getHitNumber() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the hit number.
getHitType() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns hitType
getHitWidth() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the number of words in the context hit.
getId() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the ID of the entry.
getId() - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
Returns the audit reason id.
getId() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the ID of the field.
getId() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns the ID of the tag definition.
getId() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns the ID of the template definition.
getInputStream() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
An InputStream object to read the raw bytes for the file to be uploaded.
getInputStreamConsumer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
A Consumer<InputStream> object that is provided with the response's inputStream to consume it, if the request has been successful.
getInputStreamConsumer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
A Consumer<InputStream> object that is provided with the response's inputStream to consume it, if the request has been successful.
getKey() - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
Returns key
getLastModifiedTime() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the last modification time of the entry.
getLength() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the length of the field for variable length data types.
getLinkDefinitionById(ParametersForGetLinkDefinitionById) - Method in class com.laserfiche.repository.api.clients.impl.LinkDefinitionsClientImpl
 
getLinkDefinitionById(ParametersForGetLinkDefinitionById) - Method in interface com.laserfiche.repository.api.clients.LinkDefinitionsClient
- Returns a single link definition associated with the specified ID.
- Provide a link type ID and get the associated link definition.
getLinkDefinitions(ParametersForGetLinkDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.LinkDefinitionsClientImpl
 
getLinkDefinitions(ParametersForGetLinkDefinitions) - Method in interface com.laserfiche.repository.api.clients.LinkDefinitionsClient
- Returns the link definitions in the repository.
- Provide a repository ID and get a paged listing of link definitions available in the repository.
getLinkDefinitionsClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Link Definitions API client.
getLinkDefinitionsClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getLinkDefinitionsForEach(Function<ODataValueContextOfIListOfEntryLinkTypeInfo, Boolean>, Integer, ParametersForGetLinkDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.LinkDefinitionsClientImpl
 
getLinkDefinitionsForEach(Function<ODataValueContextOfIListOfEntryLinkTypeInfo, Boolean>, Integer, ParametersForGetLinkDefinitions) - Method in interface com.laserfiche.repository.api.clients.LinkDefinitionsClient
Provides the functionality to iteratively (i.e.
getLinkDefinitionsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.LinkDefinitionsClientImpl
 
getLinkDefinitionsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.LinkDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getLinkId() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the ID of the entry link.
getLinkProperties() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the properties for the entry link.
getLinks() - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
Returns the links that will be assigned to the entry.
getLinkTypeDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
Returns the description of the link type.
getLinkTypeDescription() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the description of the link type.
getLinkTypeId() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
Returns the ID of the entry link type.
getLinkTypeId() - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
Returns the id of the link assigned to the entry.
getLinkTypeId() - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
Returns the link type ID to create the link with.
getLinkTypeId() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the ID of the entry link type.
getLinkTypeId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
The requested link type ID.
getLinkValuesFromEntry(ParametersForGetLinkValuesFromEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns the links assigned to an entry.
- Provide an entry ID, and get a paged listing of links assigned to that entry.
- Default page size: 100.
getLinkValuesFromEntry(ParametersForGetLinkValuesFromEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getLinkValuesFromEntryForEach(Function<ODataValueContextOfIListOfWEntryLinkInfo, Boolean>, Integer, ParametersForGetLinkValuesFromEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Provides the functionality to iteratively (i.e.
getLinkValuesFromEntryForEach(Function<ODataValueContextOfIListOfWEntryLinkInfo, Boolean>, Integer, ParametersForGetLinkValuesFromEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getLinkValuesFromEntryNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the next subset of the requested collection, using a nextlink url.
getLinkValuesFromEntryNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getListValues() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the list of items assigned to the represented field.
getMessage() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the explaination of the exception that occurred.
getMetadata() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
Returns metadata
getMimeType() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns the MIME type of the electronic document.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
Returns the name of the entry.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the name of the entry.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
Returns the name that will be assigned to the entry.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
Returns the name of the entry.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
Returns the audit reason text.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns the name of the field.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns the name of the tag definition.
getName() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
Returns the name of the template definition.
getObjectId() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
Returns the ID of the entry to which the error is related.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
Returns the count of a collection of entities or a collection of entity references.
getOdataCount() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
Returns the count of a collection of entities or a collection of entity references.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
Returns a URL that allows retrieving the next subset of the requested collection.
getOdataNextLink() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
Returns a URL that allows retrieving the next subset of the requested collection.
getOperationId() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the id of the operation that threw the exception.
getOperations() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
Returns operations
getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress) - Method in class com.laserfiche.repository.api.clients.impl.TasksClientImpl
 
getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress) - Method in interface com.laserfiche.repository.api.clients.TasksClient
- Returns the status of an operation.
- Provide an operationToken (returned in other asynchronous routes) to get the operation status, progress, and any errors that may have occurred.
getOperationToken() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the operation token of the operation associated with this OperationProgress.
getOperationToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOperation
The operation token
getOperationToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetOperationStatusAndProgress
The operation token
getOperationType() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the type of the operation associated with this OperationProgress.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Specifies the order in which items are returned.
getOrderby() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Specifies the order in which items are returned.
getOtherEntryIds() - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
Returns the ids of the other entries linked to the entry
getOtherSourceId() - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
Returns the id of the other source linked to the entry.
getPageCount() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns the page count of the represented document.
getPageNumber() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the page number in the document of the search hit's context.
getPageOffset() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns the offset from the beginning of the page of the starting character of the search hit's context line.
getPageRange() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
The pages to be deleted.
getParametersWithNonDefaultValue(String[], String[], Object[]) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
 
getParentEntryId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
The entry ID of the folder that the document will be created in.
getParentId() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the ID of the parent entry.
getParentId() - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
Returns the ID of the parent entry that the entry will be moved to.
getPercentComplete() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns determines what percentage of the execution of the associated operation is completed.
getPosition() - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
Returns the position of the value in the field.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
An optional odata header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
An optional odata header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
An optional OData header.
getPrefer() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
An optional OData header.
getR() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
Returns r
getRange() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
An optional header used to retrieve partial content of the edoc.
getRange() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
An optional header used to retrieve partial content of the edoc.
getRedirectUri() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the URI which can be used (via api call) to access the result(s) of the associated operation.
getRepoId() - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
Returns the repository id.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
The request repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOperation
The requested repository ID
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOrCloseSearch
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSearchOperation
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateServerSession
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteAssignedTemplate
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteDocument
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetAuditReasons
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDocumentContentType
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetOperationStatusAndProgress
The requested repository ID
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchStatus
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForInvalidateServerSession
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForRefreshServerSession
The requested repository ID.
getRepoId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
The requested repository ID.
getRepoName() - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
Returns the repository name.
getRepositoryClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Repositories API client.
getRepositoryClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getRepositoryList() - Method in class com.laserfiche.repository.api.clients.impl.RepositoriesClientImpl
 
getRepositoryList() - Method in interface com.laserfiche.repository.api.clients.RepositoriesClient
- Returns the repository resource list that current user has access to.
getRequest() - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
Returns request
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSearchOperation
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
 
getRequestBody() - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
 
getRowNumber() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns row number assigned to this entry in the listing.
getRowNumber() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
The search result listing row number to get context hits for.
getRule() - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
Returns rule
getSearchCommand() - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
Returns search command for advanced search
getSearchCommand() - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
Returns search command for simple search
getSearchContextHits(ParametersForGetSearchContextHits) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchContextHits(ParametersForGetSearchContextHits) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
- Returns the context hits associated with a search result entry.
- Given a searchToken, and rowNumber associated with a search entry in the listing, return the context hits for that entry.
- Default page size: 100.
getSearchContextHitsForEach(Function<ODataValueContextOfIListOfContextHit, Boolean>, Integer, ParametersForGetSearchContextHits) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchContextHitsForEach(Function<ODataValueContextOfIListOfContextHit, Boolean>, Integer, ParametersForGetSearchContextHits) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
Provides the functionality to iteratively (i.e.
getSearchContextHitsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchContextHitsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
Returns the next subset of the requested collection, using a nextlink url.
getSearchesClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Searches API client.
getSearchesClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getSearchResults(ParametersForGetSearchResults) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchResults(ParametersForGetSearchResults) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
- Returns a search result listing if the search is completed.
- Optional query parameter: groupByOrderType (default false).
getSearchResultsForEach(Function<ODataValueContextOfIListOfEntry, Boolean>, Integer, ParametersForGetSearchResults) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchResultsForEach(Function<ODataValueContextOfIListOfEntry, Boolean>, Integer, ParametersForGetSearchResults) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
Provides the functionality to iteratively (i.e.
getSearchResultsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchResultsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
Returns the next subset of the requested collection, using a nextlink url.
getSearchStatus(ParametersForGetSearchStatus) - Method in class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
getSearchStatus(ParametersForGetSearchStatus) - Method in interface com.laserfiche.repository.api.clients.SearchesClient
- Returns search status.
- Provide a token (returned in the create search asynchronous route), and get the search status, progress, and any errors that may have occurred.
getSearchToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOrCloseSearch
The requested searchToken.
getSearchToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
The requested searchToken.
getSearchToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
The requested searchToken.
getSearchToken() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchStatus
The requested searchToken.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Limits the properties returned in the result.
getSelect() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Limits the properties returned in the result.
getSelfHostedRepositoryList(String) - Static method in class com.laserfiche.repository.api.clients.impl.RepositoriesClientImpl
Returns the repository resource list that current user has access to given the API server base URL.
getSetEdoc() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns setEdoc
getSetFields() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns setFields
getSetLinks() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns setLinks
getSetTags() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns setTags
getSetTemplate() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
Returns setTemplate
getSimpleSearchesClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Simple Searches API client.
getSimpleSearchesClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Excludes the specified number of items of the queried collection from the result.
getSkip() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Excludes the specified number of items of the queried collection from the result.
getSourceFullPath() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the full path to the source entry of the represented link.
getSourceId() - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
Returns the source entry Id to copy.
getSourceId() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
Returns the SourceId is needed for some operations that require a source/destination.
getSourceId() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the ID of the source entry of the represented link.
getSourceLabel() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
Returns the label for the source entry in the link type.
getSourceLabel() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the label for the source entry in the link type.
getSourceLink() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the navigation link to the source entry.
getStartTimestamp() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the timestamp representing when the associated operation's execution is started.
getStatus() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns status
getStatusCode() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
Returns the HTTP status code returned.
getStatusTimestamp() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
Returns the timestamp representing the last time when the associated task's status has changed.
getTagDefinitionById(ParametersForGetTagDefinitionById) - Method in class com.laserfiche.repository.api.clients.impl.TagDefinitionsClientImpl
 
getTagDefinitionById(ParametersForGetTagDefinitionById) - Method in interface com.laserfiche.repository.api.clients.TagDefinitionsClient
- Returns a single tag definition.
- Provide a tag definition ID, and get the single tag definition associated with that ID.
getTagDefinitions(ParametersForGetTagDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TagDefinitionsClientImpl
 
getTagDefinitions(ParametersForGetTagDefinitions) - Method in interface com.laserfiche.repository.api.clients.TagDefinitionsClient
- Returns all tag definitions in the repository.
- Provide a repository ID and get a paged listing of tag definitions available in the repository.
getTagDefinitionsClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Tag Definitions API client.
getTagDefinitionsClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getTagDefinitionsForEach(Function<ODataValueContextOfIListOfWTagInfo, Boolean>, Integer, ParametersForGetTagDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TagDefinitionsClientImpl
 
getTagDefinitionsForEach(Function<ODataValueContextOfIListOfWTagInfo, Boolean>, Integer, ParametersForGetTagDefinitions) - Method in interface com.laserfiche.repository.api.clients.TagDefinitionsClient
Provides the functionality to iteratively (i.e.
getTagDefinitionsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.TagDefinitionsClientImpl
 
getTagDefinitionsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.TagDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getTagId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
The requested tag definition ID.
getTags() - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
Returns the tags that will be assigned to the entry.
getTags() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
Returns the tag names to assign to the entry.
getTagsAssignedToEntry(ParametersForGetTagsAssignedToEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Returns the tags assigned to an entry.
- Provide an entry ID, and get a paged listing of tags assigned to that entry.
- Default page size: 100.
getTagsAssignedToEntry(ParametersForGetTagsAssignedToEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getTagsAssignedToEntryForEach(Function<ODataValueContextOfIListOfWTagInfo, Boolean>, Integer, ParametersForGetTagsAssignedToEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Provides the functionality to iteratively (i.e.
getTagsAssignedToEntryForEach(Function<ODataValueContextOfIListOfWTagInfo, Boolean>, Integer, ParametersForGetTagsAssignedToEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getTagsAssignedToEntryNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
Returns the next subset of the requested collection, using a nextlink url.
getTagsAssignedToEntryNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
getTargetFullPath() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the full path to the target entry of the represented link.
getTargetId() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
Returns the TargetId is only needed for creating a shortcut.
getTargetId() - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
Returns the target entry ID to create a link to.
getTargetId() - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
Returns the entry ID of the shortcut target.
getTargetId() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the ID of the target entry of the represented link.
getTargetLabel() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
Returns the label for the target entry in the link type.
getTargetLabel() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the label for the target entry in the link type.
getTargetLink() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
Returns the navigation link to the target entry.
getTargetType() - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
Returns targetType
getTasksClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Tasks API client.
getTasksClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getTemplate() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
Returns the name of the template assigned to the entry.
getTemplate() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
Returns the name of the template assigned to the entry.
getTemplateDefinitionById(ParametersForGetTemplateDefinitionById) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateDefinitionById(ParametersForGetTemplateDefinitionById) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
- Returns a single template definition (including field definitions, if relevant).
- Provide a template definition ID, and get the single template definition associated with that ID.
getTemplateDefinitionClient() - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Returns the Laserfiche Repository Template Definitions API client.
getTemplateDefinitionClient() - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
getTemplateDefinitions(ParametersForGetTemplateDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateDefinitions(ParametersForGetTemplateDefinitions) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
- Returns all template definitions (including field definitions) in the repository.
getTemplateDefinitionsForEach(Function<ODataValueContextOfIListOfWTemplateInfo, Boolean>, Integer, ParametersForGetTemplateDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateDefinitionsForEach(Function<ODataValueContextOfIListOfWTemplateInfo, Boolean>, Integer, ParametersForGetTemplateDefinitions) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Provides the functionality to iteratively (i.e.
getTemplateDefinitionsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateDefinitionsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getTemplateFieldDefinitions(ParametersForGetTemplateFieldDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitions(ParametersForGetTemplateFieldDefinitions) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
- Returns the field definitions assigned to a template definition.
- Provide a template definition ID, and get a paged listing of the field definitions assigned to that template.
getTemplateFieldDefinitionsByTemplateName(ParametersForGetTemplateFieldDefinitionsByTemplateName) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitionsByTemplateName(ParametersForGetTemplateFieldDefinitionsByTemplateName) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
- Returns the field definitions assigned to a template definition.
- Provide a template definition name, and get a paged listing of the field definitions assigned to that template.
getTemplateFieldDefinitionsByTemplateNameForEach(Function<ODataValueContextOfIListOfTemplateFieldInfo, Boolean>, Integer, ParametersForGetTemplateFieldDefinitionsByTemplateName) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitionsByTemplateNameForEach(Function<ODataValueContextOfIListOfTemplateFieldInfo, Boolean>, Integer, ParametersForGetTemplateFieldDefinitionsByTemplateName) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Provides the functionality to iteratively (i.e.
getTemplateFieldDefinitionsByTemplateNameNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitionsByTemplateNameNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getTemplateFieldDefinitionsForEach(Function<ODataValueContextOfIListOfTemplateFieldInfo, Boolean>, Integer, ParametersForGetTemplateFieldDefinitions) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitionsForEach(Function<ODataValueContextOfIListOfTemplateFieldInfo, Boolean>, Integer, ParametersForGetTemplateFieldDefinitions) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Provides the functionality to iteratively (i.e.
getTemplateFieldDefinitionsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
getTemplateFieldDefinitionsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.TemplateDefinitionsClient
Returns the next subset of the requested collection, using a nextlink url.
getTemplateFieldNames() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the names of the fields assigned to the template assigned to this entry.
getTemplateId() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the id of the template assigned to this entry.
getTemplateId() - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
Returns the template id.
getTemplateId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
The requested template definition ID.
getTemplateId() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
The requested template definition ID.
getTemplateName() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the name of the template assigned to this entry.
getTemplateName() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
Returns the template that will be assigned to the entry.
getTemplateName() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
An optional query parameter.
getTemplateName() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
A required query parameter for the requested template name.
getToken() - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
Returns a token that can be used to check on the status of the operation.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Limits the number of items returned from a collection.
getTop() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Limits the number of items returned from a collection.
getTrusteeAttributeKeyValuePairs(ParametersForGetTrusteeAttributeKeyValuePairs) - Method in interface com.laserfiche.repository.api.clients.AttributesClient
- Returns the attribute key value pairs associated with the authenticated user.
getTrusteeAttributeKeyValuePairs(ParametersForGetTrusteeAttributeKeyValuePairs) - Method in class com.laserfiche.repository.api.clients.impl.AttributesClientImpl
 
getTrusteeAttributeKeyValuePairsForEach(Function<ODataValueContextOfListOfAttribute, Boolean>, Integer, ParametersForGetTrusteeAttributeKeyValuePairs) - Method in interface com.laserfiche.repository.api.clients.AttributesClient
Provides the functionality to iteratively (i.e.
getTrusteeAttributeKeyValuePairsForEach(Function<ODataValueContextOfListOfAttribute, Boolean>, Integer, ParametersForGetTrusteeAttributeKeyValuePairs) - Method in class com.laserfiche.repository.api.clients.impl.AttributesClientImpl
 
getTrusteeAttributeKeyValuePairsNextLink(String, int) - Method in interface com.laserfiche.repository.api.clients.AttributesClient
Returns the next subset of the requested collection, using a nextlink url.
getTrusteeAttributeKeyValuePairsNextLink(String, int) - Method in class com.laserfiche.repository.api.clients.impl.AttributesClientImpl
 
getTrusteeAttributeValueByKey(ParametersForGetTrusteeAttributeValueByKey) - Method in interface com.laserfiche.repository.api.clients.AttributesClient
- Returns the attribute associated with the key.
getTrusteeAttributeValueByKey(ParametersForGetTrusteeAttributeValueByKey) - Method in class com.laserfiche.repository.api.clients.impl.AttributesClientImpl
 
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
Returns value
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.EntryType
 
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.FuzzyType
 
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.HitType
 
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
Returns value
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
Returns value
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.OperationStatus
 
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenEntryType
 
getValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
Returns the value assigned to the field at the position specified.
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.WatermarkPosition
 
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.WFieldFormat
 
getValue() - Method in enum com.laserfiche.repository.api.clients.impl.model.WFieldType
 
getValues() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns the values assigned to the field.
getValues() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
Returns the field values that will be assigned to the field.
getVolumeName() - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
Returns the name of the volume to use.
getVolumeName() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns the name of the volume that this entry is associated with.
getVolumeName() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
Returns the name of the volume to use.
getVolumeName() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
Returns the name of the volume to use.
getWatermark() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns watermark
getWatermarkIntensity() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns the intensity of the watermark associated with the tag definition.
getWatermarkPosition() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns watermarkPosition
getWatermarkRotationAngle() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns the rotation angle, in degrees, of the watermark associated with the tag definition.
getWatermarkText() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns the watermark text associated with the tag defintion.
getWatermarkTextSize() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns the size of the watermark text, in points, associated with the tag definition.
getWebclientUrl() - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
Returns the corresponding repository WebClient url.
groupId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
groupId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
groupName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 

H

hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Edoc
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PutFieldValsRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.RecordSeries
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
hashCode() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
hasMoreValues(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
highlight1Length(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
highlight1Offset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
highlight2Length(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
highlight2Offset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
hitNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
hitType(HitType) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
HitType - Enum in com.laserfiche.repository.api.clients.impl.model
The type of context hit.
hitWidth(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
httpClient - Variable in class com.laserfiche.repository.api.clients.impl.ApiClient
 
httpRequestHandler - Variable in class com.laserfiche.repository.api.clients.impl.ApiClient
 

I

id(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
id(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
id(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
id(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
id(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
ImportAsyncMetadata - Class in com.laserfiche.repository.api.clients.impl.model
 
ImportAsyncMetadata() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
importDocument(ParametersForImportDocument) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Creates a new document in the specified folder with file (no more than 100 MB).
- Optionally sets metadata and electronic document component.
- Optional parameter: autoRename (default false).
importDocument(ParametersForImportDocument) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
invalidateServerSession(ParametersForInvalidateServerSession) - Method in class com.laserfiche.repository.api.clients.impl.ServerSessionClientImpl
 
invalidateServerSession(ParametersForInvalidateServerSession) - Method in interface com.laserfiche.repository.api.clients.ServerSessionClient
- Deprecated.
- Invalidates the server session.
- Acts as a "logout" operation, and invalidates the session associated with the provided access token.
isAnnotationHit(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
isAnnotationHit() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
Returns a boolean indicating if this context hit occurs on an annotation.
isAutoRename() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
An optional query parameter used to indicate if the new entry should be automatically
renamed if an entry already exists with the given name in the folder.
isAutoRename() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
An optional query parameter used to indicate if the new entry should be automatically
renamed if an entry already exists with the given name in the folder.
isAutoRename() - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
An optional query parameter used to indicate if the new document should be automatically
renamed if an entry already exists with the given name in the folder.
isAutoRename() - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
An optional query parameter used to indicate if the entry should be automatically
renamed if another entry already exists with the same name in the folder.
isCheckedOut(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
isCheckedOut() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns a boolean indicating if the represented document is checked out.
isContainer(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
isContainer() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns a boolean indicating if this entry is a container object; it can have other entries as children.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Indicates whether the total count of items within a collection are returned in the result.
isCount() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Indicates whether the total count of items within a collection are returned in the result.
isElectronicDocument(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
isElectronicDocument() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns a boolean indicating if there is an electronic document attached to the represented document.
isEveryone() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Boolean value that indicates whether to return attributes key value pairs associated with everyone or the currently authenticated user.
isEveryone() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
Boolean value that indicates whether to return attributes associated with everyone or the currently authenticated user.
isFallbackToClosestAncestor() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
An optional query parameter used to indicate whether or not the closest ancestor in the path should be returned if the initial entry path is not found.
isFormatFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Boolean for if field values should be formatted.
isFormatFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Boolean for if field values should be formatted.
isFormatFields() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Boolean for if field values should be formatted.
isFormatValue() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
An optional query parameter used to indicate if the field values should be formatted.
The default value is false.
isGroupByEntryType() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
An optional query parameter used to indicate if the result should be grouped by entry type or not.
isGroupByEntryType() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
An optional query parameter used to indicate if the result should be grouped by entry type or not.
isHasMoreValues() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns a boolean indicating if there are more field values.
isLeaf(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
isLeaf() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
Returns a boolean indicating if this entry is a leaf object; it cannot have other entries as children.
isMultiValue(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
isMultiValue() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns a boolean indicating if the represented field supports multiple values.
isMultiValue(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
isMultiValue() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns a boolean indicating if the represented template field supports multiple values.
isRecord(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
isRecord() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns a boolean indicating if the represented document is a record.
isRecordFolder(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
isRecordFolder() - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
Returns a boolean indicating if the folder that this instance represents is known to be a record folder.
isRefresh() - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
If the search listing should be refreshed to show updated values.
isRequired(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
isRequired() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
Returns a boolean indicating if the represented field must have a value set on entries assigned to a template that the field is a member of.
isRequired(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
isRequired() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
Returns a boolean indicating if the represented field must have a value set on entries assigned to a template that the field is a member of.
isRetryableStatusCode(int, HttpMethod) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
Returns a boolean value that determines whether or not to re-send the same API request.
isSecure(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
isSecure() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
Returns a boolean indicating whether or not the tag definition is classified as a security tag (true) or an informational tag (false).
isSource(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
isSource() - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
Returns whether the entry is the source for the link.
isUnderRecordSeries(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
isUnderRecordSeries() - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
Returns a boolean indicating if the folder that this instance represents is known to directly or indirectly under a record series in the repository.
isUnderVersionControl(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
isUnderVersionControl() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
Returns a boolean indicating if the represented document is under version control.
isValue() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
Returns value
isWatermarkMandatory(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
isWatermarkMandatory() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
Returns a boolean indicating whether or not the watermark associated with the tag is mandatory.

K

key(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 

L

lastModifiedTime(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
length(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
LFColor - Class in com.laserfiche.repository.api.clients.impl.model
 
LFColor() - Constructor for class com.laserfiche.repository.api.clients.impl.model.LFColor
 
LinkDefinitionsClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository LinkDefinitions API client.
LinkDefinitionsClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository LinkDefinitions API client.
LinkDefinitionsClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.LinkDefinitionsClientImpl
 
linkId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
linkProperties(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
links(List<LinkToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
LinkToUpdate - Class in com.laserfiche.repository.api.clients.impl.model
 
LinkToUpdate() - Constructor for class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
linkTypeDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
linkTypeDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
linkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
linkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
linkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
linkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
listValues(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 

M

mergeMaxSizeIntoPrefer(int, String) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
Returns a combined header string contain the prefer and maxSize String.
message(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
metadata(PutFieldValsRequest) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
mimeType(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
moveOrRenameEntry(ParametersForMoveOrRenameEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Moves and/or renames an entry.
- Move and/or rename an entry by passing in the new parent folder ID or name in the JSON body.
- Optional parameter: autoRename (default false).
moveOrRenameEntry(ParametersForMoveOrRenameEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 

N

name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
name(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 

O

objectId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
objectMapper - Variable in class com.laserfiche.repository.api.clients.impl.ApiClient
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
odataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
odataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
ODataValueContextOfIListOfContextHit - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfContextHit() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
ODataValueContextOfIListOfEntry - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfEntry() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
ODataValueContextOfIListOfEntryLinkTypeInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfEntryLinkTypeInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
ODataValueContextOfIListOfFieldValue - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfFieldValue() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
ODataValueContextOfIListOfTemplateFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfTemplateFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
ODataValueContextOfIListOfWEntryLinkInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfWEntryLinkInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
ODataValueContextOfIListOfWFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfWFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
ODataValueContextOfIListOfWTagInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfWTagInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
ODataValueContextOfIListOfWTemplateInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfIListOfWTemplateInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
ODataValueContextOfListOfAttribute - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueContextOfListOfAttribute() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
ODataValueOfBoolean - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfBoolean() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
ODataValueOfDateTime - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfDateTime() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
ODataValueOfIListOfContextHit - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfContextHit() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
ODataValueOfIListOfEntry - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfEntry() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
ODataValueOfIListOfEntryLinkTypeInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfEntryLinkTypeInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
ODataValueOfIListOfFieldValue - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfFieldValue() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
ODataValueOfIListOfTemplateFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfTemplateFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
ODataValueOfIListOfWEntryLinkInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfWEntryLinkInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
ODataValueOfIListOfWFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfWFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
ODataValueOfIListOfWTagInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfWTagInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
ODataValueOfIListOfWTemplateInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfIListOfWTemplateInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
ODataValueOfListOfAttribute - Class in com.laserfiche.repository.api.clients.impl.model
 
ODataValueOfListOfAttribute() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
OperationErrorItem - Class in com.laserfiche.repository.api.clients.impl.model
 
OperationErrorItem() - Constructor for class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
operationId(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
OperationProgress - Class in com.laserfiche.repository.api.clients.impl.model
 
OperationProgress() - Constructor for class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
operations(CreateEntryOperations) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
OperationStatus - Enum in com.laserfiche.repository.api.clients.impl.model
Gets or Sets OperationStatus
operationToken(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
operationType(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
otherEntryIds(List<Integer>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
otherSourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 

P

pageCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
pageNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
pageOffset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
ParametersForAssignEntryLinks - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for assignEntryLinks.
ParametersForAssignEntryLinks() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
 
ParametersForAssignFieldValues - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for assignFieldValues.
ParametersForAssignFieldValues() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
 
ParametersForAssignTags - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for assignTags.
ParametersForAssignTags() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
 
ParametersForCancelOperation - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for cancelOperation.
ParametersForCancelOperation() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCancelOperation
 
ParametersForCancelOrCloseSearch - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for cancelOrCloseSearch.
ParametersForCancelOrCloseSearch() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCancelOrCloseSearch
 
ParametersForCopyEntryAsync - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for copyEntryAsync.
ParametersForCopyEntryAsync() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
 
ParametersForCreateOrCopyEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for createOrCopyEntry.
ParametersForCreateOrCopyEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
 
ParametersForCreateSearchOperation - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for createSearchOperation.
ParametersForCreateSearchOperation() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCreateSearchOperation
 
ParametersForCreateServerSession - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for createServerSession.
ParametersForCreateServerSession() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCreateServerSession
 
ParametersForCreateSimpleSearchOperation - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for createSimpleSearchOperation.
ParametersForCreateSimpleSearchOperation() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
 
ParametersForDeleteAssignedTemplate - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for deleteAssignedTemplate.
ParametersForDeleteAssignedTemplate() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForDeleteAssignedTemplate
 
ParametersForDeleteDocument - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for deleteDocument.
ParametersForDeleteDocument() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForDeleteDocument
 
ParametersForDeleteEntryInfo - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for deleteEntryInfo.
ParametersForDeleteEntryInfo() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
 
ParametersForDeletePages - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for deletePages.
ParametersForDeletePages() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
 
ParametersForExportDocument - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for exportDocument.
ParametersForExportDocument() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
 
ParametersForExportDocumentWithAuditReason - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for exportDocumentWithAuditReason.
ParametersForExportDocumentWithAuditReason() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
 
ParametersForGetAuditReasons - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getAuditReasons.
ParametersForGetAuditReasons() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetAuditReasons
 
ParametersForGetDocumentContentType - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getDocumentContentType.
ParametersForGetDocumentContentType() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetDocumentContentType
 
ParametersForGetDynamicFieldValues - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getDynamicFieldValues.
ParametersForGetDynamicFieldValues() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
 
ParametersForGetEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getEntry.
ParametersForGetEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
 
ParametersForGetEntryByPath - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getEntryByPath.
ParametersForGetEntryByPath() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
 
ParametersForGetEntryListing - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getEntryListing.
ParametersForGetEntryListing() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
 
ParametersForGetFieldDefinitionById - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getFieldDefinitionById.
ParametersForGetFieldDefinitionById() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
 
ParametersForGetFieldDefinitions - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getFieldDefinitions.
ParametersForGetFieldDefinitions() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
 
ParametersForGetFieldValues - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getFieldValues.
ParametersForGetFieldValues() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
 
ParametersForGetLinkDefinitionById - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getLinkDefinitionById.
ParametersForGetLinkDefinitionById() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
 
ParametersForGetLinkDefinitions - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getLinkDefinitions.
ParametersForGetLinkDefinitions() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
 
ParametersForGetLinkValuesFromEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getLinkValuesFromEntry.
ParametersForGetLinkValuesFromEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
 
ParametersForGetOperationStatusAndProgress - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getOperationStatusAndProgress.
ParametersForGetOperationStatusAndProgress() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetOperationStatusAndProgress
 
ParametersForGetSearchContextHits - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getSearchContextHits.
ParametersForGetSearchContextHits() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
 
ParametersForGetSearchResults - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getSearchResults.
ParametersForGetSearchResults() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
 
ParametersForGetSearchStatus - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getSearchStatus.
ParametersForGetSearchStatus() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetSearchStatus
 
ParametersForGetTagDefinitionById - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTagDefinitionById.
ParametersForGetTagDefinitionById() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
 
ParametersForGetTagDefinitions - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTagDefinitions.
ParametersForGetTagDefinitions() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
 
ParametersForGetTagsAssignedToEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTagsAssignedToEntry.
ParametersForGetTagsAssignedToEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
 
ParametersForGetTemplateDefinitionById - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTemplateDefinitionById.
ParametersForGetTemplateDefinitionById() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
 
ParametersForGetTemplateDefinitions - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTemplateDefinitions.
ParametersForGetTemplateDefinitions() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
 
ParametersForGetTemplateFieldDefinitions - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTemplateFieldDefinitions.
ParametersForGetTemplateFieldDefinitions() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
 
ParametersForGetTemplateFieldDefinitionsByTemplateName - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTemplateFieldDefinitionsByTemplateName.
ParametersForGetTemplateFieldDefinitionsByTemplateName() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
 
ParametersForGetTrusteeAttributeKeyValuePairs - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTrusteeAttributeKeyValuePairs.
ParametersForGetTrusteeAttributeKeyValuePairs() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
 
ParametersForGetTrusteeAttributeValueByKey - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for getTrusteeAttributeValueByKey.
ParametersForGetTrusteeAttributeValueByKey() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
 
ParametersForImportDocument - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for importDocument.
ParametersForImportDocument() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
 
ParametersForInvalidateServerSession - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for invalidateServerSession.
ParametersForInvalidateServerSession() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForInvalidateServerSession
 
ParametersForMoveOrRenameEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for moveOrRenameEntry.
ParametersForMoveOrRenameEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
 
ParametersForRefreshServerSession - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for refreshServerSession.
ParametersForRefreshServerSession() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForRefreshServerSession
 
ParametersForWriteTemplateValueToEntry - Class in com.laserfiche.repository.api.clients.params
The encapsulated parameters for writeTemplateValueToEntry.
ParametersForWriteTemplateValueToEntry() - Constructor for class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
 
ParentEntryIdFileNameBody - Class in com.laserfiche.repository.api.clients.impl.model
 
ParentEntryIdFileNameBody() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
parentId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
parentId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
PatchEntryRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PatchEntryRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
percentComplete(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
position(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
PostEntryChildrenEntryType - Enum in com.laserfiche.repository.api.clients.impl.model
Gets or Sets PostEntryChildrenEntryType
PostEntryChildrenRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PostEntryChildrenRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
PostEntryWithEdocMetadataRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PostEntryWithEdocMetadataRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
putCustomPropertiesItem(String, String) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
putFieldsItem(String, FieldToUpdate) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
putFieldsItem(String, FieldToUpdate) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
PutFieldValsRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PutFieldValsRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PutFieldValsRequest
 
putFieldValuesItem(String, String) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
putLinkPropertiesItem(String, String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
PutLinksRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PutLinksRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
PutTagRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PutTagRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
PutTemplateRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
PutTemplateRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 

R

r(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
RecordSeries - Class in com.laserfiche.repository.api.clients.impl.model
 
RecordSeries() - Constructor for class com.laserfiche.repository.api.clients.impl.model.RecordSeries
 
redirectUri(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
refreshServerSession(ParametersForRefreshServerSession) - Method in class com.laserfiche.repository.api.clients.impl.ServerSessionClientImpl
 
refreshServerSession(ParametersForRefreshServerSession) - Method in interface com.laserfiche.repository.api.clients.ServerSessionClient
- Deprecated.
- Refreshes the session associated with the access token.
repoId(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
repoName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
RepositoriesClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository Repositories API client.
RepositoriesClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository Repositories API client.
RepositoriesClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.RepositoriesClientImpl
 
RepositoryApiClient - Interface in com.laserfiche.repository.api
The Laserfiche Repository API client.
RepositoryApiClientImpl - Class in com.laserfiche.repository.api
The Laserfiche Repository API client.
RepositoryApiClientImpl(String, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.RepositoryApiClientImpl
 
RepositoryInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
RepositoryInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
request(PostEntryWithEdocMetadataRequest) - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
rowNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
Rule - Class in com.laserfiche.repository.api.clients.impl.model
 
Rule() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Rule
 
rule(Rule) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 

S

searchCommand(String) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
searchCommand(String) - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
SearchesClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository Searches API client.
SearchesClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository Searches API client.
SearchesClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.SearchesClientImpl
 
sendRequestWithRetry(UnirestInstance, HttpRequestHandler, String, String, String, Object, String, Collection<?>, Map<String, Object>, Map<String, Object>, Map<String, String>, boolean, Function<HttpResponse<Object>, TResponse>) - Static method in class com.laserfiche.repository.api.clients.impl.ApiClientUtils
 
ServerSessionClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository ServerSession API client.
ServerSessionClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository ServerSession API client.
ServerSessionClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.ServerSessionClientImpl
 
setA(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
setAncestorEntry(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
setAncestors(List<Integer>) - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
setAnnotationId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setAssignedTags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
setAttributeKey(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
Sets the value of the attributeKey parameter and returns the current object, to enable chaining further setters.
setAuditReasonId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
setAuditReasonId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
setAutoRename(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
Sets the value of the autoRename parameter and returns the current object, to enable chaining further setters.
setAutoRename(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
Sets the value of the autoRename parameter and returns the current object, to enable chaining further setters.
setAutoRename(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the autoRename parameter and returns the current object, to enable chaining further setters.
setAutoRename(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
Sets the value of the autoRename parameter and returns the current object, to enable chaining further setters.
setB(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
setChildren(List<Entry>) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
setColor(LFColor) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setComment(String) - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
setComment(String) - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
setConstraint(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setConstraintError(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setContentType(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the contentType parameter and returns the current object, to enable chaining further setters.
setContext(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCount(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
setCreationTime(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setCreator(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCulture(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
setCurrency(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setCustomProperties(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
setDefaultRequestHeaders(Map<String, String>) - Method in interface com.laserfiche.repository.api.RepositoryApiClient
Set default headers that will be used for all requests.
setDefaultRequestHeaders(Map<String, String>) - Method in class com.laserfiche.repository.api.RepositoryApiClientImpl
 
setDefaultValue(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setDeleteEntry(List<WAuditReason>) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
setDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setDisplayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setDisplayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setDisplayName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setDocumentLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
setEdoc(SetEdoc) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setEdoc(Edoc) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
SetEdoc - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to create the electronic document.
SetEdoc() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
setEdocHitCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setElecDocumentSize(Long) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setElectronicDocument(File) - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
setEntry(Entry) - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
setEntryCreate(EntryCreate) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteAssignedTemplate
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteDocument
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDocumentContentType
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
setEntryType(EntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setEntryType(PostEntryChildrenEntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
setErrorClass(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setErrorCode(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setErrorMessage(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
setErrors(List<OperationErrorItem>) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setErrorSource(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setEveryone(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the everyone parameter and returns the current object, to enable chaining further setters.
setEveryone(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
Sets the value of the everyone parameter and returns the current object, to enable chaining further setters.
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
setExceptions(List<APIServerException>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
setExportDocument(List<WAuditReason>) - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
setExtension(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setExtension(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
setFallbackToClosestAncestor(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
Sets the value of the fallbackToClosestAncestor parameter and returns the current object, to enable chaining further setters.
setFieldCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
setFieldCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setFieldDefinitionId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
Sets the value of the fieldDefinitionId parameter and returns the current object, to enable chaining further setters.
setFieldHitCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setFieldId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setFieldName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setFieldName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setFields(SetFields) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setFields(List<EntryFieldValue>) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setFields(Map<String, FieldToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
setFields(Map<String, FieldToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
SetFields - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to assign fields to the entry.
SetFields() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SetFields
 
setFields(String[]) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
setFields(String[]) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
setFields(String[]) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
setFieldType(WFieldType) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setFieldType(WFieldType) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setFieldValues(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
setFileName(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the fileName parameter and returns the current object, to enable chaining further setters.
setFolderPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setFormat(WFieldFormat) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setFormatFields(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the formatFields parameter and returns the current object, to enable chaining further setters.
setFormatFields(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the formatFields parameter and returns the current object, to enable chaining further setters.
setFormatFields(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the formatFields parameter and returns the current object, to enable chaining further setters.
setFormatPattern(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setFormatValue(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the formatValue parameter and returns the current object, to enable chaining further setters.
setFullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setFullPath(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
Sets the value of the fullPath parameter and returns the current object, to enable chaining further setters.
setFuzzyFactor(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
setFuzzyType(FuzzyType) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
setG(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
setGroupByEntryType(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the groupByEntryType parameter and returns the current object, to enable chaining further setters.
setGroupByEntryType(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the groupByEntryType parameter and returns the current object, to enable chaining further setters.
setGroupId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
setGroupId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
setGroupName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
setHasMoreValues(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setHighlight1Length(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHighlight1Offset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHighlight2Length(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHighlight2Offset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHitNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHitType(HitType) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setHitWidth(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
setId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setInputStream(InputStream) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the inputStream parameter and returns the current object, to enable chaining further setters.
setInputStreamConsumer(Consumer<InputStream>) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
Sets the value of the inputStreamConsumer parameter and returns the current object, to enable chaining further setters.
setInputStreamConsumer(Consumer<InputStream>) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
Sets the value of the inputStreamConsumer parameter and returns the current object, to enable chaining further setters.
setIsAnnotationHit(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setIsCheckedOut(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setIsContainer(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setIsElectronicDocument(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setIsLeaf(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setIsMultiValue(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setIsMultiValue(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setIsRecord(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setIsRecordFolder(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
setIsRequired(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setIsRequired(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setIsSecure(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setIsSource(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
setIsUnderRecordSeries(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
setIsUnderVersionControl(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setIsWatermarkMandatory(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setKey(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
setLastModifiedTime(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setLength(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setLinkId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setLinkProperties(Map<String, String>) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setLinks(SetLinks) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setLinks(List<LinkToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
SetLinks - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to assign a entry link to the entry.
SetLinks() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
setLinkTypeDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
setLinkTypeDescription(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setLinkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
setLinkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
setLinkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
setLinkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setLinkTypeId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
Sets the value of the linkTypeId parameter and returns the current object, to enable chaining further setters.
setListValues(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setMessage(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setMetadata(PutFieldValsRequest) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
setMimeType(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
setObjectId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
setOdataCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
setOdataNextLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
setOperationId(String) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setOperations(CreateEntryOperations) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
setOperationToken(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setOperationToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOperation
Sets the value of the operationToken parameter and returns the current object, to enable chaining further setters.
setOperationToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetOperationStatusAndProgress
Sets the value of the operationToken parameter and returns the current object, to enable chaining further setters.
setOperationType(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOrderby(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
setOtherEntryIds(List<Integer>) - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
setOtherSourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
setPageCount(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
setPageNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setPageOffset(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
setPageRange(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
Sets the value of the pageRange parameter and returns the current object, to enable chaining further setters.
setParentEntryId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the parentEntryId parameter and returns the current object, to enable chaining further setters.
setParentId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setParentId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
setPercentComplete(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setPosition(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setPrefer(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
setR(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
setRange(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
Sets the value of the range parameter and returns the current object, to enable chaining further setters.
setRange(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
Sets the value of the range parameter and returns the current object, to enable chaining further setters.
setRedirectUri(String) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setRefresh(Boolean) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the refresh parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOperation
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOrCloseSearch
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSearchOperation
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateServerSession
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteAssignedTemplate
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteDocument
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeletePages
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocument
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetAuditReasons
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDocumentContentType
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryByPath
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetOperationStatusAndProgress
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchStatus
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeValueByKey
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForInvalidateServerSession
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForRefreshServerSession
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoId(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
setRepoName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
setRequest(PostEntryWithEdocMetadataRequest) - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
setRequestBody(List<PutLinksRequest>) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignEntryLinks
 
setRequestBody(Map<String, FieldToUpdate>) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignFieldValues
 
setRequestBody(PutTagRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForAssignTags
 
setRequestBody(CopyAsyncRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCopyEntryAsync
 
setRequestBody(PostEntryChildrenRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateOrCopyEntry
 
setRequestBody(AdvancedSearchRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSearchOperation
 
setRequestBody(SimpleSearchRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
 
setRequestBody(DeleteEntryWithAuditReason) - Method in class com.laserfiche.repository.api.clients.params.ParametersForDeleteEntryInfo
 
setRequestBody(GetEdocWithAuditReasonRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForExportDocumentWithAuditReason
 
setRequestBody(GetDynamicFieldLogicValueRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetDynamicFieldValues
 
setRequestBody(PostEntryWithEdocMetadataRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForImportDocument
 
setRequestBody(PatchEntryRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForMoveOrRenameEntry
 
setRequestBody(PutTemplateRequest) - Method in class com.laserfiche.repository.api.clients.params.ParametersForWriteTemplateValueToEntry
 
setRowNumber(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setRowNumber(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the rowNumber parameter and returns the current object, to enable chaining further setters.
setRule(Rule) - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
setSearchCommand(String) - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
setSearchCommand(String) - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
setSearchToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCancelOrCloseSearch
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
setSearchToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
setSearchToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
setSearchToken(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchStatus
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForCreateSimpleSearchOperation
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntry
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitionById
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitionById
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSelect(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
setSetEdoc(SetEdoc) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setSetFields(SetFields) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setSetLinks(SetLinks) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setSetTags(SetTags) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setSetTemplate(SetTemplate) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSkip(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
setSourceFullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setSourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
setSourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
setSourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setSourceLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
setSourceLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setSourceLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setStartTimestamp(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setStatus(OperationStatus) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setStatusCode(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
setStatusTimestamp(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
setTagId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitionById
Sets the value of the tagId parameter and returns the current object, to enable chaining further setters.
setTags(SetTags) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setTags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
setTags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
SetTags - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to assign fields to the entry.
SetTags() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SetTags
 
setTargetFullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setTargetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
setTargetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
setTargetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
setTargetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setTargetLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
setTargetLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setTargetLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
setTargetType(EntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
setTemplate(SetTemplate) - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
setTemplate(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
SetTemplate - Class in com.laserfiche.repository.api.clients.impl.model
The result of trying to assign a template to the entry.
SetTemplate() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
setTemplate(String) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
setTemplateFieldNames(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setTemplateId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setTemplateId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
setTemplateId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitionById
Sets the value of the templateId parameter and returns the current object, to enable chaining further setters.
setTemplateId(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the templateId parameter and returns the current object, to enable chaining further setters.
setTemplateName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setTemplateName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
setTemplateName(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the templateName parameter and returns the current object, to enable chaining further setters.
setTemplateName(String) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the templateName parameter and returns the current object, to enable chaining further setters.
setToken(String) - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetEntryListing
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldDefinitions
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetFieldValues
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkDefinitions
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetLinkValuesFromEntry
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchContextHits
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetSearchResults
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagDefinitions
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTagsAssignedToEntry
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateDefinitions
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitions
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTemplateFieldDefinitionsByTemplateName
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setTop(Integer) - Method in class com.laserfiche.repository.api.clients.params.ParametersForGetTrusteeAttributeKeyValuePairs
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
setValue(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
setValue(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
setValue(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
setValue(List<ContextHit>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
setValue(List<Entry>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
setValue(List<EntryLinkTypeInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
setValue(List<FieldValue>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
setValue(List<TemplateFieldInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
setValue(List<WEntryLinkInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
setValue(List<WFieldInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
setValue(List<WTagInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
setValue(List<WTemplateInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
setValue(List<Attribute>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
setValue(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
setValues(List<Map<String, Object>>) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
setValues(List<ValueToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
setVolumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
setVolumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
setVolumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
setVolumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
setWatermark(Watermark) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
setWatermarkIntensity(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setWatermarkPosition(WatermarkPosition) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setWatermarkRotationAngle(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setWatermarkText(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setWatermarkTextSize(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
setWebclientUrl(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
Shortcut - Class in com.laserfiche.repository.api.clients.impl.model
 
Shortcut() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
SimpleSearchesClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository SimpleSearches API client.
SimpleSearchesClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository SimpleSearches API client.
SimpleSearchesClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.SimpleSearchesClientImpl
 
SimpleSearchRequest - Class in com.laserfiche.repository.api.clients.impl.model
 
SimpleSearchRequest() - Constructor for class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
sourceFullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
sourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
sourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
sourceId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
sourceLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
sourceLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
sourceLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
startTimestamp(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
status(OperationStatus) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
statusCode(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
statusTimestamp(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 

T

TagDefinitionsClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository TagDefinitions API client.
TagDefinitionsClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository TagDefinitions API client.
TagDefinitionsClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.TagDefinitionsClientImpl
 
tags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
tags(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
targetFullPath(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
targetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
targetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
targetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
targetId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
targetLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
targetLabel(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
targetLink(String) - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
targetType(EntryType) - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
TasksClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository Tasks API client.
TasksClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository Tasks API client.
TasksClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.TasksClientImpl
 
template(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
template(String) - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
TemplateDefinitionsClient - Interface in com.laserfiche.repository.api.clients
The Laserfiche Repository TemplateDefinitions API client.
TemplateDefinitionsClientImpl - Class in com.laserfiche.repository.api.clients.impl
The Laserfiche Repository TemplateDefinitions API client.
TemplateDefinitionsClientImpl(String, UnirestInstance, HttpRequestHandler) - Constructor for class com.laserfiche.repository.api.clients.impl.TemplateDefinitionsClientImpl
 
TemplateFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
TemplateFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
templateFieldNames(List<String>) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
templateId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
templateId(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
templateName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
templateName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
toJson(Object) - Method in class com.laserfiche.repository.api.clients.impl.ApiClient
 
token(String) - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.AcceptedOperation
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.AdvancedSearchRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.APIServerException
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.AuditReasons
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ContextHit
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryOperations
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.CreateEntryResult
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.DeleteEntryWithAuditReason
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Document
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Edoc
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryCreate
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.EntryLinkTypeInfo
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.EntryType
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.FieldValue
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.FindEntryResult
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Folder
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.FuzzyType
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.GetDynamicFieldLogicValueRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.GetEdocWithAuditReasonRequest
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.HitType
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ImportAsyncMetadata
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.LFColor
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.LinkToUpdate
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfContextHit
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntry
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfEntryLinkTypeInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfFieldValue
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfTemplateFieldInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWEntryLinkInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWFieldInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTagInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfIListOfWTemplateInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueContextOfListOfAttribute
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationErrorItem
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.OperationProgress
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.OperationStatus
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ParentEntryIdFileNameBody
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PatchEntryRequest
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenEntryType
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PutFieldValsRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PutLinksRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTagRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.PutTemplateRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.RecordSeries
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Rule
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SetEdoc
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SetFields
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SetLinks
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTags
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SetTemplate
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Shortcut
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.SimpleSearchRequest
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.TemplateFieldInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.WatermarkPosition
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.WFieldFormat
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
toString() - Method in enum com.laserfiche.repository.api.clients.impl.model.WFieldType
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
toString() - Method in class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 

V

value(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Attribute
 
value(Boolean) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfBoolean
 
value(OffsetDateTime) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfDateTime
 
value(List<ContextHit>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfContextHit
 
value(List<Entry>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntry
 
value(List<EntryLinkTypeInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfEntryLinkTypeInfo
 
value(List<FieldValue>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfFieldValue
 
value(List<TemplateFieldInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfTemplateFieldInfo
 
value(List<WEntryLinkInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWEntryLinkInfo
 
value(List<WFieldInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWFieldInfo
 
value(List<WTagInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTagInfo
 
value(List<WTemplateInfo>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfIListOfWTemplateInfo
 
value(List<Attribute>) - Method in class com.laserfiche.repository.api.clients.impl.model.ODataValueOfListOfAttribute
 
value(String) - Method in class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.FuzzyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.HitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.OperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WatermarkPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldType
Returns the enum constant of this type with the specified name.
values(List<Map<String, Object>>) - Method in class com.laserfiche.repository.api.clients.impl.model.EntryFieldValue
 
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<ValueToUpdate>) - Method in class com.laserfiche.repository.api.clients.impl.model.FieldToUpdate
 
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.FuzzyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.HitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.OperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.WatermarkPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.laserfiche.repository.api.clients.impl.model.WFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueToUpdate - Class in com.laserfiche.repository.api.clients.impl.model
 
ValueToUpdate() - Constructor for class com.laserfiche.repository.api.clients.impl.model.ValueToUpdate
 
volumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.CopyAsyncRequest
 
volumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Entry
 
volumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryChildrenRequest
 
volumeName(String) - Method in class com.laserfiche.repository.api.clients.impl.model.PostEntryWithEdocMetadataRequest
 

W

Watermark - Class in com.laserfiche.repository.api.clients.impl.model
 
Watermark() - Constructor for class com.laserfiche.repository.api.clients.impl.model.Watermark
 
watermark(Watermark) - Method in class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
watermarkIntensity(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
watermarkPosition(WatermarkPosition) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
WatermarkPosition - Enum in com.laserfiche.repository.api.clients.impl.model
Gets or Sets WatermarkPosition
watermarkRotationAngle(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
watermarkText(String) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
watermarkTextSize(Integer) - Method in class com.laserfiche.repository.api.clients.impl.model.Watermark
 
WAuditReason - Class in com.laserfiche.repository.api.clients.impl.model
 
WAuditReason() - Constructor for class com.laserfiche.repository.api.clients.impl.model.WAuditReason
 
webclientUrl(String) - Method in class com.laserfiche.repository.api.clients.impl.model.RepositoryInfo
 
WEntryLinkInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
WEntryLinkInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.WEntryLinkInfo
 
WFieldFormat - Enum in com.laserfiche.repository.api.clients.impl.model
Enumeration of Laserfiche template field formats.
WFieldInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
WFieldInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.WFieldInfo
 
WFieldType - Enum in com.laserfiche.repository.api.clients.impl.model
Enumeration of Laserfiche template field types.
writeTemplateValueToEntry(ParametersForWriteTemplateValueToEntry) - Method in interface com.laserfiche.repository.api.clients.EntriesClient
- Assign a template to an entry.
- Provide an entry ID, template name, and a list of template fields to assign to that entry.
- Only template values will be modified.
writeTemplateValueToEntry(ParametersForWriteTemplateValueToEntry) - Method in class com.laserfiche.repository.api.clients.impl.EntriesClientImpl
 
WTagInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
WTagInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.WTagInfo
 
WTemplateInfo - Class in com.laserfiche.repository.api.clients.impl.model
 
WTemplateInfo() - Constructor for class com.laserfiche.repository.api.clients.impl.model.WTemplateInfo
 
A B C D E F G H I K L M N O P R S T V W 
Skip navigation links

Copyright © 2025. All rights reserved.