Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

ACCEPTED - Enum constant in enum class com.priint.pubserverapi.note.NoteStatus
 
accessType() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop
Returns the value of the accessType record component.
AcquireLock(Lock.Holder, String) - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Creates an instance of a AcquireLock record class.
acquiringSessionId() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Returns the value of the acquiringSessionId record component.
active(Boolean) - Method in interface com.priint.pubserverapi.project.ProjectQuery
Sets the active flag of the Project in the query.
active(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the active status of the User in the query.
addDocumentParameter(DocumentId, ParameterDefinitionId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Add parameter to document.
addPublicationParameter(PublicationId, ParameterDefinitionId, boolean, boolean) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Add parameter to publication.
address() - Method in record class com.priint.pubserverapi.mail.Address
Returns the value of the address record component.
Address - Record Class in com.priint.pubserverapi.mail
Represents an email address along with its type.
Address(String, AddressType) - Constructor for record class com.priint.pubserverapi.mail.Address
Creates an instance of a Address record class.
AddressType - Enum Class in com.priint.pubserverapi.mail
Defines the type of email address recipient.
AdminLocal - Interface in com.priint.pubserverapi.admin
 
app() - Method in record class com.priint.pubserverapi.document.lock.Lock
 
app() - Method in record class com.priint.pubserverapi.document.lock.Lock.Holder
Returns the value of the app record component.
APPLICATION_JSON - Enum constant in enum class com.priint.pubserverapi.mail.AttachmentMimeType
JSON (JavaScript Object Notation) file.
APPLICATION_PDF - Enum constant in enum class com.priint.pubserverapi.mail.AttachmentMimeType
PDF (Portable Document Format) file.
appPath() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the appPath record component.
ARROW - Enum constant in enum class com.priint.pubserverapi.note.NoteShape
 
assignDocumentTemplateToPublication(DocumentId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Assigns document template to the publication
AssignedAccessRight - Class in com.priint.pubserverapi.access
 
AssignedAccessRight() - Constructor for class com.priint.pubserverapi.access.AssignedAccessRight
 
AssignedAccessRightQuery - Interface in com.priint.pubserverapi.access
 
AssignedAccessRightServiceException - Exception Class in com.priint.pubserverapi.exception
 
AssignedAccessRightServiceException() - Constructor for exception class com.priint.pubserverapi.exception.AssignedAccessRightServiceException
 
AssignedAccessRightServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.AssignedAccessRightServiceException
 
AssignedAccessRightServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.AssignedAccessRightServiceException
 
AssignedAccessRightServiceLocal - Interface in com.priint.pubserverapi.access
 
assignedTo(String) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the assigned user to the note of the Note in the query.
assignPageTemplateToPublication(PageTemplateId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Assigns page template to the publication
assignPersonToTeam(PersonId, TeamId) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Assigns a person to the team
assignTemplateToPublication(TemplateId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Assigns template to the publication
assignToProjects(String, List<String>) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Assigns a user to multiple projects.
assignToRoles(String, List<String>) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Assigns a user to multiple roles.
assignUserToProject(String, String) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Assign a user to the project.
Attachment - Class in com.priint.pubserverapi.mail
Represents an email attachment, including metadata such as MIME type, display name, and whether it should be rendered inline.
Attachment(Path, AttachmentMimeType) - Constructor for class com.priint.pubserverapi.mail.Attachment
Constructs an attachment with default file name and inline flag.
Attachment(Path, AttachmentMimeType, boolean) - Constructor for class com.priint.pubserverapi.mail.Attachment
Constructs a fully configured attachment.
AttachmentMimeType - Enum Class in com.priint.pubserverapi.mail
Enum representing supported MIME types for email attachments.
AUTOMATED_PROCESS_CONTROLLED - Enum constant in enum class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop.AccessType
 

B

BBox - Class in com.priint.pubserverapi.template
 
BBox() - Constructor for class com.priint.pubserverapi.template.BBox
 
BCC - Enum constant in enum class com.priint.pubserverapi.mail.AddressType
Blind carbon copy recipient of the email.
bodyMimeType() - Method in record class com.priint.pubserverapi.mail.MessageBody
Returns the MIME type of the message body.
BodyMimeType - Enum Class in com.priint.pubserverapi.mail
Enum representing MIME types for email message bodies.
bpmsName() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns the value of the bpmsName record component.
bpmsVersion() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns the value of the bpmsVersion record component.
build() - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
build() - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
build() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Builds the CopyPublicationElementsParams instance.
builder() - Static method in record class com.priint.pubserverapi.document.CheckInCommand
 
builder() - Static method in record class com.priint.pubserverapi.document.CheckOutCommand
 
builder(String, String) - Static method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Creates a new Builder instance with required source and destination publication IDs.
Builder(String, String) - Constructor for class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Constructs a Builder with mandatory publication IDs.
BUSINESS_ERROR - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
 
BUSY - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.WorkerStatus
 

C

CC - Enum constant in enum class com.priint.pubserverapi.mail.AddressType
Carbon copy recipient of the email.
changeExecRight(String, String, int) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightServiceLocal
Changes execution right for the assigned access right
CheckedOutDocumentServiceException - Exception Class in com.priint.pubserverapi.exception
 
CheckedOutDocumentServiceException() - Constructor for exception class com.priint.pubserverapi.exception.CheckedOutDocumentServiceException
 
CheckedOutDocumentServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.CheckedOutDocumentServiceException
 
CheckedOutDocumentServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.CheckedOutDocumentServiceException
 
checkIn(CheckInCommand) - Method in interface com.priint.pubserverapi.document.DocumentCheckServiceLocal
 
CheckInCommand - Record Class in com.priint.pubserverapi.document
 
CheckInCommand(String, DocumentPointer, Lock.Holder, boolean, Map<ObtainableItem, Set<CheckInCommand.FileHandle>>) - Constructor for record class com.priint.pubserverapi.document.CheckInCommand
Creates an instance of a CheckInCommand record class.
CheckInCommand.CheckInCommandBuilder - Class in com.priint.pubserverapi.document
 
CheckInCommand.FileHandle - Record Class in com.priint.pubserverapi.document
 
checkOut(CheckOutCommand) - Method in interface com.priint.pubserverapi.document.DocumentCheckServiceLocal
A method providing access to documents and their accompanying files.
CheckOutCommand - Record Class in com.priint.pubserverapi.document
 
CheckOutCommand(String, DocumentPointer, boolean, Set<ObtainableItem>, CheckOutCommand.ExistingLockHandlingMethod, CheckOutCommand.LockingMethod) - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand
Creates an instance of a CheckOutCommand record class.
CheckOutCommand.AcquireLock - Record Class in com.priint.pubserverapi.document
 
CheckOutCommand.CheckOutCommandBuilder - Class in com.priint.pubserverapi.document
 
CheckOutCommand.DoNotLock - Record Class in com.priint.pubserverapi.document
 
CheckOutCommand.ExistingLockHandlingMethod - Interface in com.priint.pubserverapi.document
 
CheckOutCommand.FailIfDocumentIsLocked - Record Class in com.priint.pubserverapi.document
 
CheckOutCommand.IgnoreExistingLocks - Record Class in com.priint.pubserverapi.document
 
CheckOutCommand.LockingMethod - Interface in com.priint.pubserverapi.document
 
CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt - Record Class in com.priint.pubserverapi.document
 
CIRCLE - Enum constant in enum class com.priint.pubserverapi.note.NoteShape
 
colorDepth() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns the value of the colorDepth record component.
com.priint.pubserverapi.access - package com.priint.pubserverapi.access
 
com.priint.pubserverapi.admin - package com.priint.pubserverapi.admin
 
com.priint.pubserverapi.cache - package com.priint.pubserverapi.cache
 
com.priint.pubserverapi.document - package com.priint.pubserverapi.document
 
com.priint.pubserverapi.document.lock - package com.priint.pubserverapi.document.lock
 
com.priint.pubserverapi.downloads - package com.priint.pubserverapi.downloads
 
com.priint.pubserverapi.exception - package com.priint.pubserverapi.exception
 
com.priint.pubserverapi.imageutils - package com.priint.pubserverapi.imageutils
 
com.priint.pubserverapi.infra.objectstorage - package com.priint.pubserverapi.infra.objectstorage
 
com.priint.pubserverapi.infra.priintbpm - package com.priint.pubserverapi.infra.priintbpm
 
com.priint.pubserverapi.infra.renderingservice - package com.priint.pubserverapi.infra.renderingservice
 
com.priint.pubserverapi.mail - package com.priint.pubserverapi.mail
 
com.priint.pubserverapi.note - package com.priint.pubserverapi.note
 
com.priint.pubserverapi.objectstorage - package com.priint.pubserverapi.objectstorage
 
com.priint.pubserverapi.pagetemplate - package com.priint.pubserverapi.pagetemplate
 
com.priint.pubserverapi.parameter - package com.priint.pubserverapi.parameter
 
com.priint.pubserverapi.person - package com.priint.pubserverapi.person
 
com.priint.pubserverapi.plannerengine - package com.priint.pubserverapi.plannerengine
 
com.priint.pubserverapi.preferences - package com.priint.pubserverapi.preferences
 
com.priint.pubserverapi.project - package com.priint.pubserverapi.project
 
com.priint.pubserverapi.publication - package com.priint.pubserverapi.publication
 
com.priint.pubserverapi.query - package com.priint.pubserverapi.query
 
com.priint.pubserverapi.role - package com.priint.pubserverapi.role
 
com.priint.pubserverapi.spread - package com.priint.pubserverapi.spread
 
com.priint.pubserverapi.team - package com.priint.pubserverapi.team
 
com.priint.pubserverapi.template - package com.priint.pubserverapi.template
 
com.priint.pubserverapi.user - package com.priint.pubserverapi.user
 
com.priint.restapi - package com.priint.restapi
 
cometCachePath() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometCachePath record component.
cometConnection() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometConnection record component.
cometLogPath() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometLogPath record component.
cometPath() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometPath record component.
cometRevision() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometRevision record component.
cometVersion() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the cometVersion record component.
config() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns the value of the config record component.
Config(String, String, boolean, String) - Constructor for record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Creates an instance of a Config record class.
connected() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns the value of the connected record component.
ContentAssignment - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
contents() - Method in record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Returns the value of the contents record component.
contents() - Method in record class com.priint.pubserverapi.document.FileBundle.FileHandle
Returns the value of the contents record component.
copyDocumentTemplates(boolean) - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Sets whether to copy document templates.
copyPageTemplates(boolean) - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Sets whether to copy page templates.
copyParameters(boolean) - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Sets whether to copy parameters.
copyPublicationElements(CopyPublicationElementsParams) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Copies publication elements from a source publication to a destination publication based on the provided parameters.
CopyPublicationElementsParams - Class in com.priint.pubserverapi.publication
Encapsulates parameters for copying elements between publications.
CopyPublicationElementsParams.Builder - Class in com.priint.pubserverapi.publication
copyRights(boolean) - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Sets whether to copy rights.
copyTemplate(boolean) - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams.Builder
Sets whether to copy templates.
country(String) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the country field of the DropDownLanguage in the query.
create(Note) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Creates a new note
create(CustomPreference) - Method in interface com.priint.pubserverapi.preferences.CustomPreferencesServiceLocal
Creates a given preference.
create(Project) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Creates a new note for the specific document.
create(PublicationRight) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Creates a new publication right.
create(PublicationType) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Creates a new PublicationType.
create(Role) - Method in interface com.priint.pubserverapi.role.RoleServiceLocal
Creates a new role
create(Team) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Creates a new Team.
create(User) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Creates a new User.
create(String, String, int) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightServiceLocal
Creates a new right assignment to a role
create(List<PublicationRight>) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Creates multiple publication rights.
createAssignedAccessRightQuery() - Method in interface com.priint.pubserverapi.access.AssignedAccessRightServiceLocal
Creates a new AssignedAccessRightQuery for querying assigned access rights.
createComment(NoteId, NoteComment) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Creates a new comment for a note
createdBy(String) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the name of the user who create of the Download in the query.
createdBy(String) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the author of the Note in the query.
createDocumentFromTemplate(PublicationId, DocumentId, String, String) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Creates a new document from document template
createDocumentParameterQuery() - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Creates a new DocumentParameterQuery for querying document parameters.
createDocumentQuery() - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Creates a new DocumentQuery for querying documents.
createDocumentTemplate(String, DocumentTemplateStatus) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Creates a new document template
createDownloadQuery() - Method in interface com.priint.pubserverapi.downloads.DownloadServiceLocal
Creates a new DownloadQuery for querying downloads.
createDropDownDefinition(DropDownDefinition) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new dropdown definition.
createDropDownDefinitionQuery() - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new DropDownDefinitionQuery for querying dropdown definitions.
createDropDownLanguage(DropDownLanguage) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new dropdown language.
createDropDownLanguageQuery() - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new DropDownLanguageQuery for querying dropdown languages.
createDropDownValue(DropDownValue) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new dropdown value.
createDropDownValueQuery() - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new DropDownValueQuery for querying dropdown values.
createLockedDocumentsQuery() - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
Creates a new LockedDocumentsQuery instance for querying locked documents.
createMultipleDocumentsFromTemplate(PublicationId, DocumentId, List<String>, String) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Creates multiple documents from document template
createNoteQuery() - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Creates a new NoteQuery for querying notes.
createPageTemplatesQuery() - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesServiceLocal
Creates a new PageTemplatesQuery for querying page templates.
createParameterDefinition(ParameterDefinition) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new parameter definition.
createParameterDefinitionQuery() - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Creates a new ParameterDefinitionQuery for querying parameter definitions.
createPersonQuery() - Method in interface com.priint.pubserverapi.person.PersonServiceLocal
Creates a new PersonQuery object that can be used to query person data.
createPreferenceQuery() - Method in interface com.priint.pubserverapi.preferences.CustomPreferencesServiceLocal
Creates a query to fetch custom preferences.
createPreferenceQuery() - Method in interface com.priint.pubserverapi.preferences.PreferencesServiceLocal
Creates a query to fetch preferences.
createProjectQuery() - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Creates a query to fetch projects.
createPublication(PublicationId, String, String, PublicationTypeId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Creates a new publication
createPublicationParameterQuery() - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Creates a new PublicationParameterQuery for querying publication parameters.
createPublicationQuery() - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Creates a new PublicationQuery for querying publications.
createPublicationRightQuery() - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Creates a new PublicationRightQuery instance.
createPublicationTypeQuery() - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Creates a new PublicationTypeQuery for querying publication type.
createPublicationTypeXParamQuery() - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Creates a new PublicationTypeXParamQuery for querying publication type / parameter definition cross.
createRoleQuery() - Method in interface com.priint.pubserverapi.role.RoleServiceLocal
Creates a new RoleQuery for querying role information.
createSpreadQuery() - Method in interface com.priint.pubserverapi.spread.SpreadServiceLocal
Creates a new SpreadQuery for querying spreads.
createTeamQuery() - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Creates a new TeamQuery for querying teams.
createTemplateQuery() - Method in interface com.priint.pubserverapi.template.TemplateServiceLocal
Creates a new TemplateQuery for querying templates.
createUserQuery() - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Creates a new UserQuery for querying user information.
CustomPreference - Class in com.priint.pubserverapi.preferences
 
CustomPreference() - Constructor for class com.priint.pubserverapi.preferences.CustomPreference
 
CustomPreferencesQuery - Interface in com.priint.pubserverapi.preferences
A query interface for fetching and filtering Preference entities (Custom Preferences).
CustomPreferencesServiceLocal - Interface in com.priint.pubserverapi.preferences
 

D

Data - Class in com.priint.pubserverapi.template
 
Data() - Constructor for class com.priint.pubserverapi.template.Data
 
Data(String) - Constructor for class com.priint.pubserverapi.template.Data
 
dataSourceId(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the data source ID associated with the User in the query.
DECLINED - Enum constant in enum class com.priint.pubserverapi.note.NoteStatus
 
DEFAULT_PDF - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
delete(DocumentId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Deletes an existing document.
delete(DownloadId) - Method in interface com.priint.pubserverapi.downloads.DownloadServiceLocal
Deletes an existing download.
delete(NoteId) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Deletes an existing note by its id
delete(PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Deletes an existing publication.
delete(PublicationRight) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Deletes a publication right.
delete(PublicationTypeId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Deletes a PublicationType by its unique identifier.
delete(TeamId) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Deletes a Team.
delete(String) - Method in interface com.priint.pubserverapi.preferences.CustomPreferencesServiceLocal
Deletes a given preference.
delete(String) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Removes a specific project from the system.
delete(String, String) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightServiceLocal
Removes assigned access right by a right key name and a role name
delete(List<NoteId>) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Deletes existing notes by their id
delete(List<PublicationRight>) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Deletes a publication rights.
deleteByLogin(String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Deletes a user by their login identifier.
deleteByPersonId(String, String) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Deletes a publication right by publication and person Id.
deleteByTeamId(String, String) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Deletes a publication right by publication and team Id.
deleteComment(NoteCommentId) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Delete a note comment (Only the last, added by yourself).
deleted(boolean) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the delete flag of the Document in the query.
deleted(boolean) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the delete flag of the ParameterDefinition in the query.
deleted(boolean) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the delete flag of the Publication in the query.
deleteDocumentParameter(DocumentParameter) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Delete DocumentParameter.
deleteDropDownDefinition(DropDownDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Deletes a dropdown definition by its ID.
deleteDropDownLanguage(DropDownLanguageId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Deletes a dropdown language by its ID.
deleteDropDownValue(DropDownValueId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Deletes a dropdown value by its ID.
deleteMediaAsset(String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Deletes a media asset from the storage.
deleteParameterDefinition(ParameterDefinitionId, boolean) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Deletes a parameter definition by its ID.
deletePublicationParameter(PublicationParameter) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Delete PublicationParameter.
Delivery - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
DISABLED - Enum constant in enum class com.priint.pubserverapi.document.DocumentTemplateStatus
 
Document - Class in com.priint.pubserverapi.document
 
Document() - Constructor for class com.priint.pubserverapi.document.Document
 
DOCUMENT - Enum constant in enum class com.priint.pubserverapi.downloads.DownloadObjectType
 
DOCUMENT_FILE - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
DocumentCheckServiceException - Exception Class in com.priint.pubserverapi.document
 
DocumentCheckServiceException(int, Object, String) - Constructor for exception class com.priint.pubserverapi.document.DocumentCheckServiceException
 
DocumentCheckServiceException(int, Object, String, Throwable) - Constructor for exception class com.priint.pubserverapi.document.DocumentCheckServiceException
 
DocumentCheckServiceLocal - Interface in com.priint.pubserverapi.document
 
documentFilename() - Method in record class com.priint.pubserverapi.document.FileBundle
Returns the value of the documentFilename record component.
documentId() - Method in record class com.priint.pubserverapi.document.DocumentPointer
Returns the value of the documentId record component.
documentId() - Method in record class com.priint.pubserverapi.document.FileBundle
Returns the value of the documentId record component.
documentId() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the documentId record component.
documentId(DocumentId) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the document ID associated with the DocumentLocks in the query.
documentId(String) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the ID of the Document associated with the DocumentParameter in the query.
documentId(String) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the document D of the Note in the query.
documentId(String) - Method in interface com.priint.pubserverapi.spread.SpreadQuery
Sets the document ID of the Spread in the query.
DocumentId - Record Class in com.priint.pubserverapi.document
 
DocumentId(String) - Constructor for record class com.priint.pubserverapi.document.DocumentId
Creates an instance of a DocumentId record class.
DocumentLockedException - Exception Class in com.priint.pubserverapi.document.lock
 
DocumentLockedException(String, String, DocumentLocks) - Constructor for exception class com.priint.pubserverapi.document.lock.DocumentLockedException
 
DocumentLockedException(String, String, Set<Lock>) - Constructor for exception class com.priint.pubserverapi.document.lock.DocumentLockedException
 
DocumentLocks - Record Class in com.priint.pubserverapi.document.lock
A class representing document and current locks issued for it.
DocumentLocks(DocumentPointer, Set<Lock>) - Constructor for record class com.priint.pubserverapi.document.lock.DocumentLocks
Creates an instance of a DocumentLocks record class.
DocumentLockServiceLocal - Interface in com.priint.pubserverapi.document.lock
 
DocumentParameter - Class in com.priint.pubserverapi.document
 
DocumentParameter() - Constructor for class com.priint.pubserverapi.document.DocumentParameter
 
DocumentParameterQuery - Interface in com.priint.pubserverapi.document
Interface for querying DocumentParameter entities.
documentPointer() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns the value of the documentPointer record component.
documentPointer() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the documentPointer record component.
documentPointer() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
Returns the value of the documentPointer record component.
documentPointer(DocumentPointer) - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
documentPointer(DocumentPointer) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
DocumentPointer - Record Class in com.priint.pubserverapi.document
An instance of this class uniquely identifies a document system-wide
DocumentPointer(DocumentId, String, String) - Constructor for record class com.priint.pubserverapi.document.DocumentPointer
Creates an instance of a DocumentPointer record class.
DocumentQuery - Interface in com.priint.pubserverapi.document
 
DocumentServiceException - Exception Class in com.priint.pubserverapi.exception
 
DocumentServiceException() - Constructor for exception class com.priint.pubserverapi.exception.DocumentServiceException
 
DocumentServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.DocumentServiceException
 
DocumentServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.DocumentServiceException
 
DocumentServiceLocal - Interface in com.priint.pubserverapi.document
Interface for a document service class.
documentStage(DocumentStage) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the document stage of the Document in the query.
DocumentStage - Enum Class in com.priint.pubserverapi.document
 
documentTemplateId(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the document template ID of the Document in the query.
documentTemplateId(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the document template id of the Publication in the query.
DocumentTemplateStatus - Enum Class in com.priint.pubserverapi.document
 
documentType(DocumentType) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the document type of the Document in the query.
DocumentType - Enum Class in com.priint.pubserverapi.document
 
Domain - Class in com.priint.pubserverapi.template
 
Domain() - Constructor for class com.priint.pubserverapi.template.Domain
 
Domain(int, String) - Constructor for class com.priint.pubserverapi.template.Domain
 
DONE - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
 
DONE - Enum constant in enum class com.priint.pubserverapi.note.NoteStatus
 
DoNotLock() - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand.DoNotLock
Creates an instance of a DoNotLock record class.
Download - Class in com.priint.pubserverapi.downloads
 
Download() - Constructor for class com.priint.pubserverapi.downloads.Download
 
DownloadId - Record Class in com.priint.pubserverapi.downloads
 
DownloadId(String) - Constructor for record class com.priint.pubserverapi.downloads.DownloadId
Creates an instance of a DownloadId record class.
downloadImage(String, URI) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Download an image from URL.
downloadImage(URI) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Download an image from URL.
downloadMediaAssetData(String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Downloads a media asset as a byte array.
downloadMediaAssetStream(String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Downloads a media asset as an input stream.
downloadObjectType(DownloadObjectType) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the objectType (Publication/Folder/Document) of the Download in the query.
DownloadObjectType - Enum Class in com.priint.pubserverapi.downloads
 
DownloadQuery - Interface in com.priint.pubserverapi.downloads
 
DownloadServiceException - Exception Class in com.priint.pubserverapi.exception
 
DownloadServiceException() - Constructor for exception class com.priint.pubserverapi.exception.DownloadServiceException
 
DownloadServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.DownloadServiceException
 
DownloadServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.DownloadServiceException
 
DownloadServiceLocal - Interface in com.priint.pubserverapi.downloads
Interface for a download service class.
dpi() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns the value of the dpi record component.
DropDownDefinition - Class in com.priint.pubserverapi.parameter
 
DropDownDefinition() - Constructor for class com.priint.pubserverapi.parameter.DropDownDefinition
 
dropDownDefinitionId(DropDownDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the dropdown definition ID associated with the ParameterDefinition in the query.
DropDownDefinitionId - Record Class in com.priint.pubserverapi.parameter
 
DropDownDefinitionId(int) - Constructor for record class com.priint.pubserverapi.parameter.DropDownDefinitionId
Creates an instance of a DropDownDefinitionId record class.
DropDownDefinitionQuery - Interface in com.priint.pubserverapi.parameter
Interface for building queries to retrieve DropDownDefinition entities.
DropDownLanguage - Class in com.priint.pubserverapi.parameter
 
DropDownLanguage() - Constructor for class com.priint.pubserverapi.parameter.DropDownLanguage
 
DropDownLanguageId - Record Class in com.priint.pubserverapi.parameter
 
DropDownLanguageId(int) - Constructor for record class com.priint.pubserverapi.parameter.DropDownLanguageId
Creates an instance of a DropDownLanguageId record class.
DropDownLanguageQuery - Interface in com.priint.pubserverapi.parameter
Interface for building queries to retrieve DropDownLanguage entities.
DropDownValue - Class in com.priint.pubserverapi.parameter
 
DropDownValue() - Constructor for class com.priint.pubserverapi.parameter.DropDownValue
 
DropDownValueId - Record Class in com.priint.pubserverapi.parameter
 
DropDownValueId(int) - Constructor for record class com.priint.pubserverapi.parameter.DropDownValueId
Creates an instance of a DropDownValueId record class.
DropDownValueQuery - Interface in com.priint.pubserverapi.parameter
Interface for building queries to retrieve DropDownValue entities.
duplicateDocument(DocumentId, PublicationId, String, boolean) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Duplicates a document
duplicateDocument(DocumentDescriptor, DocumentDescriptor) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Duplicates a document from a source descriptor to a destination descriptor.
duplicatePublication(PublicationId, PublicationId, String, boolean) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Duplicates a publication with documents and subpublications
duplicateSinglePublication(PublicationId, PublicationId, String, boolean, boolean) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Duplicates a publication with/without documents
DYNAMIC - Enum constant in enum class com.priint.pubserverapi.document.DocumentType
 

E

email(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the email of the User in the query.
eMail(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the email of the Person in the query.
ENABLED - Enum constant in enum class com.priint.pubserverapi.document.DocumentTemplateStatus
 
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckInCommand
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand.DoNotLock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand.FailIfDocumentIsLocked
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand.IgnoreExistingLocks
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.DocumentId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.DocumentPointer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.FileBundle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.FileBundle.FileHandle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.Lock
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.Lock.Holder
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.LockingApp.IllustratorDesktop
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignServer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.LockingApp.Neowise
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.document.lock.LockingApp.PdfRenderer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.downloads.DownloadId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.mail.Address
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.mail.MessageBody
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.note.NoteCommentId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.note.NoteId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.parameter.DropDownValueId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.parameter.ParameterId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.person.PersonId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.publication.PublicationId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.publication.PublicationTypeId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.spread.SpreadId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.team.TeamId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.template.TemplateId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.priint.pubserverapi.user.UserId
Indicates whether some other object is "equal to" this one.
ERROR - Enum constant in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
 
execRight(int) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightQuery
Sets the execution right value of the AssignedAccessRight in the query.
existingLockHandlingMethod() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the existingLockHandlingMethod record component.
existingLockHandlingMethod(CheckOutCommand.ExistingLockHandlingMethod) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 

F

FailIfDocumentIsLocked() - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand.FailIfDocumentIsLocked
Creates an instance of a FailIfDocumentIsLocked record class.
FileBundle - Record Class in com.priint.pubserverapi.document
 
FileBundle(DocumentId, String, Map<ObtainableItem, Set<FileBundle.FileHandle>>) - Constructor for record class com.priint.pubserverapi.document.FileBundle
Creates an instance of a FileBundle record class.
FileBundle.FileHandle - Record Class in com.priint.pubserverapi.document
 
FileHandle(String, byte[]) - Constructor for record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Creates an instance of a FileHandle record class.
FileHandle(String, Supplier<InputStream>) - Constructor for record class com.priint.pubserverapi.document.FileBundle.FileHandle
Creates an instance of a FileHandle record class.
filename() - Method in record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Returns the value of the filename record component.
filename() - Method in record class com.priint.pubserverapi.document.FileBundle.FileHandle
Returns the value of the filename record component.
files() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns the value of the files record component.
files() - Method in record class com.priint.pubserverapi.document.FileBundle
Returns the value of the files record component.
files(Map<ObtainableItem, Set<CheckInCommand.FileHandle>>) - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
finished(Boolean) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the finished flag of the Download in the query.
Finishing - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
FOLDER - Enum constant in enum class com.priint.pubserverapi.downloads.DownloadObjectType
 
forciblyFetchParentDocumentFiles() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the forciblyFetchParentDocumentFiles record component.
forciblyFetchParentDocumentFiles(boolean) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
foreignSystemKey(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets theforeign system key of the Document in the query.
foreignSystemKey(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets theforeign system key of the Publication in the query.
FRAME - Enum constant in enum class com.priint.pubserverapi.note.NoteReferenceType
 

G

getActive() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getActive() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
active of the TemplateForPageTemplate
getActive() - Method in class com.priint.pubserverapi.template.Template
 
getActive() - Method in class com.priint.pubserverapi.user.User
 
getAssignedAccessRightServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getAssignedDocumentTemplates(PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Retrieves document templates assigned to the specific publication
getAssignedOn() - Method in class com.priint.pubserverapi.note.Note
 
getAssignedTo() - Method in class com.priint.pubserverapi.note.Note
 
getAutolink() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
autolink of the TemplateForPageTemplate
getAutoOpposite() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getAutoSuccessor() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getBarrier() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getbBox() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
bBox of the TemplateForPageTemplate
getBottom() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
bottom coordinate of the bbox
getBottom() - Method in class com.priint.pubserverapi.template.BBox
 
getBottomPos() - Method in class com.priint.pubserverapi.template.Template
 
getBuildDirection() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
buildDirection of the TemplateForPageTemplate
getBuildSupportScript() - Method in class com.priint.pubserverapi.template.Template
 
getColor() - Method in class com.priint.pubserverapi.note.Note
 
getColor() - Method in class com.priint.pubserverapi.template.Template
 
getColorId() - Method in class com.priint.pubserverapi.user.User
 
getColorIndex() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
colorIndex of the TemplateForPageTemplate
getComments() - Method in class com.priint.pubserverapi.note.Note
 
getContent() - Method in class com.priint.pubserverapi.note.Note
 
getContent() - Method in class com.priint.pubserverapi.note.NoteComment
 
getContent() - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
getContinue() - Method in class com.priint.pubserverapi.template.Spread
 
getCountry() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getCreatedBy() - Method in class com.priint.pubserverapi.document.Document
 
getCreatedBy() - Method in class com.priint.pubserverapi.downloads.Download
 
getCreatedBy() - Method in class com.priint.pubserverapi.note.Note
 
getCreatedBy() - Method in class com.priint.pubserverapi.note.NoteComment
 
getCreatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getCreatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getCreatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getCreatedBy() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getCreatedBy() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getCreatedBy() - Method in class com.priint.pubserverapi.publication.Publication
 
getCreatedBy() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getCreatedBy() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getCreatedBy() - Method in class com.priint.pubserverapi.spread.Spread
 
getCreatedById() - Method in class com.priint.pubserverapi.user.User
 
getCreatedOn() - Method in class com.priint.pubserverapi.document.Document
 
getCreatedOn() - Method in class com.priint.pubserverapi.downloads.Download
 
getCreatedOn() - Method in class com.priint.pubserverapi.note.Note
 
getCreatedOn() - Method in class com.priint.pubserverapi.note.NoteComment
 
getCreatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getCreatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getCreatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getCreatedOn() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getCreatedOn() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getCreatedOn() - Method in class com.priint.pubserverapi.publication.Publication
 
getCreatedOn() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getCreatedOn() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getCreatedOn() - Method in class com.priint.pubserverapi.spread.Spread
 
getCreatedOn() - Method in class com.priint.pubserverapi.user.User
 
getCurrentDocumentLocksForDocument(DocumentPointer) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
getCurrentDocumentLocksForTenant(String) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
getCurrentDocumentLocksWithLocksCreatedForSession(String) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
getCustomPreferencesServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getData() - Method in class com.priint.pubserverapi.template.Template
 
getDataSrc() - Method in class com.priint.pubserverapi.template.Data
 
getDefaultCheckbox() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDefaultDropDownValueId() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDefaultMenuID() - Method in class com.priint.pubserverapi.user.User
 
getDefaultTextValue1() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDefaultTextValue2() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDefaultTextValue3() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDeleted() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDescription() - Method in class com.priint.pubserverapi.document.Document
 
getDescription() - Method in class com.priint.pubserverapi.preferences.Preference
Gets the description of the preference if exists, otherwise it returns null
getDescription() - Method in class com.priint.pubserverapi.publication.Publication
 
getDescription() - Method in class com.priint.pubserverapi.spread.Spread
 
getDescription() - Method in class com.priint.pubserverapi.template.Template
 
getDescription() - Method in class com.priint.restapi.NewPublicationRequest
 
getDestinationPublicationId() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Returns the destination publication Id.
getDocName() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getDocumentById(DocumentId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
 
getDocumentCheckServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getDocumentId() - Method in class com.priint.pubserverapi.document.DocumentParameter
 
getDocumentId() - Method in class com.priint.pubserverapi.note.Note
 
getDocumentId() - Method in class com.priint.pubserverapi.spread.Spread
 
getDocumentId() - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
getDocumentLockServiceLocal() - Method in interface com.priint.pubserverapi.document.DocumentCheckServiceLocal
Deprecated.
getDocumentLockServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getDocumentObjectType(StorageContext, String, boolean) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Retrieves the document object type based on the provided context and document ID.
getDocumentParameterById(ParameterId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Retrieves a document parameter by its ID.
getDocumentServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getDocumentStage() - Method in class com.priint.pubserverapi.document.Document
 
getDocumentTemplateId() - Method in class com.priint.pubserverapi.document.Document
 
getDocumentTemplateId() - Method in class com.priint.restapi.NewDocumentsRequest
 
getDocumentType() - Method in class com.priint.pubserverapi.document.Document
 
getDomain() - Method in class com.priint.pubserverapi.template.Template
 
getDownloadById(DownloadId) - Method in interface com.priint.pubserverapi.downloads.DownloadServiceLocal
 
getDownloadServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getDropDownDefinitionById(DropDownDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Retrieves a dropdown definition by its ID.
getDropdownDefinitionId() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getDropDownId() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getDropDownLanguageById(DropDownLanguageId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Retrieves a DropDownLanguage by its ID.
getDropdownLanguages() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getDropDownValueById(DropDownValueId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Retrieves a DropDownValue by its ID.
getDropDownValueId() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getDropDownValueId() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getDropDownValueList() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getEmail() - Method in class com.priint.pubserverapi.person.Person
 
getEmail() - Method in class com.priint.pubserverapi.user.User
 
getEntityId() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getEntityID() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getEntityModel() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getEntityModel() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getExecRight() - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
getExistingDocumentLocks() - Method in exception class com.priint.pubserverapi.document.lock.DocumentLockedException
 
getFileName() - Method in class com.priint.pubserverapi.document.Document
 
getFileName() - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
getFinishedOn() - Method in class com.priint.pubserverapi.downloads.Download
 
getForeignsystemkey() - Method in class com.priint.pubserverapi.publication.Publication
 
getForeignSystemKey() - Method in class com.priint.pubserverapi.document.Document
 
getForeignSystemKey() - Method in class com.priint.pubserverapi.spread.Spread
 
getFormat() - Method in class com.priint.pubserverapi.template.Template
 
getGivenName() - Method in class com.priint.pubserverapi.person.Person
 
getGivenName() - Method in class com.priint.pubserverapi.user.User
 
getGroupName() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getGroupName() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getHasMultipleFrames() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
hasMultipleFrames of the TemplateForPageTemplate
getHasMultipleObjects() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
hasMultipleObjects of the TemplateForPageTemplate
getHasShapes() - Method in class com.priint.pubserverapi.template.Template
 
getHeight() - Method in class com.priint.pubserverapi.note.Note
 
getHeight() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getHeightPt() - Method in class com.priint.pubserverapi.spread.Spread
 
getHelptext() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getHelpText() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getId() - Method in class com.priint.pubserverapi.document.Document
 
getId() - Method in class com.priint.pubserverapi.downloads.Download
 
getId() - Method in class com.priint.pubserverapi.note.Note
 
getId() - Method in class com.priint.pubserverapi.note.NoteComment
 
getId() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getId() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
ID of the bbox
getId() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getId() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getId() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getId() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getId() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getId() - Method in class com.priint.pubserverapi.person.Person
 
getId() - Method in class com.priint.pubserverapi.preferences.Value
 
getId() - Method in class com.priint.pubserverapi.publication.Publication
 
getId() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getId() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getId() - Method in class com.priint.pubserverapi.spread.Spread
 
getId() - Method in class com.priint.pubserverapi.team.Team
 
getId() - Method in class com.priint.pubserverapi.template.Domain
 
getId() - Method in class com.priint.pubserverapi.template.Placeholder
 
getId() - Method in class com.priint.pubserverapi.template.Record
 
getId() - Method in class com.priint.pubserverapi.template.Spread
 
getId() - Method in class com.priint.pubserverapi.template.State
id of the State
getId() - Method in class com.priint.pubserverapi.template.Template
 
getId() - Method in class com.priint.pubserverapi.template.Type
 
getId2() - Method in class com.priint.pubserverapi.template.Record
 
getId3() - Method in class com.priint.pubserverapi.template.Record
 
getIdentifier() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getIdentifier() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getImageInfoOfMediaObject(MediaObject, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Get image info of the media object, such as width, height, resolution etc.
getImageUtilsServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getInitialCreation() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getIntValue() - Method in enum class com.priint.pubserverapi.preferences.PreferenceType
 
getJustificationEnabled() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
justificationEnabled of the TemplateForPageTemplate
getJustificationScript() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
justificationScript of the TemplateForPageTemplate
getJustificationX() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
justificationX of the TemplateForPageTemplate
getJustificationY() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
justificationY of the TemplateForPageTemplate
getKeyName() - Method in class com.priint.pubserverapi.preferences.CustomPreference
Gets the name of the preference.
getKeyName() - Method in class com.priint.pubserverapi.preferences.Preference
Gets the name of the preference.
getKeyNameOfEntity() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getKind() - Method in class com.priint.pubserverapi.template.Template
 
getLabel() - Method in class com.priint.pubserverapi.document.Document
 
getLabel() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getLabel() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
label of the TemplateForPageTemplate
getLabel() - Method in class com.priint.pubserverapi.preferences.Value
 
getLabel() - Method in class com.priint.pubserverapi.publication.Publication
 
getLabel() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getLabel() - Method in class com.priint.pubserverapi.role.Role
 
getLabel() - Method in class com.priint.pubserverapi.spread.Spread
 
getLabel() - Method in class com.priint.restapi.NewPublicationRequest
 
getLanguage() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getLastLogin() - Method in class com.priint.pubserverapi.user.User
 
getLayerIndex() - Method in class com.priint.pubserverapi.note.Note
 
getLeft() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
left coordinate of the bbox
getLeft() - Method in class com.priint.pubserverapi.template.BBox
 
getLeftItem() - Method in class com.priint.pubserverapi.template.Spread
 
getLeftPos() - Method in class com.priint.pubserverapi.template.Template
 
getLogin() - Method in class com.priint.pubserverapi.person.Person
 
getLogin() - Method in class com.priint.pubserverapi.user.User
 
getMagnets() - Method in class com.priint.pubserverapi.template.Template
 
getMailServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getMarginBottom() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getMarginLeft() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getMarginRight() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getMarginTop() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getMasterPage() - Method in class com.priint.restapi.NewDocumentsRequest
 
getMasterPages() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getMediaAssetImageInfo(MediaAsset) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Get image info of the first valid Media Object of the Media Asset, such as width, height, resolution etc.
getMediaAssetImageInfo(MediaAsset, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Get image info of the first valid media object of the media asset, such as width, height, resolution etc.
getMemberships() - Method in class com.priint.pubserverapi.template.Template
 
getMiddleItem() - Method in class com.priint.pubserverapi.template.Spread
 
getMimeType() - Method in class com.priint.pubserverapi.mail.Attachment
Returns the MIME type of the attachment.
getMinimumDistX() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
minimumDistX of the TemplateForPageTemplate
getMinimumDistY() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
minimumDistY of the TemplateForPageTemplate
getMinimumVerticalJust() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
minimumVerticalJust of the TemplateForPageTemplate
getMinimumVerticalJustEnabled() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
minimumVerticalJustEnabled of the TemplateForPageTemplate
getMirrored() - Method in class com.priint.pubserverapi.template.Template
 
getModelIdentifier(String) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Allows to check what model is used by the project.
getName() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getName() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getName() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getName() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getName() - Method in class com.priint.pubserverapi.person.Person
 
getName() - Method in class com.priint.pubserverapi.project.Project
 
getName() - Method in class com.priint.pubserverapi.role.Role
 
getName() - Method in class com.priint.pubserverapi.team.Team
 
getName() - Method in class com.priint.pubserverapi.template.Domain
 
getName() - Method in class com.priint.pubserverapi.template.Placeholder
 
getName() - Method in class com.priint.pubserverapi.template.Template
 
getName() - Method in class com.priint.pubserverapi.template.Type
 
getName() - Method in class com.priint.pubserverapi.user.User
 
getNewDocumentNames() - Method in class com.priint.restapi.NewDocumentsRequest
 
getNextSequenceValue(String) - Method in interface com.priint.pubserverapi.publication.PublicationSequenceServiceLocal
Gives a sequence for sub items of the publication
getNoteById(NoteId) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Retrieves a Note by note id
getNotesServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getNumberOfTextfields() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getObjectId() - Method in class com.priint.pubserverapi.downloads.Download
 
getObjectStorageState() - Method in interface com.priint.pubserverapi.infra.objectstorage.ObjectStorageStateServiceLocal
Fetches configured object storage name, version and availability.
getObjectStorageStateServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getObjectType() - Method in class com.priint.pubserverapi.downloads.Download
 
getOpposite() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getOwnerId() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPage() - Method in class com.priint.pubserverapi.note.Note
 
getPageCount() - Method in class com.priint.pubserverapi.spread.Spread
 
getPageHeight() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPageNum() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPageTemplateById(PageTemplateId) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesServiceLocal
Retrieves a PageTemplate by its unique identifier.
getPageTemplateId() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPageTemplatesForPublicationId(PublicationId) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesServiceLocal
Retrieves a list of PageTemplate objects associated with a specific publication.
getPageTemplatesServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPageTemplateType() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPageType() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getPageWidth() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getParameterDefinitionById(ParameterDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Retrieves a ParameterDefinition by its ID.
getParameterDefinitionId() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getParameterDefinitionId() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getParameterServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getParentId() - Method in class com.priint.pubserverapi.document.Document
 
getParentId() - Method in class com.priint.pubserverapi.publication.Publication
 
getParentId() - Method in class com.priint.restapi.NewDocumentsRequest
 
getParentPublicationId() - Method in class com.priint.restapi.NewPublicationRequest
 
getPassword() - Method in class com.priint.pubserverapi.user.User
 
getPath() - Method in class com.priint.pubserverapi.mail.Attachment
Returns the attached path to file.
getPersonById(PersonId) - Method in interface com.priint.pubserverapi.person.PersonServiceLocal
Retrieves a Person by its ID.
getPersonId() - Method in class com.priint.pubserverapi.publication.PublicationRight
Gets the Id of the person.
getPersonId() - Method in class com.priint.pubserverapi.user.User
 
getPersons() - Method in class com.priint.pubserverapi.team.Team
 
getPersonServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPlaceholder() - Method in class com.priint.pubserverapi.template.Template
 
getPosition() - Method in class com.priint.pubserverapi.template.Spread
 
getPreferencesServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPreview() - Method in class com.priint.pubserverapi.template.Template
 
getPreviewOfMediaAsset(MediaAsset, String, int, int, boolean, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Gets a media asset preview.
getPreviewOfMediaAsset(String, MediaAsset, String, int, int, boolean, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Gets a preview a media asset.
getPreviewOfMediaObject(MediaObject, int, int, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Get a preview a media object.
getPreviewOfMediaObject(String, MediaObject, int, int, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Get a preview a media object.
getPreviewSrc() - Method in class com.priint.pubserverapi.template.Preview
 
getPreviewType() - Method in class com.priint.pubserverapi.spread.Spread
 
getPriintBpmStateServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPriintBpmVersions() - Method in interface com.priint.pubserverapi.infra.priintbpm.PriintBpmStateServiceLocal
Fetches priint-bpm and its internal BPMS engine official names and versions.
getPriintCacheManager() - Method in interface com.priint.pubserverapi.cache.PriintCacheServiceLocal
Retrieves the PriintCacheManager.
getPriintCacheServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPriintStorage() - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Retrieves the primary Priint storage instance.
getPriintStorageServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getProcessId() - Method in class com.priint.pubserverapi.note.Note
 
getProcessIdentifier() - Method in class com.priint.pubserverapi.downloads.Download
 
getProcessName() - Method in class com.priint.pubserverapi.downloads.Download
 
getProjectServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPublicationId() - Method in class com.priint.pubserverapi.publication.PublicationParameter
 
getPublicationId() - Method in class com.priint.pubserverapi.publication.PublicationRight
Gets the Id of the publication.
getPublicationId() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getPublicationParameterById(ParameterId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Retrieves a publication parameter by its ID.
getPublicationRightsByPublicationId(String) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Retrieves publication rights by publication Id.
getPublicationRightsServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPublicationSequenceServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPublicationServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getPublicationTypeById(PublicationTypeId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Retrieves a PublicationType by its unique identifier.
getPublicationTypeId() - Method in class com.priint.pubserverapi.publication.Publication
 
getPublicationTypeId() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getPublicationTypeId() - Method in class com.priint.restapi.NewPublicationRequest
 
getPublicationTypeOfPublication(PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Retrieves a PublicationType of specific publication by its id.
getPublicationTypeServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getRealName() - Method in class com.priint.pubserverapi.user.User
 
getRecord() - Method in class com.priint.pubserverapi.template.Template
 
getRecordStringId() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getRecordStringId() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getReferenceId() - Method in class com.priint.pubserverapi.note.Note
 
getReferenceType() - Method in class com.priint.pubserverapi.note.Note
 
getRenderingServiceStateServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getRight() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
right coordinate of the bbox
getRight() - Method in class com.priint.pubserverapi.template.BBox
 
getRightItem() - Method in class com.priint.pubserverapi.template.Spread
 
getRightKeyName() - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
getRightPos() - Method in class com.priint.pubserverapi.template.Template
 
getRoleByName(String) - Method in interface com.priint.pubserverapi.role.RoleServiceLocal
Retrieves a Role by their name.
getRoleName() - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
getRoleServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getRotation() - Method in class com.priint.pubserverapi.note.Note
 
getScriptId() - Method in class com.priint.pubserverapi.template.Spread
 
getSequence() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
sequence of the TemplateForPageTemplate
getShape() - Method in class com.priint.pubserverapi.note.Note
 
getSort() - Method in class com.priint.pubserverapi.document.Document
 
getSort() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getSort() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getSort() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getSort() - Method in class com.priint.pubserverapi.publication.Publication
 
getSort() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getSort() - Method in class com.priint.pubserverapi.spread.Spread
 
getSourceDocumentId() - Method in class com.priint.pubserverapi.document.Document
 
getSourcePublicationId() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Returns the source publication Id.
getSpread() - Method in class com.priint.pubserverapi.template.Template
 
getSpreadById(SpreadId) - Method in interface com.priint.pubserverapi.spread.SpreadServiceLocal
Retrieves a Spread by its unique identifier.
getSpreadId() - Method in class com.priint.pubserverapi.note.Note
 
getSpreadId() - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
getSpreadPreview(SpreadId) - Method in interface com.priint.pubserverapi.spread.SpreadServiceLocal
Retrieves a preview of a specific Spread within a Document.
getSpreadsByDocumentId(DocumentId) - Method in interface com.priint.pubserverapi.spread.SpreadServiceLocal
Retrieves a list of Spread objects associated with a specific document.
getSpreadServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getStartPage() - Method in class com.priint.pubserverapi.spread.Spread
 
getState() - Method in class com.priint.pubserverapi.template.Template
 
getStatus() - Method in class com.priint.pubserverapi.note.Note
 
getStringId() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getStringId() - Method in class com.priint.pubserverapi.template.Record
 
getStylesVerticalJust() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
stylesVerticalJust of the TemplateForPageTemplate
getStylesVerticalJustEnabled() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
stylesVerticalJustEnabled of the TemplateForPageTemplate
getSuccessor() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getSurname() - Method in class com.priint.pubserverapi.person.Person
 
getSurname() - Method in class com.priint.pubserverapi.user.User
 
getTeamById(TeamId) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Retrieves a Team by its unique identifier.
getTeamId() - Method in class com.priint.pubserverapi.publication.PublicationRight
Gets the Id of the team.
getTeamServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getTemplateById(TemplateId) - Method in interface com.priint.pubserverapi.template.TemplateServiceLocal
Retrieves a Template by its unique identifier.
getTemplates() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
getTemplatesForPublicationId(PublicationId) - Method in interface com.priint.pubserverapi.template.TemplateServiceLocal
Retrieves a list of Template objects associated with a specific publication.
getTemplatesServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getTextflowPrefix1() - Method in class com.priint.pubserverapi.template.Template
 
getTextflowPrefix1Action() - Method in class com.priint.pubserverapi.template.Template
 
getTextflowPrefixN() - Method in class com.priint.pubserverapi.template.Template
 
getTextflowPrefixNAction() - Method in class com.priint.pubserverapi.template.Template
 
getTimestamp() - Method in class com.priint.pubserverapi.template.Template
 
getTitle() - Method in class com.priint.pubserverapi.note.Note
 
getTop() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
top coordinate of the bbox
getTop() - Method in class com.priint.pubserverapi.template.BBox
 
getTopPos() - Method in class com.priint.pubserverapi.template.Template
 
getType() - Method in enum class com.priint.pubserverapi.mail.AttachmentMimeType
Returns the string representation of the MIME type.
getType() - Method in enum class com.priint.pubserverapi.mail.BodyMimeType
Returns the string representation of the MIME type.
getType() - Method in class com.priint.pubserverapi.note.Note
 
getType() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
type of the TemplateForPageTemplate
getType() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getType() - Method in class com.priint.pubserverapi.preferences.Preference
Gets the type of the preference.
getType() - Method in class com.priint.pubserverapi.template.Template
 
getUid() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
uid of the TemplateForPageTemplate
getUpdatedBy() - Method in class com.priint.pubserverapi.document.Document
 
getUpdatedBy() - Method in class com.priint.pubserverapi.note.Note
 
getUpdatedBy() - Method in class com.priint.pubserverapi.note.NoteComment
 
getUpdatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getUpdatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getUpdatedBy() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getUpdatedBy() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getUpdatedBy() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getUpdatedBy() - Method in class com.priint.pubserverapi.publication.Publication
 
getUpdatedBy() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getUpdatedBy() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getUpdatedBy() - Method in class com.priint.pubserverapi.spread.Spread
 
getUpdatedById() - Method in class com.priint.pubserverapi.user.User
 
getUpdatedOn() - Method in class com.priint.pubserverapi.document.Document
 
getUpdatedOn() - Method in class com.priint.pubserverapi.note.Note
 
getUpdatedOn() - Method in class com.priint.pubserverapi.note.NoteComment
 
getUpdatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
getUpdatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getUpdatedOn() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getUpdatedOn() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getUpdatedOn() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getUpdatedOn() - Method in class com.priint.pubserverapi.publication.Publication
 
getUpdatedOn() - Method in class com.priint.pubserverapi.publication.PublicationType
 
getUpdatedOn() - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
getUpdatedOn() - Method in class com.priint.pubserverapi.spread.Spread
 
getUpdatedOn() - Method in class com.priint.pubserverapi.user.User
 
getUserAvatar(String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Retrieves the file name of the avatar associated with the user.
getUserByLogin(String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Retrieves a User by their login identifier.
getUserCheckedOutDocuments(String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Retrieves a set of documents currently checked out by a user and their locks.
getUserProjects(String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Retrieves a list of projects assigned to a user.
getUserProjects(String, boolean) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Retrieves a list of projects assigned to a user.
getUserServiceLocal() - Method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
getValue() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getValue() - Method in class com.priint.pubserverapi.preferences.CustomPreference
Gets the value of the preference.
getValue() - Method in class com.priint.pubserverapi.preferences.Preference
Gets the value of the preference.
getValue() - Method in class com.priint.pubserverapi.template.State
value of the State
getValue1() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getValue1() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getValue1Validator() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getValue2() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getValue2() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getValue2() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getValue2Validator() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getValue3() - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
getValue3() - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
getValue3() - Method in class com.priint.pubserverapi.parameter.Parameter
 
getValue3Validator() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getValues() - Method in class com.priint.pubserverapi.preferences.ListOfValues
 
getVerticalJust() - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
verticalJust of the TemplateForPageTemplate
getWidth() - Method in class com.priint.pubserverapi.note.Note
 
getWidth() - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
getWidthPt() - Method in class com.priint.pubserverapi.spread.Spread
 
getX() - Method in class com.priint.pubserverapi.note.Note
 
getY() - Method in class com.priint.pubserverapi.note.Note
 
givenName(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the given name of the Person in the query.
givenName(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the given name of the User in the query.
gridTemplate(boolean) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesQuery
Sets the gridTemplate boolean value of the page template in the query.
GROUP - Enum constant in enum class com.priint.pubserverapi.note.NoteReferenceType
 
groupName(String) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the group name of the Parameter in the query.
groupName(String) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the group name of the ParameterDefinition in the query.
groupName(String) - Method in interface com.priint.pubserverapi.parameter.ParameterQuery
Sets the group name of the Parameter in the query.
groupName(String) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the group name of the Parameter in the query.

H

hashCode() - Method in record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.DoNotLock
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.FailIfDocumentIsLocked
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.IgnoreExistingLocks
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.DocumentId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.DocumentPointer
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.FileBundle.FileHandle
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.FileBundle
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.Lock
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.Lock.Holder
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.IllustratorDesktop
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignServer
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.Neowise
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.PdfRenderer
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.downloads.DownloadId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.mail.Address
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.mail.MessageBody
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.note.NoteCommentId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.note.NoteId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.parameter.DropDownValueId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.parameter.ParameterId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.person.PersonId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.publication.PublicationId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.publication.PublicationTypeId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.spread.SpreadId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.team.TeamId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.template.TemplateId
Returns a hash code value for this object.
hashCode() - Method in record class com.priint.pubserverapi.user.UserId
Returns a hash code value for this object.
heightPixels() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns the value of the heightPixels record component.
holder() - Method in record class com.priint.pubserverapi.document.lock.Lock
Returns the value of the holder record component.
Holder(String, LockingApp) - Constructor for record class com.priint.pubserverapi.document.lock.Lock.Holder
Creates an instance of a Holder record class.
host() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the host record component.
hostApp() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the hostApp record component.

I

id - Variable in class com.priint.pubserverapi.template.Record
 
id(int) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the ID of the Parameter in the query.
id(int) - Method in interface com.priint.pubserverapi.parameter.ParameterQuery
Sets the ID of the Parameter in the query.
id(int) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the ID of the Parameter in the query.
id(int) - Method in interface com.priint.pubserverapi.publication.PublicationTypeXParamQuery
Sets the ID of the PublicationTypeXParam in the query.
id(DownloadId) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the ID of the Download in the query.
id(Integer) - Method in interface com.priint.pubserverapi.parameter.DropDownDefinitionQuery
Sets the ID of the DropDownDefinition in the query.
id(Integer) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the ID of the DropDownLanguage in the query.
id(Integer) - Method in interface com.priint.pubserverapi.parameter.DropDownValueQuery
Sets the ID of the DropDownValue in the query.
id(Integer) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the ID of the ParameterDefinition in the query.
id(Integer) - Method in interface com.priint.pubserverapi.spread.SpreadQuery
Sets the ID of the spread in the query.
id(Integer) - Method in interface com.priint.pubserverapi.template.TemplateQuery
Sets the ID of the template in the query.
id(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the ID of the Document in the query.
id(String) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the ID of the Note in the query.
id(String) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesQuery
Sets the ID of the page template in the query.
id(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the ID of the Person in the query.
id(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Assigns a person to the team
id(String) - Method in interface com.priint.pubserverapi.publication.PublicationTypeQuery
Sets the ID of the PublicationType in the query.
id(String) - Method in interface com.priint.pubserverapi.team.TeamQuery
Sets the id of the Team in the query
identifier(String) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the identifier of the Parameter in the query.
identifier(String) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the identifier of the ParameterDefinition in the query.
identifier(String) - Method in interface com.priint.pubserverapi.parameter.ParameterQuery
Sets the identifier of the Parameter in the query.
identifier(String) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the identifier of the Parameter in the query.
IgnoreExistingLocks() - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand.IgnoreExistingLocks
Creates an instance of a IgnoreExistingLocks record class.
ILLUSTRATOR_DESKTOP - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
IllustratorDesktop() - Constructor for record class com.priint.pubserverapi.document.lock.LockingApp.IllustratorDesktop
Creates an instance of a IllustratorDesktop record class.
IMAGE_JPEG - Enum constant in enum class com.priint.pubserverapi.mail.AttachmentMimeType
JPEG image file.
IMAGE_PNG - Enum constant in enum class com.priint.pubserverapi.mail.AttachmentMimeType
PNG image file.
ImageInfo(int, int, int, double) - Constructor for record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Creates an instance of a ImageInfo record class.
ImageSource - Enum Class in com.priint.pubserverapi.imageutils
 
ImageUtilsServiceLocal - Interface in com.priint.pubserverapi.imageutils
 
ImageUtilsServiceLocal.ImageInfo - Record Class in com.priint.pubserverapi.imageutils
 
IN_DESIGN_DESKTOP_ACCESSED_BY_PROCESS - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
IN_DESIGN_DESKTOP_ACCESSED_BY_USER - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
IN_DESIGN_SERVER - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
IN_PROGRESS - Enum constant in enum class com.priint.pubserverapi.note.NoteStatus
 
InDesignDesktop(LockingApp.InDesignDesktop.AccessType) - Constructor for record class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop
Creates an instance of a InDesignDesktop record class.
InDesignServer() - Constructor for record class com.priint.pubserverapi.document.lock.LockingApp.InDesignServer
Creates an instance of a InDesignServer record class.
INFORMATION - Enum constant in enum class com.priint.pubserverapi.note.NoteType
 
instance() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns the value of the instance record component.
INSTANCE - Enum constant in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
 
inStatusSinceMillis() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the inStatusSinceMillis record component.
ip() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the ip record component.
isActive() - Method in class com.priint.pubserverapi.project.Project
 
isCopyDocumentTemplates() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Indicates if document templates should be copied.
isCopyPageTemplates() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Indicates if page template should be copied.
isCopyParameters() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Indicates if parameters should be copied.
isCopyRights() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Indicates if rights should be copied.
isCopyTemplates() - Method in class com.priint.pubserverapi.publication.CopyPublicationElementsParams
Indicates if template should be copied.
isDeleted() - Method in class com.priint.pubserverapi.document.Document
 
isDeleted() - Method in class com.priint.pubserverapi.publication.Publication
 
isDeleteRight() - Method in class com.priint.pubserverapi.publication.PublicationRight
Checks if the delete right is granted.
isDocumentTemplate() - Method in class com.priint.pubserverapi.document.Document
 
isDocumentTemplate(boolean) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the document template flag of the Document in the query.
isDraft() - Method in class com.priint.pubserverapi.note.Note
 
isDraft(boolean) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the draft to the note of the Note in the query.
isFinished() - Method in class com.priint.pubserverapi.downloads.Download
 
isGridTemplate() - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
isInline() - Method in class com.priint.pubserverapi.mail.Attachment
Indicates whether the attachment should be rendered inline in the email.
isLocked() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
 
isMultiSelection() - Method in class com.priint.pubserverapi.preferences.ListOfValues
 
isParameterLinkedToDocuments(ParameterDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Checks if a parameter definition is linked to documents.
isParameterLinkedToPublications(ParameterDefinitionId) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Checks if a parameter definition is linked to publications.
isPublicationTypeInUse(PublicationTypeId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Checks if publication type is used by any publication
isReadRight() - Method in class com.priint.pubserverapi.publication.PublicationRight
Checks if the read right is granted.
isSelected() - Method in class com.priint.pubserverapi.preferences.Value
 
isSendNotification() - Method in class com.priint.pubserverapi.note.Note
 
isStatusValidForType(NoteType, NoteStatus) - Static method in class com.priint.pubserverapi.note.Note
 
isUnlocked() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
 
isWorkflowRight() - Method in class com.priint.pubserverapi.publication.PublicationRight
Checks if the workflow right is granted.
isWriteRight() - Method in class com.priint.pubserverapi.publication.PublicationRight
Checks if the write right is granted.
itemsToFetch() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the itemsToFetch record component.
itemsToFetch(Set<ObtainableItem>) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
iterator() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
 

K

keyName(String) - Method in interface com.priint.pubserverapi.preferences.CustomPreferencesQuery
Sets the keyName of the Preference in the query.
keyName(String) - Method in interface com.priint.pubserverapi.preferences.PreferencesQuery
Sets the keyName of the Preference in the query.
keyNameOfEntity(String) - Method in interface com.priint.pubserverapi.publication.PublicationTypeQuery
Sets the key name of the PublicationType entity in the query.

L

label(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the label of the Document in the query.
label(String) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesQuery
Sets the label of the page template in the query.
label(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the label of the Publication in the query.
label(String) - Method in interface com.priint.pubserverapi.publication.PublicationTypeQuery
Sets the label of the PublicationType in the query.
label(String) - Method in interface com.priint.pubserverapi.spread.SpreadQuery
Sets the label of the spread in the query.
label(String) - Method in interface com.priint.pubserverapi.template.TemplateQuery
Sets the label of the template in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the label of the Document in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesQuery
Sets a pattern to match the label of the page template in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the label of the Publication in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.publication.PublicationTypeQuery
Sets a pattern to match the label of the PublicationType in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.spread.SpreadQuery
Sets a pattern to match the label of the spread in the query.
labelLike(String) - Method in interface com.priint.pubserverapi.template.TemplateQuery
Sets a pattern to match the label of the template in the query.
language(String) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the language field of the DropDownLanguage in the query.
Layout - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
licenseInfo() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the licenseInfo record component.
linkParameterToPublicationType(PublicationTypeId, ParameterDefinitionId, int) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Links a parameter definition to a publication type.
linkParameterToPublicationType(PublicationTypeId, ParameterDefinitionId, int, int) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Links a parameter definition to a publication type with an initial creation flag.
linkProjectToResource(String, String) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Link a project to the Payara DB resource.
list() - Method in interface com.priint.pubserverapi.query.QueryBuilder
Executes the query and returns a list of results of type T.
listCurrentWorkers() - Method in interface com.priint.pubserverapi.infra.renderingservice.RenderingServiceStateServiceLocal
Fetches the current rendering-service instances and their workers.
listMediaAssets(String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Lists the media assets in a specific path for a tenant.
ListOfValues - Class in com.priint.pubserverapi.preferences
 
ListOfValues() - Constructor for class com.priint.pubserverapi.preferences.ListOfValues
 
Lock - Record Class in com.priint.pubserverapi.document.lock
 
Lock(Lock.Holder, LocalDateTime, String) - Constructor for record class com.priint.pubserverapi.document.lock.Lock
Creates an instance of a Lock record class.
Lock.Holder - Record Class in com.priint.pubserverapi.document.lock
 
lockDocument(DocumentPointer, Lock.Holder, String) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
lockDocumentWithoutFetchingFiles(DocumentPointer, Lock.Holder, String) - Method in interface com.priint.pubserverapi.document.DocumentCheckServiceLocal
 
LockedDocumentsQuery - Interface in com.priint.pubserverapi.document.lock
Interface for building queries to retrieve DocumentLocks entities.
lockedSince() - Method in record class com.priint.pubserverapi.document.lock.Lock
Returns the value of the lockedSince record component.
lockHolder() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns the value of the lockHolder record component.
lockHolder() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Returns the value of the lockHolder record component.
lockHolder(Lock.Holder) - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
LockingApp - Interface in com.priint.pubserverapi.document.lock
 
LockingApp.IllustratorDesktop - Record Class in com.priint.pubserverapi.document.lock
 
LockingApp.InDesignDesktop - Record Class in com.priint.pubserverapi.document.lock
 
LockingApp.InDesignDesktop.AccessType - Enum Class in com.priint.pubserverapi.document.lock
 
LockingApp.InDesignServer - Record Class in com.priint.pubserverapi.document.lock
 
LockingApp.Neowise - Record Class in com.priint.pubserverapi.document.lock
 
LockingApp.PdfRenderer - Record Class in com.priint.pubserverapi.document.lock
 
lockingMethod() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the lockingMethod record component.
lockingMethod(CheckOutCommand.LockingMethod) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
lockingSessionId() - Method in record class com.priint.pubserverapi.document.lock.Lock
Returns the value of the lockingSessionId record component.
lockingSessionId(String) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the project associated with the DocumentLocks in the query.
locks() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
Returns the value of the locks record component.
login() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
Returns the value of the login record component.
login() - Method in record class com.priint.pubserverapi.document.lock.Lock.Holder
Returns the value of the login record component.
login() - Method in record class com.priint.pubserverapi.document.lock.Lock
 
login(String) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightQuery
Sets the user login value to list user access rights
login(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the login of the Person in the query.
login(String) - Method in interface com.priint.pubserverapi.role.RoleQuery
Sets the login in the query.
login(String) - Method in interface com.priint.pubserverapi.team.TeamQuery
Sets the login of the Team in the query
login(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the login of the User in the query.

M

MailServiceException - Exception Class in com.priint.pubserverapi.exception
 
MailServiceException() - Constructor for exception class com.priint.pubserverapi.exception.MailServiceException
 
MailServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.MailServiceException
 
MailServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.MailServiceException
 
MailServiceLocal - Interface in com.priint.pubserverapi.mail
Local interface for sending emails within the Priint system.
message() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the message record component.
message() - Method in record class com.priint.pubserverapi.mail.MessageBody
Returns the textual content of the message body.
MessageBody - Record Class in com.priint.pubserverapi.mail
Represents the body content of an email message, including its MIME type.
MessageBody(BodyMimeType, String) - Constructor for record class com.priint.pubserverapi.mail.MessageBody
Constructs a new MessageBody with the specified MIME type and message content.
METADATA_ELEMENTS_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_GROUPS_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_ITEMS_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_MANIFEST_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_NOTES_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_PLACEHOLDERS_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_SPREADS_XML - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
METADATA_XMLS - Static variable in enum class com.priint.pubserverapi.document.ObtainableItem
 

N

name(String) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the name of the Parameter in the query.
name(String) - Method in interface com.priint.pubserverapi.parameter.DropDownDefinitionQuery
Sets the name of the DropDownDefinition in the query.
name(String) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the name of the ParameterDefinition in the query.
name(String) - Method in interface com.priint.pubserverapi.parameter.ParameterQuery
Sets the name of the Parameter in the query.
name(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the name of the Person in the query.
name(String) - Method in interface com.priint.pubserverapi.project.ProjectQuery
Sets the name of the Project in the query.
name(String) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the name of the Parameter in the query.
name(String) - Method in interface com.priint.pubserverapi.team.TeamQuery
Sets the name of the Team in the query
Neowise() - Constructor for record class com.priint.pubserverapi.document.lock.LockingApp.Neowise
Creates an instance of a Neowise record class.
NEOWISE - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
NewDocumentsRequest - Class in com.priint.restapi
 
NewDocumentsRequest() - Constructor for class com.priint.restapi.NewDocumentsRequest
 
NewDocumentsRequest(String, List<String>, String, String) - Constructor for class com.priint.restapi.NewDocumentsRequest
 
NewPublicationRequest - Class in com.priint.restapi
 
NewPublicationRequest() - Constructor for class com.priint.restapi.NewPublicationRequest
 
NONE - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
 
NONE - Enum constant in enum class com.priint.pubserverapi.note.NoteShape
 
NONE - Enum constant in enum class com.priint.pubserverapi.note.NoteStatus
 
nonEmpty() - Method in record class com.priint.pubserverapi.document.DocumentId
 
nonEmpty() - Method in record class com.priint.pubserverapi.downloads.DownloadId
 
nonEmpty() - Method in record class com.priint.pubserverapi.note.NoteCommentId
 
nonEmpty() - Method in record class com.priint.pubserverapi.note.NoteId
 
nonEmpty() - Method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
 
nonEmpty() - Method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
 
nonEmpty() - Method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
 
nonEmpty() - Method in record class com.priint.pubserverapi.parameter.DropDownValueId
 
nonEmpty() - Method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
 
nonEmpty() - Method in record class com.priint.pubserverapi.parameter.ParameterId
 
nonEmpty() - Method in record class com.priint.pubserverapi.person.PersonId
 
nonEmpty() - Method in record class com.priint.pubserverapi.publication.PublicationId
 
nonEmpty() - Method in record class com.priint.pubserverapi.publication.PublicationTypeId
 
nonEmpty() - Method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
 
nonEmpty() - Method in record class com.priint.pubserverapi.spread.SpreadId
 
nonEmpty() - Method in record class com.priint.pubserverapi.team.TeamId
 
nonEmpty() - Method in record class com.priint.pubserverapi.template.TemplateId
 
nonEmpty() - Method in record class com.priint.pubserverapi.user.UserId
 
NOT_DEFINED - Enum constant in enum class com.priint.pubserverapi.document.DocumentType
 
Note - Class in com.priint.pubserverapi.note
 
Note() - Constructor for class com.priint.pubserverapi.note.Note
 
NoteComment - Class in com.priint.pubserverapi.note
 
NoteComment() - Constructor for class com.priint.pubserverapi.note.NoteComment
 
NoteCommentId - Record Class in com.priint.pubserverapi.note
 
NoteCommentId(String) - Constructor for record class com.priint.pubserverapi.note.NoteCommentId
Creates an instance of a NoteCommentId record class.
NoteId - Record Class in com.priint.pubserverapi.note
 
NoteId(String) - Constructor for record class com.priint.pubserverapi.note.NoteId
Creates an instance of a NoteId record class.
NoteQuery - Interface in com.priint.pubserverapi.note
 
NoteReferenceType - Enum Class in com.priint.pubserverapi.note
 
NoteServiceException - Exception Class in com.priint.pubserverapi.exception
 
NoteServiceException() - Constructor for exception class com.priint.pubserverapi.exception.NoteServiceException
 
NoteServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.NoteServiceException
 
NoteServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.NoteServiceException
 
NoteServiceLocal - Interface in com.priint.pubserverapi.note
Local interface for managing notes.
NoteShape - Enum Class in com.priint.pubserverapi.note
 
NoteStatus - Enum Class in com.priint.pubserverapi.note
 
NoteType - Enum Class in com.priint.pubserverapi.note
 
NotImplementedException - Exception Class in com.priint.pubserverapi.exception
 
NotImplementedException() - Constructor for exception class com.priint.pubserverapi.exception.NotImplementedException
 
NotImplementedException(String) - Constructor for exception class com.priint.pubserverapi.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.NotImplementedException
 

O

objectId(String) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the delete flag of the Download in the query.
ObjectStorageConnectionState - Record Class in com.priint.pubserverapi.infra.objectstorage
This class describes object storage system the Pubserver connects to.
ObjectStorageConnectionState(String, String, String, boolean) - Constructor for record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Creates an instance of a ObjectStorageConnectionState record class.
objectStorageName() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns the value of the objectStorageName record component.
ObjectStorageStateServiceLocal - Interface in com.priint.pubserverapi.infra.objectstorage
 
ObtainableItem - Enum Class in com.priint.pubserverapi.document
 
of(int) - Static method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
 
of(int) - Static method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
 
of(int) - Static method in record class com.priint.pubserverapi.parameter.DropDownValueId
 
of(int) - Static method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
 
of(int) - Static method in record class com.priint.pubserverapi.parameter.ParameterId
 
of(int) - Static method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
 
of(int) - Static method in record class com.priint.pubserverapi.template.TemplateId
 
of(Integer) - Static method in record class com.priint.pubserverapi.spread.SpreadId
 
of(String) - Static method in record class com.priint.pubserverapi.document.DocumentId
 
of(String) - Static method in record class com.priint.pubserverapi.downloads.DownloadId
 
of(String) - Static method in record class com.priint.pubserverapi.note.NoteCommentId
 
of(String) - Static method in record class com.priint.pubserverapi.note.NoteId
 
of(String) - Static method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
 
of(String) - Static method in record class com.priint.pubserverapi.person.PersonId
 
of(String) - Static method in record class com.priint.pubserverapi.publication.PublicationId
 
of(String) - Static method in record class com.priint.pubserverapi.publication.PublicationTypeId
 
of(String) - Static method in record class com.priint.pubserverapi.team.TeamId
 
of(String) - Static method in record class com.priint.pubserverapi.user.UserId
 
OnlyIgnoreExistingLockIfSameUserLockedIt(String) - Constructor for record class com.priint.pubserverapi.document.CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
Creates an instance of a OnlyIgnoreExistingLockIfSameUserLockedIt record class.
openedBy(String) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the user who acquired the DocumentLocks in the query.
openedFrom(LocalDateTime) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the starting timestamp for when some of the DocumentLocks were acquired.
openedUntil(LocalDateTime) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the ending timestamp for when some of the DocumentLocks were acquired.

P

page(Integer) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the page number of the Note in the query.
PAGE - Enum constant in enum class com.priint.pubserverapi.note.NoteReferenceType
 
PageTemplate - Class in com.priint.pubserverapi.pagetemplate
 
PageTemplate() - Constructor for class com.priint.pubserverapi.pagetemplate.PageTemplate
 
PageTemplateBbox - Class in com.priint.pubserverapi.pagetemplate
 
PageTemplateBbox() - Constructor for class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
 
pageTemplateId(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the page template id of the Publication in the query.
PageTemplateId - Record Class in com.priint.pubserverapi.pagetemplate
 
PageTemplateId(String) - Constructor for record class com.priint.pubserverapi.pagetemplate.PageTemplateId
Creates an instance of a PageTemplateId record class.
PageTemplateServiceException - Exception Class in com.priint.pubserverapi.exception
 
PageTemplateServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PageTemplateServiceException
 
PageTemplateServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PageTemplateServiceException
 
PageTemplateServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PageTemplateServiceException
 
PageTemplatesQuery - Interface in com.priint.pubserverapi.pagetemplate
Interface for building queries to retrieve page template entities.
PageTemplatesServiceLocal - Interface in com.priint.pubserverapi.pagetemplate
Local interface for managing page templates.
PageTemplateType - Enum Class in com.priint.pubserverapi.pagetemplate
 
Parameter - Class in com.priint.pubserverapi.parameter
 
Parameter() - Constructor for class com.priint.pubserverapi.parameter.Parameter
 
ParameterDefinition - Class in com.priint.pubserverapi.parameter
 
ParameterDefinition() - Constructor for class com.priint.pubserverapi.parameter.ParameterDefinition
 
parameterDefinitionId(int) - Method in interface com.priint.pubserverapi.document.DocumentParameterQuery
Sets the parameter definition ID in the query.
parameterDefinitionId(int) - Method in interface com.priint.pubserverapi.parameter.ParameterQuery
Sets the parameter definition ID in the query.
parameterDefinitionId(int) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the parameter definition ID in the query.
parameterDefinitionId(Integer) - Method in interface com.priint.pubserverapi.publication.PublicationTypeXParamQuery
Sets the parameter definition ID of the PublicationTypeXParam in the query.
ParameterDefinitionId - Record Class in com.priint.pubserverapi.parameter
 
ParameterDefinitionId(int) - Constructor for record class com.priint.pubserverapi.parameter.ParameterDefinitionId
Creates an instance of a ParameterDefinitionId record class.
ParameterDefinitionQuery - Interface in com.priint.pubserverapi.parameter
Interface for building queries to retrieve ParameterDefinition entities.
ParameterId - Record Class in com.priint.pubserverapi.parameter
 
ParameterId(int) - Constructor for record class com.priint.pubserverapi.parameter.ParameterId
Creates an instance of a ParameterId record class.
ParameterQuery - Interface in com.priint.pubserverapi.parameter
Interface for querying Parameter entities of a document.
ParameterServiceException - Exception Class in com.priint.pubserverapi.exception
 
ParameterServiceException() - Constructor for exception class com.priint.pubserverapi.exception.ParameterServiceException
 
ParameterServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.ParameterServiceException
 
ParameterServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.ParameterServiceException
 
ParameterServiceLocal - Interface in com.priint.pubserverapi.parameter
Local interface for managing parameter definitions and dropdown elements in the system.
parentDropDownDefinitionId(Integer) - Method in interface com.priint.pubserverapi.parameter.DropDownValueQuery
Sets the parent dropdown definition ID of the DropDownValue in the query.
parentDropDownValueId(Integer) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the parent dropdown value ID of the DropDownLanguage in the query.
parentId(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the parent id (publication or folder) of the Publication in the query.
parentId(String, boolean) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the parent id (publication or folder) of the Document in the query.
parentId(String, boolean) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the parent id (publication or folder) of the Publication in the query.
PATH - Enum constant in enum class com.priint.pubserverapi.imageutils.ImageSource
Path to media object
PDF_RENDERER - Static variable in interface com.priint.pubserverapi.document.lock.LockingApp
 
PdfRenderer() - Constructor for record class com.priint.pubserverapi.document.lock.LockingApp.PdfRenderer
Creates an instance of a PdfRenderer record class.
permanentlyDeleteDocument(DocumentId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Deletes the document at the specified ID
permanentlyDeletePublication(PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Deletes publication at the specified ID
Person - Class in com.priint.pubserverapi.person
 
Person() - Constructor for class com.priint.pubserverapi.person.Person
 
personId(String) - Method in interface com.priint.pubserverapi.publication.PublicationRightQuery
Filters the query by person Id.
personId(String) - Method in interface com.priint.pubserverapi.team.TeamQuery
Sets the person id of the Team in the query
personId(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the person ID of the User in the query.
PersonId - Record Class in com.priint.pubserverapi.person
 
PersonId(String) - Constructor for record class com.priint.pubserverapi.person.PersonId
Creates an instance of a PersonId record class.
PersonQuery - Interface in com.priint.pubserverapi.person
Interface for building queries to retrieve Person entities.
PersonServiceException - Exception Class in com.priint.pubserverapi.exception
 
PersonServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PersonServiceException
 
PersonServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PersonServiceException
 
PersonServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PersonServiceException
 
PersonServiceLocal - Interface in com.priint.pubserverapi.person
Local interface for person-related services.
Placeholder - Class in com.priint.pubserverapi.template
 
Placeholder() - Constructor for class com.priint.pubserverapi.template.Placeholder
 
Placeholder(int, String) - Constructor for class com.priint.pubserverapi.template.Placeholder
 
PlannerEngineServiceLocator - Enum Class in com.priint.pubserverapi.plannerengine
 
Preference - Class in com.priint.pubserverapi.preferences
Represents a user preference with a name, value, description, and type.
Preference() - Constructor for class com.priint.pubserverapi.preferences.Preference
 
PreferenceServiceException - Exception Class in com.priint.pubserverapi.exception
 
PreferenceServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PreferenceServiceException
 
PreferenceServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PreferenceServiceException
 
PreferenceServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PreferenceServiceException
 
PreferencesQuery - Interface in com.priint.pubserverapi.preferences
A query interface for fetching and filtering Preference entities.
PreferencesServiceLocal - Interface in com.priint.pubserverapi.preferences
Interface for a Preferences Service class.
PreferenceType - Enum Class in com.priint.pubserverapi.preferences
 
Preparation - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
Preview - Class in com.priint.pubserverapi.template
 
Preview() - Constructor for class com.priint.pubserverapi.template.Preview
 
Preview(String) - Constructor for class com.priint.pubserverapi.template.Preview
 
PRIINTBPM - Enum constant in enum class com.priint.pubserverapi.preferences.PreferenceType
 
priintBpmName() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns the value of the priintBpmName record component.
PriintBpmStateServiceLocal - Interface in com.priint.pubserverapi.infra.priintbpm
 
priintBpmVersion() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns the value of the priintBpmVersion record component.
PriintBpmVersionInfo - Record Class in com.priint.pubserverapi.infra.priintbpm
This record describes the priint-bpm version Pubserver works with.
PriintBpmVersionInfo(String, String, String, String) - Constructor for record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Creates an instance of a PriintBpmVersionInfo record class.
PriintCacheServiceLocal - Interface in com.priint.pubserverapi.cache
Local interface for the cache service.
PriintStorageServiceLocal - Interface in com.priint.pubserverapi.objectstorage
Local interface for managing storage operations in the Priint system.
PRINT_PDF - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
processedDocumentCounter() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the processedDocumentCounter record component.
processIdentifier(String) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the processIdentifier of the Download in the query.
PROCESSING - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
 
processName(String) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the processName of the Download in the query.
processNameLike(String) - Method in interface com.priint.pubserverapi.downloads.DownloadQuery
Sets the label of the Download in the query.
project() - Method in record class com.priint.pubserverapi.document.DocumentPointer
Returns the value of the project record component.
project(String) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the project associated with the DocumentLocks in the query.
Project - Class in com.priint.pubserverapi.project
 
Project() - Constructor for class com.priint.pubserverapi.project.Project
 
Project(String, boolean) - Constructor for class com.priint.pubserverapi.project.Project
 
ProjectQuery - Interface in com.priint.pubserverapi.project
A query interface for fetching and filtering Project entities.
ProjectServiceException - Exception Class in com.priint.pubserverapi.exception
 
ProjectServiceException() - Constructor for exception class com.priint.pubserverapi.exception.ProjectServiceException
 
ProjectServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.ProjectServiceException
 
ProjectServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.ProjectServiceException
 
ProjectServiceLocal - Interface in com.priint.pubserverapi.project
 
Publication - Class in com.priint.pubserverapi.publication
 
Publication() - Constructor for class com.priint.pubserverapi.publication.Publication
 
PUBLICATION - Enum constant in enum class com.priint.pubserverapi.downloads.DownloadObjectType
 
publicationId(String) - Method in interface com.priint.pubserverapi.pagetemplate.PageTemplatesQuery
Sets the publication ID of the assigned page template in the query.
publicationId(String) - Method in interface com.priint.pubserverapi.publication.PublicationParameterQuery
Sets the ID of the Publication associated with the PublicationParameter in the query.
publicationId(String) - Method in interface com.priint.pubserverapi.publication.PublicationRightQuery
Filters the query by publication Id.
publicationId(String) - Method in interface com.priint.pubserverapi.template.TemplateQuery
Sets the publication ID of the assigned template in the query.
PublicationId - Record Class in com.priint.pubserverapi.publication
 
PublicationId(String) - Constructor for record class com.priint.pubserverapi.publication.PublicationId
Creates an instance of a PublicationId record class.
PublicationParameter - Class in com.priint.pubserverapi.publication
 
PublicationParameter() - Constructor for class com.priint.pubserverapi.publication.PublicationParameter
 
PublicationParameterQuery - Interface in com.priint.pubserverapi.publication
Interface for querying PublicationParameter entities.
PublicationQuery - Interface in com.priint.pubserverapi.publication
 
PublicationRight - Class in com.priint.pubserverapi.publication
Represents the publication rights for a specific publication, team, or person.
PublicationRight() - Constructor for class com.priint.pubserverapi.publication.PublicationRight
 
PublicationRightQuery - Interface in com.priint.pubserverapi.publication
A query interface for fetching and filtering PublicationRight entities.
PublicationRightServiceException - Exception Class in com.priint.pubserverapi.exception
 
PublicationRightServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PublicationRightServiceException
 
PublicationRightServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PublicationRightServiceException
 
PublicationRightServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PublicationRightServiceException
 
PublicationRightsServiceLocal - Interface in com.priint.pubserverapi.publication
Interface for a PublicationRight Service class.
PublicationSequenceServiceLocal - Interface in com.priint.pubserverapi.publication
Interface for a publication sequence service class.
PublicationServiceException - Exception Class in com.priint.pubserverapi.exception
 
PublicationServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PublicationServiceException
 
PublicationServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PublicationServiceException
 
PublicationServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PublicationServiceException
 
PublicationServiceLocal - Interface in com.priint.pubserverapi.publication
Interface for a publication service class.
PublicationType - Class in com.priint.pubserverapi.publication
 
PublicationType() - Constructor for class com.priint.pubserverapi.publication.PublicationType
 
publicationTypeId(PublicationTypeId) - Method in interface com.priint.pubserverapi.parameter.ParameterDefinitionQuery
Sets the publication type ID associated with the ParameterDefinition in the query.
publicationTypeId(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the publication type id of the Publication in the query.
publicationTypeId(String) - Method in interface com.priint.pubserverapi.publication.PublicationTypeXParamQuery
Sets the publication type ID of the PublicationTypeXParam in the query.
PublicationTypeId - Record Class in com.priint.pubserverapi.publication
 
PublicationTypeId(String) - Constructor for record class com.priint.pubserverapi.publication.PublicationTypeId
Creates an instance of a PublicationTypeId record class.
PublicationTypeQuery - Interface in com.priint.pubserverapi.publication
Interface for building queries to retrieve PublicationType entities.
PublicationTypeServiceException - Exception Class in com.priint.pubserverapi.exception
 
PublicationTypeServiceException() - Constructor for exception class com.priint.pubserverapi.exception.PublicationTypeServiceException
 
PublicationTypeServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.PublicationTypeServiceException
 
PublicationTypeServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PublicationTypeServiceException
 
PublicationTypeServiceLocal - Interface in com.priint.pubserverapi.publication
Local interface for publication type / parameter definition cross related services.
PublicationTypeXParam - Class in com.priint.pubserverapi.publication
 
PublicationTypeXParam() - Constructor for class com.priint.pubserverapi.publication.PublicationTypeXParam
 
PublicationTypeXParamId - Record Class in com.priint.pubserverapi.publication
 
PublicationTypeXParamId(int) - Constructor for record class com.priint.pubserverapi.publication.PublicationTypeXParamId
Creates an instance of a PublicationTypeXParamId record class.
PublicationTypeXParamQuery - Interface in com.priint.pubserverapi.publication
Interface for building queries to retrieve PublicationTypeXParam entities.
PUBSERVER - Enum constant in enum class com.priint.pubserverapi.preferences.PreferenceType
 
PubServerBaseException - Exception Class in com.priint.pubserverapi.exception
 
PubServerBaseException() - Constructor for exception class com.priint.pubserverapi.exception.PubServerBaseException
 
PubServerBaseException(String) - Constructor for exception class com.priint.pubserverapi.exception.PubServerBaseException
 
PubServerBaseException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.PubServerBaseException
 

Q

QueryBuilder<T> - Interface in com.priint.pubserverapi.query
A generic interface for executing queries that return one or more results.

R

readMediaObject(MediaObject, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Reads an image from the media object.
readMediaObject(String, MediaObject, ImageSource) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Reads an image from a media object.
Record - Class in com.priint.pubserverapi.template
 
Record() - Constructor for class com.priint.pubserverapi.template.Record
 
Record(int, int, int, String) - Constructor for class com.priint.pubserverapi.template.Record
 
RECTANGLE - Enum constant in enum class com.priint.pubserverapi.note.NoteShape
 
REGULAR - Enum constant in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
 
REGULAR - Enum constant in enum class com.priint.pubserverapi.template.TemplateType
 
releaseAllLocksFromADocument(DocumentPointer) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
releaseExistingLocksCreatedForSession(String) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
renderingServerInfo() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns the value of the renderingServerInfo record component.
RenderingServerInfo(String, String, String, String, String, String, String, String, String, String, String, long, String) - Constructor for record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Creates an instance of a RenderingServerInfo record class.
RenderingServiceDescriptor - Record Class in com.priint.pubserverapi.infra.renderingservice
This class models the current state of any rendering-service instance known to the Pubserver.
RenderingServiceDescriptor(String, String, List<WorkerDescriptor>, LocalDateTime) - Constructor for record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Creates an instance of a RenderingServiceDescriptor record class.
renderingServiceName() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns the value of the renderingServiceName record component.
RenderingServiceStateServiceLocal - Interface in com.priint.pubserverapi.infra.renderingservice
 
renderingServiceVersion() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns the value of the renderingServiceVersion record component.
resetPassword(String, String, boolean) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Resets the password for a user with the given login.
restoreDeletedDocument(DocumentId) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
change "deleted" the flag to "0" document at the specified ID
restoreDeletedPublication(PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
change "deleted" the flag to "0" publication at the specified ID
Review - Enum constant in enum class com.priint.pubserverapi.document.DocumentStage
 
rightKeyName(String) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightQuery
Sets the right keyname of the AssignedAccessRight in the query.
Role - Class in com.priint.pubserverapi.role
 
Role() - Constructor for class com.priint.pubserverapi.role.Role
 
Role(String, String) - Constructor for class com.priint.pubserverapi.role.Role
 
roleLabel(String) - Method in interface com.priint.pubserverapi.role.RoleQuery
Sets the role label of the Role in the query.
roleLabelLike(String) - Method in interface com.priint.pubserverapi.role.RoleQuery
Restrict to roles that have a label that has the parameter value as a substring.
roleName(String) - Method in interface com.priint.pubserverapi.access.AssignedAccessRightQuery
Sets the roleName of the AssignedAccessRight in the query.
roleName(String) - Method in interface com.priint.pubserverapi.role.RoleQuery
Sets the role name of the Role in the query.
roleName(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the role name associated with the User in the query.
RoleQuery - Interface in com.priint.pubserverapi.role
Interface for building queries to retrieve Role entities.
RoleServiceException - Exception Class in com.priint.pubserverapi.exception
 
RoleServiceException() - Constructor for exception class com.priint.pubserverapi.exception.RoleServiceException
 
RoleServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.RoleServiceException
 
RoleServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.RoleServiceException
 
RoleServiceLocal - Interface in com.priint.pubserverapi.role
 

S

scaleProportional(byte[], int, int) - Method in interface com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal
Scales an image proportionally to fit within the specified width and height.
send(List<Address>, String, MessageBody) - Method in interface com.priint.pubserverapi.mail.MailServiceLocal
Sends an email to the specified recipients with the given subject and message body.
send(List<Address>, String, MessageBody, List<Attachment>) - Method in interface com.priint.pubserverapi.mail.MailServiceLocal
Sends an email to the specified recipients with the given subject, message body, and attachments.
sessionId() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns the value of the sessionId record component.
sessionId() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns the value of the sessionId record component.
sessionId(String) - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
sessionId(String) - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
setActive(boolean) - Method in class com.priint.pubserverapi.project.Project
 
setActive(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setActive(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setActive(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setActive(String) - Method in class com.priint.pubserverapi.user.User
 
setAssignedOn(String) - Method in class com.priint.pubserverapi.note.Note
 
setAssignedTo(String) - Method in class com.priint.pubserverapi.note.Note
 
setAutolink(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setAutoOpposite(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setAutoSuccessor(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setBarrier(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setbBox(PageTemplateBbox) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setBottom(double) - Method in class com.priint.pubserverapi.template.BBox
 
setBottom(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
setBottomPos(Double) - Method in class com.priint.pubserverapi.template.Template
 
setBuildDirection(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setBuildSupportScript(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setColor(Integer) - Method in class com.priint.pubserverapi.note.Note
 
setColor(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setColorId(String) - Method in class com.priint.pubserverapi.user.User
 
setColorIndex(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setComments(List<NoteComment>) - Method in class com.priint.pubserverapi.note.Note
 
setContent(byte[]) - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
setContent(String) - Method in class com.priint.pubserverapi.note.Note
 
setContent(String) - Method in class com.priint.pubserverapi.note.NoteComment
 
setContinue(int) - Method in class com.priint.pubserverapi.template.Spread
 
setCountry(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.document.Document
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.note.Note
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.note.NoteComment
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setCreatedBy(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setCreatedById(String) - Method in class com.priint.pubserverapi.user.User
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.document.Document
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.note.Note
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.note.NoteComment
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setCreatedOn(String) - Method in class com.priint.pubserverapi.user.User
 
setData(Data) - Method in class com.priint.pubserverapi.template.Template
 
setDataSrc(String) - Method in class com.priint.pubserverapi.template.Data
 
setDefaultCheckbox(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDefaultDropDownValueId(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDefaultMenuID(String) - Method in class com.priint.pubserverapi.user.User
 
setDefaultTextValue1(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDefaultTextValue2(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDefaultTextValue3(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDeleted(boolean) - Method in class com.priint.pubserverapi.document.Document
 
setDeleted(boolean) - Method in class com.priint.pubserverapi.publication.Publication
 
setDeleted(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDeleteRight(boolean) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the delete right.
setDescription(String) - Method in class com.priint.pubserverapi.document.Document
 
setDescription(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setDescription(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setDescription(String) - Method in class com.priint.pubserverapi.template.Template
 
setDescription(String) - Method in class com.priint.restapi.NewPublicationRequest
 
setDocName(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setDocumentId(DocumentId) - Method in class com.priint.pubserverapi.document.DocumentParameter
 
setDocumentId(DocumentId) - Method in class com.priint.pubserverapi.note.Note
 
setDocumentId(DocumentId) - Method in class com.priint.pubserverapi.spread.Spread
 
setDocumentId(DocumentId) - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
setDocumentStage(DocumentStage) - Method in class com.priint.pubserverapi.document.Document
 
setDocumentTemplate(boolean) - Method in class com.priint.pubserverapi.document.Document
 
setDocumentTemplateId(DocumentId) - Method in class com.priint.pubserverapi.document.Document
 
setDocumentTemplateId(String) - Method in class com.priint.restapi.NewDocumentsRequest
 
setDocumentType(DocumentType) - Method in class com.priint.pubserverapi.document.Document
 
setDomain(Domain) - Method in class com.priint.pubserverapi.template.Template
 
setDraft(boolean) - Method in class com.priint.pubserverapi.note.Note
 
setDropdownDefinitionId(DropDownDefinitionId) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setDropDownId(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setDropdownLanguages(List<DropDownLanguage>) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setDropDownValueId(DropDownValueId) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setDropDownValueId(DropDownValueId) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setDropDownValueList(List<DropDownValue>) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setEmail(String) - Method in class com.priint.pubserverapi.person.Person
 
setEmail(String) - Method in class com.priint.pubserverapi.user.User
 
setEntityId(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setEntityID(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setEntityModel(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setEntityModel(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setExecRight(Integer) - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
setFileName(String) - Method in class com.priint.pubserverapi.document.Document
 
setFileName(String) - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
setFinished(boolean) - Method in class com.priint.pubserverapi.downloads.Download
 
setFinishedOn(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setForeignsystemkey(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setForeignSystemKey(String) - Method in class com.priint.pubserverapi.document.Document
 
setForeignSystemKey(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setFormat(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setGivenName(String) - Method in class com.priint.pubserverapi.person.Person
 
setGivenName(String) - Method in class com.priint.pubserverapi.user.User
 
setGridTemplate(boolean) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setGroupName(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setGroupName(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setHasMultipleFrames(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setHasMultipleObjects(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setHasShapes(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setHeight(int) - Method in class com.priint.pubserverapi.note.Note
 
setHeight(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setHeightPt(Float) - Method in class com.priint.pubserverapi.spread.Spread
 
setHelptext(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setHelpText(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setId(int) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
setId(int) - Method in class com.priint.pubserverapi.template.Domain
 
setId(int) - Method in class com.priint.pubserverapi.template.Placeholder
 
setId(int) - Method in class com.priint.pubserverapi.template.Record
 
setId(int) - Method in class com.priint.pubserverapi.template.Spread
 
setId(int) - Method in class com.priint.pubserverapi.template.State
State.getId()
setId(int) - Method in class com.priint.pubserverapi.template.Type
 
setId(DocumentId) - Method in class com.priint.pubserverapi.document.Document
 
setId(DownloadId) - Method in class com.priint.pubserverapi.downloads.Download
 
setId(NoteCommentId) - Method in class com.priint.pubserverapi.note.NoteComment
 
setId(NoteId) - Method in class com.priint.pubserverapi.note.Note
 
setId(PageTemplateId) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setId(DropDownDefinitionId) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setId(DropDownLanguageId) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setId(DropDownValueId) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setId(ParameterDefinitionId) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setId(ParameterId) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setId(PersonId) - Method in class com.priint.pubserverapi.person.Person
 
setId(PublicationId) - Method in class com.priint.pubserverapi.publication.Publication
 
setId(PublicationTypeId) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setId(PublicationTypeXParamId) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setId(SpreadId) - Method in class com.priint.pubserverapi.spread.Spread
 
setId(TeamId) - Method in class com.priint.pubserverapi.team.Team
 
setId(TemplateId) - Method in class com.priint.pubserverapi.template.Template
 
setId(String) - Method in class com.priint.pubserverapi.preferences.Value
 
setId2(int) - Method in class com.priint.pubserverapi.template.Record
 
setId3(int) - Method in class com.priint.pubserverapi.template.Record
 
setIdentifier(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setIdentifier(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setInitialCreation(int) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setJustificationEnabled(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setJustificationScript(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setJustificationX(Double) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setJustificationY(Double) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setKeyName(String) - Method in class com.priint.pubserverapi.preferences.CustomPreference
Sets the name of the preference.
setKeyName(String) - Method in class com.priint.pubserverapi.preferences.Preference
Sets the name of the preference.
setKeyNameOfEntity(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setKind(String) - Method in class com.priint.pubserverapi.template.Template
 
setLabel(String) - Method in class com.priint.pubserverapi.document.Document
 
setLabel(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setLabel(String) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setLabel(String) - Method in class com.priint.pubserverapi.preferences.Value
 
setLabel(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setLabel(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setLabel(String) - Method in class com.priint.pubserverapi.role.Role
 
setLabel(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setLabel(String) - Method in class com.priint.restapi.NewPublicationRequest
 
setLanguage(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setLastLogin(String) - Method in class com.priint.pubserverapi.user.User
 
setLayerIndex(Integer) - Method in class com.priint.pubserverapi.note.Note
 
setLeft(double) - Method in class com.priint.pubserverapi.template.BBox
 
setLeft(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
setLeftItem(int) - Method in class com.priint.pubserverapi.template.Spread
 
setLeftPos(Double) - Method in class com.priint.pubserverapi.template.Template
 
setLogin(String) - Method in class com.priint.pubserverapi.person.Person
 
setLogin(String) - Method in class com.priint.pubserverapi.user.User
 
setMagnets(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setMarginBottom(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setMarginLeft(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setMarginRight(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setMarginTop(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setMasterPage(String) - Method in class com.priint.restapi.NewDocumentsRequest
 
setMasterPages(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setMemberships(String) - Method in class com.priint.pubserverapi.template.Template
 
setMiddleItem(int) - Method in class com.priint.pubserverapi.template.Spread
 
setMinimumDistX(Double) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setMinimumDistY(Double) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setMinimumVerticalJust(Double) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setMinimumVerticalJustEnabled(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setMirrored(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setMultiSelection(boolean) - Method in class com.priint.pubserverapi.preferences.ListOfValues
 
setName(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setName(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setName(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setName(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setName(String) - Method in class com.priint.pubserverapi.person.Person
 
setName(String) - Method in class com.priint.pubserverapi.project.Project
 
setName(String) - Method in class com.priint.pubserverapi.role.Role
 
setName(String) - Method in class com.priint.pubserverapi.team.Team
 
setName(String) - Method in class com.priint.pubserverapi.template.Domain
 
setName(String) - Method in class com.priint.pubserverapi.template.Placeholder
 
setName(String) - Method in class com.priint.pubserverapi.template.Template
 
setName(String) - Method in class com.priint.pubserverapi.template.Type
 
setName(String) - Method in class com.priint.pubserverapi.user.User
 
setNewDocumentNames(List<String>) - Method in class com.priint.restapi.NewDocumentsRequest
 
setNumberOfTextfields(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setObjectId(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setObjectType(DownloadObjectType) - Method in class com.priint.pubserverapi.downloads.Download
 
setOpposite(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setOwnerId(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPage(Integer) - Method in class com.priint.pubserverapi.note.Note
 
setPageCount(Integer) - Method in class com.priint.pubserverapi.spread.Spread
 
setPageHeight(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPageNum(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPageTemplateId(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPageTemplateType(PageTemplateType) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPageType(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setPageWidth(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setParameterDefinitionId(ParameterDefinitionId) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setParameterDefinitionId(ParameterDefinitionId) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setParentId(PublicationId) - Method in class com.priint.pubserverapi.document.Document
 
setParentId(PublicationId) - Method in class com.priint.pubserverapi.publication.Publication
 
setParentId(String) - Method in class com.priint.restapi.NewDocumentsRequest
 
setParentPublicationId(PublicationId) - Method in class com.priint.restapi.NewPublicationRequest
 
setPassword(String) - Method in class com.priint.pubserverapi.user.User
 
setPersonId(String) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the Id of the person.
setPersonId(String) - Method in class com.priint.pubserverapi.user.User
 
setPersons(List<Person>) - Method in class com.priint.pubserverapi.team.Team
 
setPlaceholder(Placeholder) - Method in class com.priint.pubserverapi.template.Template
 
setPosition(String) - Method in class com.priint.pubserverapi.template.Spread
 
setPreview(Preview) - Method in class com.priint.pubserverapi.template.Template
 
setPreviewSrc(String) - Method in class com.priint.pubserverapi.template.Preview
 
setPreviewType(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setProcessId(String) - Method in class com.priint.pubserverapi.note.Note
 
setProcessIdentifier(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setProcessName(String) - Method in class com.priint.pubserverapi.downloads.Download
 
setPublicationId(PublicationId) - Method in class com.priint.pubserverapi.publication.PublicationParameter
 
setPublicationId(PublicationId) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setPublicationId(String) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the Id of the publication.
setPublicationTypeId(PublicationTypeId) - Method in class com.priint.pubserverapi.publication.Publication
 
setPublicationTypeId(PublicationTypeId) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setPublicationTypeId(PublicationTypeId) - Method in class com.priint.restapi.NewPublicationRequest
 
setReadRight(boolean) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the read right.
setRecord(Record) - Method in class com.priint.pubserverapi.template.Template
 
setRecordStringId(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setRecordStringId(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setReferenceId(Integer) - Method in class com.priint.pubserverapi.note.Note
 
setReferenceType(NoteReferenceType) - Method in class com.priint.pubserverapi.note.Note
 
setRight(double) - Method in class com.priint.pubserverapi.template.BBox
 
setRight(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
setRightItem(int) - Method in class com.priint.pubserverapi.template.Spread
 
setRightKeyName(String) - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
setRightPos(Double) - Method in class com.priint.pubserverapi.template.Template
 
setRoleName(String) - Method in class com.priint.pubserverapi.access.AssignedAccessRight
 
setRotation(double) - Method in class com.priint.pubserverapi.note.Note
 
setScriptId(int) - Method in class com.priint.pubserverapi.template.Spread
 
setSelected(boolean) - Method in class com.priint.pubserverapi.preferences.Value
 
setSendNotification(boolean) - Method in class com.priint.pubserverapi.note.Note
 
setSequence(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setShape(NoteShape) - Method in class com.priint.pubserverapi.note.Note
 
setSort(int) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setSort(int) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setSort(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setSort(int) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setSort(int) - Method in class com.priint.pubserverapi.spread.Spread
 
setSort(Integer) - Method in class com.priint.pubserverapi.document.Document
 
setSort(Integer) - Method in class com.priint.pubserverapi.publication.Publication
 
setSourceDocumentId(DocumentId) - Method in class com.priint.pubserverapi.document.Document
 
setSpread(Spread) - Method in class com.priint.pubserverapi.template.Template
 
setSpreadId(SpreadId) - Method in class com.priint.pubserverapi.note.Note
 
setSpreadId(SpreadId) - Method in class com.priint.pubserverapi.spread.SpreadPreview
 
setStartPage(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setState(State) - Method in class com.priint.pubserverapi.template.Template
 
setStatus(NoteStatus) - Method in class com.priint.pubserverapi.note.Note
 
setStringId(String) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setStringId(String) - Method in class com.priint.pubserverapi.template.Record
 
setStylesVerticalJust(String) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setStylesVerticalJustEnabled(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setSuccessor(Integer) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setSurname(String) - Method in class com.priint.pubserverapi.person.Person
 
setSurname(String) - Method in class com.priint.pubserverapi.user.User
 
setTeamId(String) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the Id of the team.
setTemplates(List<TemplateForPageTemplate>) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplate
 
setTextflowPrefix1(String) - Method in class com.priint.pubserverapi.template.Template
 
setTextflowPrefix1Action(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setTextflowPrefixN(String) - Method in class com.priint.pubserverapi.template.Template
 
setTextflowPrefixNAction(Integer) - Method in class com.priint.pubserverapi.template.Template
 
setTimestamp(long) - Method in class com.priint.pubserverapi.template.Template
 
setTitle(String) - Method in class com.priint.pubserverapi.note.Note
 
setTop(double) - Method in class com.priint.pubserverapi.template.BBox
 
setTop(Double) - Method in class com.priint.pubserverapi.pagetemplate.PageTemplateBbox
setTopPos(Double) - Method in class com.priint.pubserverapi.template.Template
 
setType(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setType(PreferenceType) - Method in class com.priint.pubserverapi.preferences.Preference
Sets the type of the preference.
setType(Type) - Method in class com.priint.pubserverapi.template.Template
 
setType(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setTypeAndStatus(NoteType, NoteStatus) - Method in class com.priint.pubserverapi.note.Note
 
setUid(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setUpdatedBy(String) - Method in class com.priint.pubserverapi.document.Document
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.note.Note
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.note.NoteComment
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setUpdatedBy(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setUpdatedById(String) - Method in class com.priint.pubserverapi.user.User
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.document.Document
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.note.Note
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.note.NoteComment
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownDefinition
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.publication.Publication
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.publication.PublicationType
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.publication.PublicationTypeXParam
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.spread.Spread
 
setUpdatedOn(String) - Method in class com.priint.pubserverapi.user.User
 
setValue(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setValue(String) - Method in class com.priint.pubserverapi.preferences.CustomPreference
Sets the value of the preference.
setValue(String) - Method in class com.priint.pubserverapi.preferences.Preference
Sets the value of the preference.
setValue(String) - Method in class com.priint.pubserverapi.template.State
State.getValue()
setValue1(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setValue1(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setValue1Validator(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setValue2(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setValue2(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setValue2(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setValue2Validator(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setValue3(String) - Method in class com.priint.pubserverapi.parameter.DropDownLanguage
 
setValue3(String) - Method in class com.priint.pubserverapi.parameter.DropDownValue
 
setValue3(String) - Method in class com.priint.pubserverapi.parameter.Parameter
 
setValue3Validator(String) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setValues(List<Value>) - Method in class com.priint.pubserverapi.preferences.ListOfValues
 
setVerticalJust(Integer) - Method in class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
setWidth(int) - Method in class com.priint.pubserverapi.note.Note
 
setWidth(int) - Method in class com.priint.pubserverapi.parameter.ParameterDefinition
 
setWidthPt(Float) - Method in class com.priint.pubserverapi.spread.Spread
 
setWorkflowRight(boolean) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the workflow right.
setWriteRight(boolean) - Method in class com.priint.pubserverapi.publication.PublicationRight
Sets the write right.
setX(int) - Method in class com.priint.pubserverapi.note.Note
 
setY(int) - Method in class com.priint.pubserverapi.note.Note
 
shouldLockBeReleased() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns the value of the shouldLockBeReleased record component.
shouldLockBeReleased(boolean) - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
singleResult() - Method in interface com.priint.pubserverapi.query.QueryBuilder
Executes the query and returns a single result of type T.
sourceDocumentId(String) - Method in interface com.priint.pubserverapi.document.DocumentQuery
Sets the source document ID of the Document in the query.
Spread - Class in com.priint.pubserverapi.spread
 
Spread - Class in com.priint.pubserverapi.template
 
Spread() - Constructor for class com.priint.pubserverapi.spread.Spread
 
Spread() - Constructor for class com.priint.pubserverapi.template.Spread
 
Spread(int, String, int, int, int) - Constructor for class com.priint.pubserverapi.template.Spread
 
SPREAD_PREVIEWS - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
spreadId(Integer) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the spread id of the Note in the query.
SpreadId - Record Class in com.priint.pubserverapi.spread
 
SpreadId(Integer) - Constructor for record class com.priint.pubserverapi.spread.SpreadId
Creates an instance of a SpreadId record class.
SpreadPreview - Class in com.priint.pubserverapi.spread
 
SpreadPreview() - Constructor for class com.priint.pubserverapi.spread.SpreadPreview
 
SpreadQuery - Interface in com.priint.pubserverapi.spread
Interface for building queries to retrieve spread entities.
SpreadServiceException - Exception Class in com.priint.pubserverapi.exception
 
SpreadServiceException() - Constructor for exception class com.priint.pubserverapi.exception.SpreadServiceException
 
SpreadServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.SpreadServiceException
 
SpreadServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.SpreadServiceException
 
SpreadServiceLocal - Interface in com.priint.pubserverapi.spread
Local interface for managing spreads.
State - Class in com.priint.pubserverapi.template
 
State() - Constructor for class com.priint.pubserverapi.template.State
 
State(int, String) - Constructor for class com.priint.pubserverapi.template.State
 
STATIC - Enum constant in enum class com.priint.pubserverapi.document.DocumentType
 
status() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns the value of the status record component.
status(NoteStatus) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the status id of the Note in the query.
Status(String, Long, String, String, WorkerDescriptor.WorkerStatus, WorkerDescriptor.ExternalTaskStatus, long) - Constructor for record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Creates an instance of a Status record class.
stream() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
 
surname(String) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the surname of the Person in the query.
surname(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the surname of the User in the query.
synchronizeUser(User, Set<String>, Set<String>, String, String, String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Synchronizes the user's information with the remote system.
synchronizeUser(User, Set<String>, Set<String>, Set<String>, String, String, String) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Synchronizes the user's information with the remote system.

T

TABLE - Enum constant in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
 
TABLE - Enum constant in enum class com.priint.pubserverapi.template.TemplateType
 
taskId() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the taskId record component.
taskStatus() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the taskStatus record component.
Team - Class in com.priint.pubserverapi.team
 
Team() - Constructor for class com.priint.pubserverapi.team.Team
 
teamId(TeamId) - Method in interface com.priint.pubserverapi.person.PersonQuery
Sets the team ID associated with the Person in the query.
teamId(String) - Method in interface com.priint.pubserverapi.publication.PublicationRightQuery
Filters the query by team Id.
teamId(String) - Method in interface com.priint.pubserverapi.user.UserQuery
Sets the team ID associated with the User in the query.
TeamId - Record Class in com.priint.pubserverapi.team
 
TeamId(String) - Constructor for record class com.priint.pubserverapi.team.TeamId
Creates an instance of a TeamId record class.
TeamQuery - Interface in com.priint.pubserverapi.team
 
TeamServiceException - Exception Class in com.priint.pubserverapi.exception
 
TeamServiceException() - Constructor for exception class com.priint.pubserverapi.exception.TeamServiceException
 
TeamServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.TeamServiceException
 
TeamServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.TeamServiceException
 
TeamServiceLocal - Interface in com.priint.pubserverapi.team
Local interface for managing teams.
TECHNICAL_ERROR - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
 
Template - Class in com.priint.pubserverapi.template
 
Template() - Constructor for class com.priint.pubserverapi.template.Template
 
Template(TemplateId) - Constructor for class com.priint.pubserverapi.template.Template
 
TemplateForPageTemplate - Class in com.priint.pubserverapi.pagetemplate
 
TemplateForPageTemplate() - Constructor for class com.priint.pubserverapi.pagetemplate.TemplateForPageTemplate
 
templateId(String) - Method in interface com.priint.pubserverapi.publication.PublicationQuery
Sets the template id of the Publication in the query.
TemplateId - Record Class in com.priint.pubserverapi.template
 
TemplateId(int) - Constructor for record class com.priint.pubserverapi.template.TemplateId
Creates an instance of a TemplateId record class.
TemplateQuery - Interface in com.priint.pubserverapi.template
Interface for building queries to retrieve template entities.
TemplateServiceException - Exception Class in com.priint.pubserverapi.exception
 
TemplateServiceException() - Constructor for exception class com.priint.pubserverapi.exception.TemplateServiceException
 
TemplateServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.TemplateServiceException
 
TemplateServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.TemplateServiceException
 
TemplateServiceLocal - Interface in com.priint.pubserverapi.template
Local interface for managing templates.
templateType(TemplateType) - Method in interface com.priint.pubserverapi.template.TemplateQuery
Sets the template type in the query.
TemplateType - Enum Class in com.priint.pubserverapi.template
 
tenant() - Method in record class com.priint.pubserverapi.document.DocumentPointer
Returns the value of the tenant record component.
tenant(String) - Method in interface com.priint.pubserverapi.document.lock.LockedDocumentsQuery
Sets the project associated with the DocumentLocks in the query.
TEXT_CSV - Enum constant in enum class com.priint.pubserverapi.mail.AttachmentMimeType
CSV (Comma-Separated Values) file.
TEXT_HTML - Enum constant in enum class com.priint.pubserverapi.mail.BodyMimeType
HTML formatted message body.
TEXT_PLAIN - Enum constant in enum class com.priint.pubserverapi.mail.BodyMimeType
Plain text message body.
threadId() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the threadId record component.
timestamp - Variable in class com.priint.pubserverapi.template.Record
 
timestamp() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns the value of the timestamp record component.
title(String) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the title of the Note in the query.
TO - Enum constant in enum class com.priint.pubserverapi.mail.AddressType
Primary recipient of the email.
TODO - Enum constant in enum class com.priint.pubserverapi.note.NoteType
 
topic() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns the value of the topic record component.
toString() - Method in class com.priint.pubserverapi.document.CheckInCommand.CheckInCommandBuilder
 
toString() - Method in record class com.priint.pubserverapi.document.CheckInCommand.FileHandle
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckInCommand
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.AcquireLock
Returns a string representation of this record class.
toString() - Method in class com.priint.pubserverapi.document.CheckOutCommand.CheckOutCommandBuilder
 
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.DoNotLock
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.FailIfDocumentIsLocked
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.IgnoreExistingLocks
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.CheckOutCommand
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.DocumentId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.DocumentPointer
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.FileBundle.FileHandle
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.FileBundle
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.DocumentLocks
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.Lock.Holder
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.Lock
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.IllustratorDesktop
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.InDesignServer
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.Neowise
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.document.lock.LockingApp.PdfRenderer
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.downloads.DownloadId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.priintbpm.PriintBpmVersionInfo
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.mail.Address
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.mail.MessageBody
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.note.NoteCommentId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.note.NoteId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.parameter.DropDownValueId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.parameter.ParameterId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.person.PersonId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.publication.PublicationId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.publication.PublicationTypeId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.spread.SpreadId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.team.TeamId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.template.TemplateId
Returns a string representation of this record class.
toString() - Method in record class com.priint.pubserverapi.user.UserId
Returns a string representation of this record class.
type() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns the value of the type record component.
type() - Method in record class com.priint.pubserverapi.mail.Address
Returns the value of the type record component.
type(NoteType) - Method in interface com.priint.pubserverapi.note.NoteQuery
Sets the type of the Note in the query.
type(PreferenceType) - Method in interface com.priint.pubserverapi.preferences.PreferencesQuery
Sets the type of the Preference in the query.
Type - Class in com.priint.pubserverapi.template
 
Type() - Constructor for class com.priint.pubserverapi.template.Type
 
Type(int, String) - Constructor for class com.priint.pubserverapi.template.Type
 

U

unAssignDocumentTemplateFromPublication(DocumentId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Un-assigns document template from the publication
unassignFromProjects(String, List<String>) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Unassigns a user from multiple projects.
unassignFromRoles(String, List<String>) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Unassigns a user from multiple roles.
unAssignPageTemplateFromPublication(PageTemplateId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Un-assigns page template from the publication
unAssignPersonFromTeam(PersonId, TeamId) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Un-assigns a person from the team
unAssignTemplateFromPublication(TemplateId, PublicationId) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Un-assigns template from the publication
unassignUserFromProject(String, String) - Method in interface com.priint.pubserverapi.project.ProjectServiceLocal
Un-assign a user from the project.
UNKNOWN - Enum constant in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
 
unlinkParameterFromPublicationType(ParameterDefinitionId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Deletes all publication type / parameter definition crosses for specific parameter definition id .
unlinkParameterFromPublicationType(PublicationTypeId, ParameterDefinitionId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Deletes a publication type / parameter definition cross by parameter definition ID and publication type ID.
unlinkParameterFromPublicationType(PublicationTypeXParamId) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Deletes a publication type / parameter definition cross by its ID.
unlockDocument(DocumentPointer, Lock.Holder) - Method in interface com.priint.pubserverapi.document.lock.DocumentLockServiceLocal
 
unlockDocumentWithoutSavingFiles(DocumentPointer, Lock.Holder, String) - Method in interface com.priint.pubserverapi.document.DocumentCheckServiceLocal
 
update(Document) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Updates an existing document
update(Note) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Updates an existing note
update(CustomPreference) - Method in interface com.priint.pubserverapi.preferences.CustomPreferencesServiceLocal
Updates a given preference.
update(Preference) - Method in interface com.priint.pubserverapi.preferences.PreferencesServiceLocal
Updates a given preference.
update(Publication) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Updates an existing publication
update(PublicationRight) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Updates an existing publication right.
update(PublicationType) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Updates an existing PublicationType.
update(Team) - Method in interface com.priint.pubserverapi.team.TeamServiceLocal
Updates a Team.
update(User) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Updates an existing User.
update(List<Document>) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Updates existing documents
update(List<Note>) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Updates existing notes
update(List<Publication>) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Updates existing publications
update(List<PublicationRight>) - Method in interface com.priint.pubserverapi.publication.PublicationRightsServiceLocal
Updates multiple publication rights.
update(List<PublicationType>) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Updates a list of PublicationType objects.
update(List<User>) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Updates a list of users.
updateAvatar(String, String, byte[]) - Method in interface com.priint.pubserverapi.user.UserServiceLocal
Updates the avatar image for the specified user.
updateComment(NoteComment) - Method in interface com.priint.pubserverapi.note.NoteServiceLocal
Update a note comment (Only the last, added by yourself).
updateDocumentParameter(DocumentParameter) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Updates an existing document parameter.
updateDocumentParameters(List<DocumentParameter>) - Method in interface com.priint.pubserverapi.document.DocumentServiceLocal
Updates a list of document parameters.
updateDropDownDefinition(DropDownDefinition) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Updates an existing dropdown definition.
updateDropDownLanguage(DropDownLanguage) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Updates an existing dropdown language.
updateDropDownValue(DropDownValue) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Updates an existing dropdown value.
updateParameterDefinition(ParameterDefinition) - Method in interface com.priint.pubserverapi.parameter.ParameterServiceLocal
Updates an existing parameter definition.
updatePublicationParameter(PublicationParameter) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Updates an existing publication parameter.
updatePublicationParameters(List<PublicationParameter>) - Method in interface com.priint.pubserverapi.publication.PublicationServiceLocal
Updates a list of publication parameters.
updateSortOfLinkedParameter(PublicationTypeId, ParameterDefinitionId, int) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Updates the sort order of a linked parameter based on a given publication type and parameter definition.
updateSortOfLinkedParameter(PublicationTypeXParamId, int) - Method in interface com.priint.pubserverapi.publication.PublicationTypeServiceLocal
Updates the sort order of a linked parameter for a specified publication type and parameter ID.
UPLOADED - Enum constant in enum class com.priint.pubserverapi.document.DocumentType
 
uploadMediaAsset(byte[], String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Uploads a media asset to the storage using a byte array.
uploadMediaAsset(File, String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Uploads a media asset to the storage using a source file.
uploadMediaAsset(InputStream, String, String, String) - Method in interface com.priint.pubserverapi.objectstorage.PriintStorageServiceLocal
Uploads a media asset to the storage using an input stream.
url() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns the value of the url record component.
URL - Enum constant in enum class com.priint.pubserverapi.imageutils.ImageSource
URL to media object
usePriority() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Config
Returns the value of the usePriority record component.
user() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.RenderingServerInfo
Returns the value of the user record component.
User - Class in com.priint.pubserverapi.user
Represents a user with various attributes such as login, name, email, and metadata.
User() - Constructor for class com.priint.pubserverapi.user.User
 
USER_CONTROLLED - Enum constant in enum class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop.AccessType
 
UserId - Record Class in com.priint.pubserverapi.user
 
UserId(String) - Constructor for record class com.priint.pubserverapi.user.UserId
Creates an instance of a UserId record class.
userLogin(String) - Method in interface com.priint.pubserverapi.project.ProjectQuery
Sets the user login of the Project in the query.
UserQuery - Interface in com.priint.pubserverapi.user
Interface for building queries to retrieve User entities.
UserServiceException - Exception Class in com.priint.pubserverapi.exception
 
UserServiceException() - Constructor for exception class com.priint.pubserverapi.exception.UserServiceException
 
UserServiceException(String) - Constructor for exception class com.priint.pubserverapi.exception.UserServiceException
 
UserServiceException(String, Throwable) - Constructor for exception class com.priint.pubserverapi.exception.UserServiceException
 
UserServiceLocal - Interface in com.priint.pubserverapi.user
Local service interface for managing users, their roles, datasets, and access rights.

V

value() - Method in record class com.priint.pubserverapi.document.DocumentId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.downloads.DownloadId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.note.NoteCommentId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.note.NoteId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.pagetemplate.PageTemplateId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.parameter.DropDownDefinitionId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.parameter.DropDownLanguageId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.parameter.DropDownValueId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.parameter.ParameterDefinitionId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.parameter.ParameterId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.person.PersonId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.publication.PublicationId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.publication.PublicationTypeId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.publication.PublicationTypeXParamId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.spread.SpreadId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.team.TeamId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.template.TemplateId
Returns the value of the value record component.
value() - Method in record class com.priint.pubserverapi.user.UserId
Returns the value of the value record component.
Value - Class in com.priint.pubserverapi.preferences
 
Value() - Constructor for class com.priint.pubserverapi.preferences.Value
 
value1(String) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the first value field of the DropDownLanguage in the query.
value1(String) - Method in interface com.priint.pubserverapi.parameter.DropDownValueQuery
Sets the first value field of the DropDownValue in the query.
value2(String) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the second value field of the DropDownLanguage in the query.
value2(String) - Method in interface com.priint.pubserverapi.parameter.DropDownValueQuery
Sets the second value field of the DropDownValue in the query.
value3(String) - Method in interface com.priint.pubserverapi.parameter.DropDownLanguageQuery
Sets the third value field of the DropDownLanguage in the query.
value3(String) - Method in interface com.priint.pubserverapi.parameter.DropDownValueQuery
Sets the third value field of the DropDownValue in the query.
valueOf(String) - Static method in enum class com.priint.pubserverapi.document.DocumentStage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.document.DocumentTemplateStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.document.DocumentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop.AccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.document.ObtainableItem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.downloads.DownloadObjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.imageutils.ImageSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.WorkerStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.mail.AddressType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.mail.AttachmentMimeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.mail.BodyMimeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.note.NoteReferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.note.NoteShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.note.NoteStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.note.NoteType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.preferences.PreferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.priint.pubserverapi.template.TemplateType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.priint.pubserverapi.document.DocumentStage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.document.DocumentTemplateStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.document.DocumentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.document.lock.LockingApp.InDesignDesktop.AccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.document.ObtainableItem
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.downloads.DownloadObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.imageutils.ImageSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.ExternalTaskStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.WorkerStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.mail.AddressType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.mail.AttachmentMimeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.mail.BodyMimeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.note.NoteReferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.note.NoteShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.note.NoteStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.note.NoteType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.pagetemplate.PageTemplateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.plannerengine.PlannerEngineServiceLocator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.preferences.PreferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.priint.pubserverapi.template.TemplateType
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in record class com.priint.pubserverapi.infra.objectstorage.ObjectStorageConnectionState
Returns the value of the version record component.

W

WAITING_FOR_NEW_TASKS - Enum constant in enum class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.WorkerStatus
 
WEB_PDF - Enum constant in enum class com.priint.pubserverapi.document.ObtainableItem
 
widthPixels() - Method in record class com.priint.pubserverapi.imageutils.ImageUtilsServiceLocal.ImageInfo
Returns the value of the widthPixels record component.
withCharset(Charset) - Method in enum class com.priint.pubserverapi.mail.BodyMimeType
Returns the MIME type string with the specified character set appended.
withPersons(boolean) - Method in interface com.priint.pubserverapi.team.TeamQuery
Sets the withPersons in the query Decides if result contains field with persons of the team
WorkerDescriptor - Record Class in com.priint.pubserverapi.infra.renderingservice
This class models a rendering-service worker.
WorkerDescriptor(String, WorkerDescriptor.RenderingServerInfo, WorkerDescriptor.Status, WorkerDescriptor.Config) - Constructor for record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Creates an instance of a WorkerDescriptor record class.
WorkerDescriptor.Config - Record Class in com.priint.pubserverapi.infra.renderingservice
 
WorkerDescriptor.ExternalTaskStatus - Enum Class in com.priint.pubserverapi.infra.renderingservice
 
WorkerDescriptor.RenderingServerInfo - Record Class in com.priint.pubserverapi.infra.renderingservice
A set of information obtained from a Rendering Server (InDesign Server or PDF Renderer) Instance
WorkerDescriptor.Status - Record Class in com.priint.pubserverapi.infra.renderingservice
 
WorkerDescriptor.WorkerStatus - Enum Class in com.priint.pubserverapi.infra.renderingservice
 
workerDescriptors() - Method in record class com.priint.pubserverapi.infra.renderingservice.RenderingServiceDescriptor
Returns the value of the workerDescriptors record component.
workerId() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor
Returns the value of the workerId record component.
workerStatus() - Method in record class com.priint.pubserverapi.infra.renderingservice.WorkerDescriptor.Status
Returns the value of the workerStatus record component.
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form