A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
save(long taskId, com.adobe.idp.taskmanager.dsc.client.task:FormInstance aFormData) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Saves new form instance data for a task.
SaveTaskResult — Interface in package com.adobe.idp.taskmanager.dsc.client.task
A SaveTaskResult object is returned when saving new form instance data for a task by calling the com.adobe.idp.taskmanager.dsc.client.task.TaskManager#save TaskManager.save() method.
Scans_3 — Final static property in class com.adobe.livecycle.convertpdfservice.client.enumeration.JPEGFormat
3scans JPEG format.
Scans_4 — Final static property in class com.adobe.livecycle.convertpdfservice.client.enumeration.JPEGFormat
4scans JPEG format.
Scans_5 — Final static property in class com.adobe.livecycle.convertpdfservice.client.enumeration.JPEGFormat
5scans JPEG format.
scheduleMessageForAction(java.lang:String invocationId, java.util:Date aDate, ProcessMessage aMessage) — Method in class com.adobe.idp.workflow.client.ProcessManager
Schedules a process message to execute at a specific date and time.
SCOPE_EXCLUSIVE — Final static property in class com.adobe.repository.infomodel.bean.Lock
Constant used to indicated exclusive lock scope.
SCOPE_SHARED — Final static property in class com.adobe.repository.infomodel.bean.Lock
Constant used to indicated shared lock scope.
Script — Class in package com.adobe.repository.infomodel.bean
A Script is a com.adobe.repository.infomodel.bean.Resource describing a source file of a particular script type.
Script() — Constructor in class com.adobe.repository.infomodel.bean.Script
Default constructor.
SEARCH_canonicalName — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the canonical name.
SEARCH_commonName — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the common name.
SEARCH_domainId — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the domain identifier.
SEARCH_domainName — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the domain name.
SEARCH_domain_oids — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the domain oid.
SEARCH_domain_status — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
Domain status.
SEARCH_domain_status — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the domain status.
SEARCH_email — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the email identifier.
SEARCHES — Final static property in class com.adobe.idp.um.api.UMConstants.EntityVisibilityLevel
The principal can be found with searches.
searchForEvents(com.adobe.livecycle.rightsmanagement.client.infomodel:EventSearchFilter event, int maxResults) — Method in interface com.adobe.livecycle.rightsmanagement.client.EventManager
Enables you to search for events.
SEARCH_isLocal — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the whether the principal is local.
SEARCH_PERM_NAME — Final static property in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
Search by permission name and sorts by #SORT_PermissionOverResType in ascending order.
SEARCH_principal_status — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
Principal status.
SEARCH_principal_status — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the principal status.
SEARCH_principalType — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the principal type.
searchProperties(java.lang:String basePath, com.adobe.repository.query:Query queryString, int depth, int start, int maxResults, com.adobe.repository.query.sort:SortOrder sortOrder) — Method in interface com.adobe.repository.bindings.ResourceRepository
Executes a properties search against the resources contained within the Repository.
searchProperties(java.lang:String basePath, com.adobe.repository.query:Query queryString, int depth, int start, int maxResults, com.adobe.repository.query.sort:SortOrder sortOrder) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Executes a properties search against the resources contained within the Repository.
searchRelated(java.lang:String resourceUri, int relationshipType, int depth, com.adobe.repository.query:Query query, int start, int maxResults, com.adobe.repository.query.sort:SortOrder sortOrder) — Method in interface com.adobe.repository.bindings.ResourceRepository
Retrieves a list of resources related to the resource identified by resourceUri by a relation of type relationshipType and which also match the supplied criteria found in the com.adobe.repository.query.Query object.
searchRelated(java.lang:String resourceUri, int relationshipType, int depth, com.adobe.repository.query:Query query, int start, int maxResults, com.adobe.repository.query.sort:SortOrder sortOrder) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Retrieves a list of resources related to the resource identified by resourceUri by a relation of type relationshipType and which also match the supplied criteria found in the com.adobe.repository.query.Query object.
SEARCH_RES_TYPE_ID — Final static property in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
Search by resource type identifier and sorts by #SORT_PermissionOverResType in ascending order.
SEARCH_userid — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the user identifier.
SEARCH_visibility — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search according to the visibility level.
secure — Final static property in class com.adobe.edc.server.spi.authorization.ExternalAuthOperationType
The secure document operation type.
SECURE_TIME_ELSE_CURRENT_TIME — Final static property in class com.adobe.livecycle.signatures.client.types.VerificationTime
Secure time is the time specified by a trusted time-stamping authority.
SeedValueValidationException — Final class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown if an invalid certificate seed value is specified.
SeedValueValidationException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a null message and cause.
SeedValueValidationException(java.lang:String errorMsg) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a given message.
SeedValueValidationException(java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a given cause.
SeedValueValidationException(java.lang:String errorMsg, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a given message and cause.
SeedValueValidationException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a given message.
SeedValueValidationException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SeedValueValidationException
Constructs a new exception with a given message.
SELECTED_ROUTE — Final static property in class com.adobe.idp.taskmanager.dsc.client.events.EventConstants
The node name for the route selected by the user in the event data.
selectVersion(java.lang:String sourceResourceUri, java.lang:String targetResourceUri, int relationshipType, java.lang:String newVersionUri, boolean applyToSource, boolean trackHead) — Method in interface com.adobe.repository.bindings.ResourceRepository
Changes the version of a resource involved in a relationship to the version identified by newVersionUri.
selectVersion(java.lang:String sourceResourceUri, java.lang:String targetResourceUri, int relationshipType, java.lang:String newVersionUri, boolean applyToSource, boolean trackHead) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Changes the version of a resource involved in a relationship to the version identified by newVersionUri.
Semi_Colon — Final static property in class com.adobe.livecycle.barcodedforms.Delimiter
Represents a semi-colon delimiter.
sendDeadlineEmail() — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Determines whether deadline email messages are sent.
sendDeadlineEmail(boolean aSendDeadlineEmail) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Sets whether deadline email messages are sent.
sendFaultReponse(FaultResponse faultResponse) — Method in class com.adobe.idp.dsc.clientsdk.ServiceClient
Sends a FaultReponse instance to a long-lived operation.
sendInvocationResponse(com.adobe.idp.dsc:InvocationResponse response) — Method in class com.adobe.idp.dsc.clientsdk.ServiceClient
Sends an invocation response to complete a long-lived operation invocation.
sendMessageToAction(java.lang:String invocationId, ProcessMessage aMessage) — Method in class com.adobe.idp.workflow.client.ProcessManager
Sends a process message to a specified action instance.
sendReminderEmail() — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Determines whether an email is sent for a task reminder.
sendReminderEmail(boolean aSendReminderEmail) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Sets whether an email is sent for a task reminder.
sendTaskEmail() — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Determines whether an email is sent to the user when a task is assigned to this user.
sendTaskEmail(boolean aSendTaskEmail) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
Sets whether an email is sent to the user when a task is assigned to this user.
sendTaskReminder(long aTaskId, boolean aChangeInstructions, java.lang:String aReminderInstructions, long aNextReminder) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Sends a reminder to the user to whom the identified task is currently assigned.
serializeValue(java.lang:Object aVal) — Method in interface com.adobe.idp.dsc.datatype.TextSerializer
Converts the specified value a java.lang.String.
server — Final static property in class com.adobe.livecycle.formsservice.client.FormModel
Specifies that the form is rendered on the server.
SERVER_CLIENT_SYNC_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a client synchronizes with the Rights Management service.
SERVER_CONFIG_CHANGE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where the configuration of the Rights Management service was changed by importing a configuration file.
SERVER_ENABLE_OFFLINE_ACCESS_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a user provided offline access for a document that user is protecting.
SERVER_SYNC_DIR_COMPLETE_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where the Rights Management service completed synchronizing with the user directory.
SERVER_SYNC_DIR_INFO_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where the Rights Management service begins synchronizing with the user directory.
SERVER_VERSION_MISMATCH_EVENT — Final static property in interface com.adobe.livecycle.rightsmanagement.client.EventManager
The constant that represents the event where a client application attempted to connect to the Rights Management service, and the version of the client-side SDK components is not compatible with the version of the server-side SDK components.
Service — Interface in package com.adobe.idp.dsc.registry.infomodel
An Service object allows you to retrieve information about the service.
ServiceCategory — Interface in package com.adobe.idp.dsc.registry.infomodel
A ServiceCategory object allows you to retrieve information about the service category.
ServiceCategoryFilter — Class in package com.adobe.idp.dsc.registry.service
Service category filter.
ServiceCategoryFilter() — Constructor in class com.adobe.idp.dsc.registry.service.ServiceCategoryFilter
ServiceCategoryNotFoundException — Class in package com.adobe.idp.dsc.registry
An exception indicating that the service category was not found.
ServiceCategoryNotFoundException(java.lang:String aCategoryName) — Constructor in class com.adobe.idp.dsc.registry.ServiceCategoryNotFoundException
Constructor that uses the specified category.
ServiceClient — Final class in package com.adobe.idp.dsc.clientsdk
Enables a client application to invoke a LiveCycle service by sending an invocation request and handling an invocation response.
ServiceClientFactory — Final class in package com.adobe.idp.dsc.clientsdk
Responsible for maintaining client configuration and providing a ServiceClient instance for an application to use.
ServiceClientFactoryProperties — Class in package com.adobe.idp.dsc.clientsdk
Represents properties used to invoke LiveCycle services.
ServiceClientFactoryProperties() — Constructor in class com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
ServiceClientFactory.ThrowHandler — Interface in package com.adobe.idp.dsc.clientsdk
A ThrowHandler instance participates in the handling of any Exception that occurs during the invocation of a service request.
ServiceConfiguration — Interface in package com.adobe.idp.dsc.registry.infomodel
A ServiceConfiguration object provides access to metadata describing the document service.
ServiceConfigurationFilter — Class in package com.adobe.idp.dsc.registry.service
Service configuration filter.
ServiceConfigurationFilter() — Constructor in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
ServiceConfigurationNotFoundException — Class in package com.adobe.idp.dsc.registry
An exception indicating that the service configuration was not found.
ServiceConfigurationNotFoundException(java.lang:String aServiceName, int aMajorVersion, int aMinorVersion) — Constructor in class com.adobe.idp.dsc.registry.ServiceConfigurationNotFoundException
Constructor that uses the specified service and version information.
ServiceDeletionException — Class in package com.adobe.idp.dsc.registry
An exception indicating that the service deletion error has occurred.
ServiceDeletionException(java.lang:String serviceID) — Constructor in class com.adobe.idp.dsc.registry.ServiceDeletionException
Constructor that uses the specified service.
SERVICE_ID — Final static property in interface com.adobe.idp.dsc.registry.component.ComponentRegistry
SERVICE_ID — Final static property in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
The service identifier.
SERVICE_ID — Final static property in interface com.adobe.idp.dsc.registry.service.ServiceRegistry
SERVICE_NAME — Final static property in interface com.adobe.idp.jobmanager.service.JobManager
SERVICE_NAME — Final static property in class com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointManagerConstants
The service name.
ServiceNotFoundException — Class in package com.adobe.idp.dsc.registry
An exception indicating that the service was not found.
ServiceNotFoundException(java.lang:String aServiceName) — Constructor in class com.adobe.idp.dsc.registry.ServiceNotFoundException
Constructor that uses the specified service.
ServiceRegistry — Interface in package com.adobe.idp.dsc.registry.service
A ServiceRegistry implementation provides clients with the ability to query the metadata and state of a service, to deploy and undeploy services, and to toggle the state of a service from RUNNING to STOPPED.
ServiceRegistryClient — Class in package com.adobe.idp.dsc.registry.service.client
The client implementation of the Service Registry.
ServiceRegistryClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory clientServiceFactory) — Constructor in class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient
The constructor for creating a Service Registry client instance.
SESSION_PRINCIPAL_CONTEXT — Final static property in class com.adobe.idp.um.api.UMConstants
The principal context.
setAbsoluteValidityPeriod(java.util:Date notBeforeDate, java.util:Date notAfterDate) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.ValidityPeriod
Sets the validity period using absolute dates.
setAccountLocking(boolean accountLocking) — Method in interface com.adobe.idp.um.api.infomodel.Domain
Enables or disables the domain's account locking.
setAclId(java.lang:String aclId) — Method in class com.adobe.repository.infomodel.bean.AccessControlList
Sets the ACL identifier for this ACL object.
setAclId(java.lang:String aclId) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the ACL identifier for this resource.
setAcrobatVersion(com.adobe.livecycle.formsservice.client:AcrobatVersion acrobatVersion) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the Acrobat version that is required to view the PDF form that the Forms service renders.
setAcrobatVersion(java.lang:String acrobatVersion) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the appropriate PDF version required for a client.
setAction(com.adobe.livecycle.signatures.client.types:FieldMDPAction action) — Method in class com.adobe.livecycle.signatures.client.types.FieldMDPOptionSpec
Sets the FieldMDPAction object associated with this object.
setActionId(long actionId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the action identifier that corresponds to this task, if this task is part of an orchestration.
setActionList(java.lang:String[] actions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase
Sets a list of actions in the value object.
setActionRequired(boolean aRequired) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
Sets whether whether an action must be chosen for this task.
setActiveOnly(boolean aValue) — Method in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
Sets whether the service is active.
setAddRevInfo(boolean addRevInfo) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets a Boolean value that specifies whether revocation checking should be performed.
setAdminIgnoreAllAcls(boolean ignoreAllAcls) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets whether to ignore ACLs for a task when querying for results.
setAlias(java.lang:String alias) — Method in class com.adobe.livecycle.signatures.client.types.Credential
Sets the alias value that corresponds to this Credential object.
setAllowREInvocation(boolean allowREInvocation) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
For internal use use only.
setAlternateId(java.lang:String alternateId) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the external identifier associated with the license.
setAlternateId(java.lang:String alternateId) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the unique alternate identification for the policy.
setAlternateImagesCount(int alternateImagesCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setAlwaysConsultLocalURL(boolean alwaysConsultLocalURL) — Method in class com.adobe.livecycle.signatures.client.types.CRLOptionSpec
Sets whether Signatures Service consults with the local URL for the CRL store.
setAnnotationsCount(int annotationsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setAnonymous(boolean isAnonymous) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets whether the user is anonymous.
setAnonymousOverride(boolean aVal) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceInfo
Sets whether clients will be able to anonymously access operations that are specified as anonymous.
setAnonymousOverride(boolean aVal) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceInfo
Sets whether clients will be able to anonymously access operations that are specified as anonymous.
setAnyPolicyInhibit(boolean anyPolicyInhibit) — Method in class com.adobe.livecycle.signatures.client.types.PathValidationOptionSpec
Specifies a object identifiers (OID) that is located in a certificate that is processed.
setAppearanceType(com.adobe.livecycle.signatures.client.types:PDFSignatureAppearanceType appearanceType) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Set the appearance type of the signature.
setApplicationName(java.lang:String applicationName) — Method in interface com.adobe.idp.applicationmanager.application.ApplicationId
Sets the application name.
setApplicationWebRoot(java.lang:String applicationWebRoot) — Method in class com.adobe.livecycle.formsservice.client.URLSpec
Sets the application's web root.
setArchive(com.adobe.idp:Document aDoc) — Method in class com.adobe.idp.dsc.registry.component.ModifyComponentInfo
Sets the component archive.
setArchive(byte[] aByteArray) — Method in class com.adobe.idp.dsc.registry.component.ModifyComponentInfo
Sets the component archive.
setAssignTo(com.adobe.idp.taskmanager.dsc.client.task:ParticipantInfo assignTo) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Defines to whom the task will be assigned.
setAttachmentDocumentList(java.util:List attachmentDocs) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Copies the attachments from a list of documents to the task attachments.
setAttribute(java.lang:String name, java.io:Serializable value) — Method in class com.adobe.idp.Document
Sets the value of an attribute with a given name.
setAttribute(java.lang:String key, java.lang:Object value) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Sets the attribute using the specified key and value.
setAuthor(java.lang:String author) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets the author value.
setAuthProviderSpecificTokens(java.util:List tokenList) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the tokens passed by the authentication provider.
setAuthProviderSpecificTokens(java.util:List tokenList) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the tokens passed by the authentication provider.
setAuthStatus(java.lang:String result) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the results of the authentication.
setAuthStatus(java.lang:String status) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the results of the authentication.
setAuthType(java.lang:String authType) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the type of authentication used.
setAuthType(java.lang:String authType) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the type of authentication used.
setBackground(boolean background) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets whether the watermark appears in background or foreground of the document.
setBaseURL(java.lang:String baseURL) — Method in class com.adobe.livecycle.formsservice.client.URLSpec
Sets the base URL, which must be the HTTP-equivalent of the content root URI and is required for HTML transformations that include HREF references to external dependencies, such as images or scripts.
setBootstrapContext(com.adobe.idp.dsc.component:BootstrapContext aCtx) — Method in interface com.adobe.idp.dsc.component.Bootstrap
Sets the bootstrap context for this instance.
setCacheEnabled(java.lang:Boolean cacheEnabled) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Instructs the Forms service to cache a form in order to improve performance.
setCacheEnabled(java.lang:Boolean cacheEnabled) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Instructs the Forms service to cache a form in order to improve performance.
setCacheEnabled(java.lang:Boolean cacheEnabled) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Instructs the Forms service to cache a form in order to improve performance.
setCacheEnabled(java.lang:Boolean cacheEnabled) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Instructs the Output service to cache a form design in order to improve performance.
setCanAddAttachments(boolean addAttachments) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can add attachments.
setCanAddNotes(boolean addNotes) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can add notes.
setCanClaim(boolean claim) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can claim this task from another user's queue.
setCanConsult(boolean canConsult) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can consult with other users on this task.
setCanForward(boolean canForward) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can forward the task.
setCanModifyDeadline(boolean modifyDeadline) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can modify the deadline.
setCanModifyPermissions(boolean modifyPermissions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can modify permissions.
setCanonicalName(java.lang:String canonicalName) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's canonical name.
setCanonicalName(java.lang:String canonicalName) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's canonical name.
setCanonicalName(java.lang:String canonicalName) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search for principals based on a canonical name.
setCanonicalName(java.lang:String canonicalName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord
Sets the canonical name of the principal.
setCanShare(boolean canShare) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets whether the user can share the task.
setCatalogHasAACount(int catalogHasAA) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setCatalogHasOpenAction(int catalogHasOpenAction) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setCategoryId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the category identifier to that will be used to create a service object, if one is needed.
setCategoryId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceInfo
Sets the category identifier that will be applied to the service object.
setCategoryId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceInfo
Sets the category identifier that will be applied to the service object.
setCB(boolean cB) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets the generation of HTML-template initiating content, or guided forms content.
setCB(boolean cB) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the Cb option, which specifies the generation of HTML-template initiating content, or guided forms content.
setCertificateDER(byte[][] certificateDER) — Method in class com.adobe.livecycle.signatures.client.types.SignerCertificatePath
Sets certificates to use.
setCertificateList(byte[][] certificateList) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets a list of certificates to use.
setCertificates(byte[][] certs) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignature
Sets certificates that are embedded in the PDF document.
setCertificateSeedValueOptions(com.adobe.livecycle.signatures.client.types:CertificateSeedValueOptionSpec certSeedValue) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the Certificate Seed Value dictionary containing information about the certificate to be used when signing.
setCertPaths(com.adobe.livecycle.signatures.client.types:SignerCertificatePath[] certPaths) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets an array of SignerCertificatePath objects.
setCharset(java.lang:String charset) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the character set used to encode the output byte stream.
setCharset(java.lang:String charset) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the character set used to encode the output byte stream.
setCharset(java.lang:String charset) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the character set used to encode the output byte stream.
setCharset(java.lang:String charset) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the character set used to encode the output byte stream.
setCharset(java.lang:String charset) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the character set used to encode the output byte stream.
setCharSet(java.lang:String charSet) — Method in class com.adobe.livecycle.formsservice.client.FormsResult
For internal use only.
setCheckAllPaths(boolean checkAllPaths) — Method in class com.adobe.livecycle.signatures.client.types.PathValidationOptionSpec
Sets a the checkAllPaths option.
setChildrenIds(java.util:Set childrenIds) — Method in class com.adobe.idp.um.api.infomodel.GroupCreationInfo
Assigns the child identifiers for the group.
setClaimable(boolean claimable) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets a claimable flag.
setClassLoader(java.lang:ClassLoader aClassLoader) — Method in interface com.adobe.idp.dsc.propertyeditor.PropertySheet
Sets the class loader to use as the parent for all PropertyEditorComponent class loaders.
setClientCache(boolean clientCache) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets whether the form is cached in the client web browser cache.
setClientFrame(java.lang:String clientFrame) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the client frame to use for HTML transformations.
setClientIPAddress(java.lang:String clientIPAddress) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the client IP address.
setClientParameters(java.util:Map parameters) — Method in interface com.adobe.idp.dsc.InvocationRequest
Sets parameter values passed to the LiveCycle service.
setCmykPolicy(com.adobe.livecycle.convertpdfservice.client.enumeration:CMYKPolicy cmykPolicy) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the CMYK policy.
setColorCompression(com.adobe.livecycle.convertpdfservice.client.enumeration:ColorCompression colorCompression) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the color compression.
setColorSpace(com.adobe.livecycle.convertpdfservice.client.enumeration:ColorSpace colorSpace) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the color space.
setCommonname(java.lang:String aCommonname) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the user's common name.
setCommonName(java.lang:String aCommonName) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.GroupQueue
Sets the common name of the group.
setCommonName(java.lang:String commonName) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's common name.
setCommonName(java.lang:String commonName) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's common name.
setCommonName(java.lang:String cn) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Perform a wildcard search on the common name associated with the principal.
setCommonName(java.lang:String commonName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the full name of the principal.
setCompatability(com.adobe.livecycle.encryption.client:PasswordEncryptionCompatability compat) — Method in class com.adobe.livecycle.encryption.client.PasswordEncryptionOptionSpec
Sets the version compatibility to use when encrypting a PDF document with a password.
setComponentContext(com.adobe.idp.dsc.component:ComponentContext aCtx) — Method in interface com.adobe.idp.dsc.component.LifeCycle
Sets the component context used to access the current component.
setComponentId(java.lang:String aComponentId) — Method in class com.adobe.idp.dsc.registry.component.ModifyComponentInfo
Sets the component identifier.
setComponentId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the identifier of the component that will be used to invoke the related service configuration.
setComponentVersion(java.lang:String aVersion) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the version of the component that will be used to invoke the related service configuration.
setConditionList(java.util:List list) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Adds a list of conditions to filter query results.
setConfigParameterAsText(java.lang:String aName, java.lang:String aValue) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets a configuration parameter for this object.
setConnectionTimeout(int connectionTimeout) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the period of time to wait before a connection timeout occurs.
setConnective(com.adobe.idp.dsc.filter:Connective aConnective) — Method in class com.adobe.idp.dsc.filter.Condition
Adds a logical AND or OR to the preceding condition.
setConsultGroup(java.lang:String groupDomainId, java.lang:String groupCanonicalName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the consult group based on the domain identifier and group canonical name.
setConsultGroupId(java.lang:String consultGroupId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets an identifier for the group with which users can consult on this task.
setContactInfo(java.lang:String contact_Info) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the signers contact information.
setContainsConfigurationType(java.lang:String aType) — Method in class com.adobe.idp.dsc.registry.service.ServiceCategoryFilter
Sets the configuration type.
setContent(com.adobe.repository.infomodel.bean:ResourceContent content) — Method in class com.adobe.repository.infomodel.bean.Resource
Associates this resource with the supplied com.adobe.repository.infomodel.bean.ResourceContent object.
setContentRoot(java.lang:String contentRoot) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the content root in which the form design and its related collateral files are located.
setContentRootURI(java.lang:String contentRootURI) — Method in class com.adobe.livecycle.formsservice.client.URLSpec
Sets the URI value or an absolute reference to a location from which forms are retrieved.
setContents(byte[] contents) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignature
Sets the signature value as DER encoded PKCS#1 or PKCS#7.
setContentType(java.lang:String type) — Method in class com.adobe.idp.Document
Overwrites the current MIME type of the Document content.
setContentType(java.lang:String contentType) — Method in class com.adobe.livecycle.formsservice.client.FormsResult
For internal use only.
setContentUri(java.lang:String contentUri) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the URI that points to the location of external content.
setContext(java.lang:Object context) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the authenticated user's context.
setContext(com.adobe.idp:Context aContext) — Method in class com.adobe.idp.dsc.clientsdk.ServiceClientFactory
Sets the context to use.
setContext(com.adobe.idp:Context aUser) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Sets the user for subsequent calls to a task manager instance.
setConversionLog(java.lang:String conversionLog) — Method in class com.adobe.livecycle.generatepdf.client.ConversionException
For internal use only.
setConvertedDocument(com.adobe.idp:Document convertedDocument) — Method in class com.adobe.livecycle.generatepdf.client.ExportPDFResult
Sets the Document object containing the resultant file that was converted from the PDF document.
setCopies(int copies) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the number of copies to print.
setCopies(int copies) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the number of copies to print.
setCreatedBy(java.lang:String createdBy) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the User Manager principal's object identifier for the user who created this resource.
setCreatedDocument(com.adobe.idp:Document createdDocument) — Method in class com.adobe.livecycle.generatepdf.client.CreatePDFResult
For internal use only.
setCreatedDocument(com.adobe.idp:Document createdDocument) — Method in class com.adobe.livecycle.generatepdf.client.HtmlToPdfResult
For internal use only.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Flash
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.FormFragment
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.FormTemplate
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Fragment
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.GenericDocument
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Image
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the time at which this lock was first created.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Pdf
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the time at which this relation was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.ResourceCollection
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the time at which this resource content was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets the time at which this resource property was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.Script
Sets the time at which this resource was first written to the Repository.
setCreateTime(java.util:Date createTime) — Method in class com.adobe.repository.infomodel.bean.TextFragment
Sets the time at which this resource was first written to the Repository.
setCreator(java.lang:String creator) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets the creator value.
setCurrentSyncStatus(java.lang:String password) — Method in class com.adobe.idp.um.api.infomodel.UserInfo
Sets the current synchronization status.
setCustomConfiguration(java.util:Map m) — Method in class com.adobe.idp.um.spi.directoryservices.GenericGroupConfigBO
Sets the configuration settings of the group provider.
setCustomConfiguration(java.util:Map m) — Method in class com.adobe.idp.um.spi.directoryservices.GenericUserConfigBO
Sets the configuration settings of the user provider.
setCustomStatus(java.lang:String customStatus) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this instance's custom status.
setCustomText(java.lang:String customText) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the custom text that the watermark includes.
setDataDocument(com.adobe.idp:Document dataDocument) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the byte source for this ResourceContent's data.
setDataFile(java.lang:String dataFile) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the data file URI.
setDateFilter(com.adobe.idp.taskmanager.dsc.client.query:DateFilter filter) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets a date filter.
setDateIncluded(boolean include) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets whether the watermark includes the date when the associated document is opened.
setDateSigned(java.util:Date dateSigned) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the date on which the PDF document was signed.
setDateSigned(java.util:Date dateSigned) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets the date on which the PDF document was signed.
setDeadline(java.util:Date deadline) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a deadline for the task.
setDeadlineInstructions(java.lang:String deadlineInstructions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets deadline instructions to be used if a deadline fires.
setDeadlineRouteName(java.lang:String deadlineRouteName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets which route to follow for a long-lived task when a deadline fires.
setDebugEnabled(boolean debugEnabled) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the debugEnabled option.
setDebugEnabled(boolean debugEnabled) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the debugEnabled option.
setDefaultACL(com.adobe.idp.um.api.infomodel:ResourceTypeACL rtDefACL) — Method in interface com.adobe.idp.um.api.AuthorizationManager
Specifies the default access control list (ACL) for the given resource type.
setDefaultACL(com.adobe.idp.um.api.infomodel:ResourceTypeACL rtDefACL) — Method in class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient
Specifies the default access control list (ACL) for the given resource type.
setDefaultACLs(com.adobe.idp.taskmanager.dsc.client.task:TaskACL defaultACL) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the default access control list (ACL) for this task.
setDefaultDisposalTimeout(int seconds) — Static method in class com.adobe.idp.Document
Sets the default disposal timeout value, which is used if the timeout is not set using the #setDisposalTimeout(int) method.
setDefaultFontStyle(java.lang:String defaultFontStyle) — Method in class com.adobe.livecycle.assembler.client.AssemblerOptionSpec
Sets a default font style to use when none is specified in the DDX.
setDefaultFontStyle(java.lang:String defaultFontStyle) — Method in class com.adobe.service.ddxm.client.Environment
Sets the default font.
setDefaultLocale(java.util:Locale defaultLocale) — Method in class com.adobe.service.ddxm.client.Environment
Specifies the locale to use if no TargetLocale is specified in the DDX.
setDefaultMaxInlineSize(int bytes) — Static method in class com.adobe.idp.Document
Sets the default maximum size of the document content that can be embedded within the Document instance.
setDefaultPerms(java.lang:String[] plist) — Method in interface com.adobe.idp.um.api.infomodel.ResourceTypeACL
Sets the default permissions to which the default permissions will be assigned for a resource instance that is being registered.
setDefaultPrincipals(java.lang:String[] plist) — Method in interface com.adobe.idp.um.api.infomodel.ResourceTypeACL
Sets the default principals to which the default permissions will be assigned for a resource instance that is being registered.
setDefaultProperties(java.util:Properties aProps) — Static method in class com.adobe.idp.dsc.clientsdk.ServiceClientFactory
Sets the Default Properties to use for ServiceClientFactorie's created throw the empty arg createInstance call.
setDefaultStatus(boolean isDefault) — Method in interface com.adobe.idp.um.api.infomodel.Permission
Sets whether this permission is a default permission for the associated resource type.
setDefaultValue(java.lang:String aValue) — Method in interface com.adobe.idp.dsc.registry.infomodel.InputParameter
Sets the string value to be passed at runtime to the service, for cases in which the input parameter is null.
setDeploymentStatus(int deploymentStatus) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this instance's deployment status.
setDepth(short depth) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the lock depth.
setDesc(java.lang:String desc) — Method in interface com.adobe.idp.um.api.infomodel.Permission
Sets the permission description.
setDescription(java.lang:String aDescription) — Method in interface com.adobe.idp.dsc.registry.infomodel.Endpoint
Sets a new endpoint description.
setDescription(java.lang:String aDescription) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceCategoryInfo
Retrieves the description that will be applied to the service category.
setDescription(java.lang:String aDescription) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceCategoryInfo
Sets the description that will be applied to the service category.
setDescription(java.lang:String aDescription) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.GroupQueue
Sets the description of a queue when creating a new group queue.
setDescription(java.lang:String aDescription) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.UserQueue
Sets the description of a queue when creating a new user queue.
setDescription(java.lang:String aDescription) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.AttachmentInfo
Sets the description for a new attachment.
setDescription(java.lang:String descriptionText) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a description of this task for the user.
setDescription(java.lang:String description) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the description.
setDescription(java.lang:String desc) — Method in interface com.adobe.idp.um.api.infomodel.Role
Sets the description of the role.
setDescription(java.lang:String description) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the string used to describe the principal.
setDescription(java.lang:String policyDescription) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the description of the policy.
setDescription(java.lang:String description) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the detailed description of the implementation type.
setDescription(java.lang:String description) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this resource's description.
setDescriptor(java.lang:String aDescriptor) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the descriptor that defines the service configuration.
setDescriptor(java.lang:String aDescriptor) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets the type descriptor that will be updated for the service configuration.
setDetails(java.util:Map details) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the map containing extra details about the repository provider.
setDevDepGSBGCount(int devDepGSBGCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGSFLCount(int devDepGSFLCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGSHTCount(int devDepGSHTCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGSOPCount(int devDepGSOPCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGS_SMaskCount(int devDepGS_SMaskCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGSTRCount(int devDepGSTRCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDevDepGSUCRCount(int devDepDSUCRCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDigestMethod(com.adobe.livecycle.signatures.pki.client.types.common:HashAlgorithm[] digestMethod) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets an array of names indicating acceptable digest algorithms to use for signing.
setDigSigCSSURI(java.lang:String digSigCSSURI) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the digSigCSSURI value.
setDigSigCSSURI(java.lang:String digSigCSSURI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the digSigCSSURI value.
setDirection(java.lang:String aDirection) — Method in class com.adobe.idp.dsc.filter.Sort
Sets the sorting direction, which can be either ascending or descending.
setDisabled(boolean isDisabled) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets whether the user is disabled.
setDisabled(boolean isDisabled) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets whether the principal is disabled.
setDisposalTimeout(int seconds) — Method in class com.adobe.idp.Document
Sets the amount of time (in seconds) before the Document object is disposed of automatically.
setDocHasCryptFilter(int docHasCryptFilter) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocHasNonSigField(int docHasNonSigField) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocHasPresentation(int docHasPresentation) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocHasPSXObj(int docHasPSXObj) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocHasRequirementHandler(int docHasRequirementHandler) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocHasXFA(int docHasXFA) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setDocument(com.adobe.idp:Document aDocument) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
Sets a valid unread com.adobe.idp.Document object as the data to be saved for this task.
setDocumentId(java.lang:String documentId) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the document identifier of the document associated with the event.
setDocumentName(java.lang:String name) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.LicenseSearchFilter
Sets the value of the parameter used for searching for licenses by the name of the document associated with the licenses.
setDocumentOpenPassword(java.lang:String password) — Method in class com.adobe.livecycle.encryption.client.PasswordEncryptionOptionSpec
Sets the password value that is used to open the password-encrypted PDF document.
setDocuments(java.util:Map documents) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the successful documents from the DDX job.
setDocuments(java.util:Map documents) — Method in class com.adobe.service.ddxm.client.Output
Sets the successful documents from the DDX job.
setDomain(java.lang:String domain) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the domain associated with the authentication provider that performed the authentication.
setDomain(java.lang:String domain) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the domain associated with the authentication provider that performed the authentication.
setDomainCommonName(java.lang:String domainCommonName) — Method in interface com.adobe.idp.um.api.infomodel.Domain
Sets the domain's commmon name.
setDomainName(java.lang:String domainName) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets the domain name of the user or group to whom to assign the task.
setDomainName(java.lang:String domainName) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's domain name.
setDomainName(java.lang:String domainName) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's domain name.
setDomainName(java.lang:String domainName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord
Sets the domain name of the principal.
setDomainOids(java.util:Set domainOids) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search for principals belonging to selective domains.
setDoSignRequest(boolean doSignRequest) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets whether to sign the request or not.
setDynamicSigAPCount(int dynamicSigAPCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setEmail(java.lang:String email) — Method in class com.adobe.edc.server.spi.ersp.InvitedUserProviderResult
Sets the email.
setEmail(java.lang:String aEmail) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the email address of the user being created.
setEmail(java.lang:String email) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's email identifier.
setEmail(java.lang:String email) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's email identifier.
setEmail(java.lang:String e) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Perform a wildcard search on the various email addresses associated with the principal.
setEmail(java.lang:String email) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the primary email address of the principal.
setEmailAliases(java.util:List emailAlias) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the email aliases.
setEmailAliases(java.util:List emailAlias) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the secondary email addresses of the principal.
setEmailBody(java.lang:String emailBody) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the body of an email message.
setEmailRecipients(java.lang:String emailRecipients) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the email recipients separated by commas or semi colons.
setEmailServer(java.lang:String emailServer) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the email server that is used to send email messages.
setEmailSubject(java.lang:String emailSubject) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the subject that is displayed within email messages sent to email recipients.
setEncryptAttachmentsOnly(boolean encryptAttachmentsOnly) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Specifies whether only document attachments should be encrypted or both the document content and the attachment should be encrypted.
setEncryptionRequired(boolean encryptionRequired) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets whether the additional information returned by the authentication provider, in the form of string tokens, need to be encrypted before they become a part of the SAML assertion.
setEncryptionRequired(boolean encryptionRequired) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets whether the additional information returned by the authentication provider, in the form of string tokens, need to be encrypted before they become a part of the SAML assertion.
setEncryptionType(com.adobe.livecycle.encryption.client:EncryptionType encryptionType) — Method in class com.adobe.livecycle.encryption.client.EncryptionTypeResult
For internal use only.
setEncryptOption(com.adobe.livecycle.encryption.client:PasswordEncryptionOption options) — Method in class com.adobe.livecycle.encryption.client.PasswordEncryptionOptionSpec
Sets the PDF document resources to encrypt as a PasswordEncryptionOption
setEndpointURI(com.adobe.idp.dsc.registry.infomodel:EndpointURI aEndpointUri) — Method in interface com.adobe.idp.dsc.registry.infomodel.Endpoint
Sets the endpoint URI.
setEndPointURI(java.lang:String endpointURI) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies a valid endpoint URI, which is an address that is used to reference a LiveCycle service either locally or remotely.
setEntries(java.util:List entries) — Method in class com.adobe.repository.infomodel.bean.AccessControlList
Sets the entries that make up this ACL object.
setEpochMajor(int epochMajor) — Method in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Sets the major epoch.
setErrorMessage(java.lang:String message) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets an error message for this object.
setErrorMessage(java.lang:String message) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets an error message for this object.
setEscalateTo(com.adobe.idp.taskmanager.dsc.client.task:ParticipantInfo escalateTo) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Defines to whom the task will be escalated when TaskManager#escalateTask TaskManager.escalateTask() is called.
setEscalation(java.util:Date escalation) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets an escalation for the task.
setETag(long eTag) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets a timestamp that is updated every time a resource version is modified.
setEventCode(int eventCode) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the event code of the event.
setEventName(java.lang:String eventName) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the event name of the event.
setEventNamespace(java.lang:String eventNamespace) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the event namespace of the event.
setExceptionMessage(java.lang:String exceptionMsg) — Method in class com.adobe.livecycle.readerextensions.client.exceptions.ClientException
Sets the exception message.
setExceptions(java.util:List exceptions) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Specifies exceptions that occurred during authentication.
setExceptions(java.util:List exceps) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Specifies exceptions that occurred during authentication.
setExiprationDate(java.lang:Long exiprationDate) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthResultDTO
Sets the expiration date.
setExpiryDate(long expiryDate) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets this lock's expiration date.
setExplicitPolicy(boolean explicitPolicy) — Method in class com.adobe.livecycle.signatures.client.types.PathValidationOptionSpec
Specifies if the path must be valid for at least one of the certificate policies in the user initial policy set.
setExportDataFormat(java.lang:String exportDataFormat) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the data format value that controls the format of data that the Forms service exports to a client application.
setExternalOPIDictsCount(int externalOPIDictsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setExternalRefXObjectsCount(int externalRefXObjectsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setExternalStreamsCount(int externalStreamsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setFailedBlockNames(java.util:List failedBlockNames) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the names of the failed blocks.
setFailedBlocks(java.util:List failedBlocks) — Method in class com.adobe.service.ddxm.client.Output
Sets the names of the failed blocks.
setFailOnError(boolean failOnError) — Method in class com.adobe.livecycle.assembler.client.AssemblerOptionSpec
Sets whether the DDX job should exit immediately when an Exception or other error occurs.
setFailOnError(boolean failOnError) — Method in class com.adobe.service.ddxm.client.Environment
Sets whether the DDX job should exit immediately when an Exception or other error occurs.
setFailureReason(com.adobe.livecycle.signatures.pki.client.types.common:PathValidationFailureReason failureReason) — Method in class com.adobe.livecycle.signatures.client.types.SignerCertificatePath
Sets the reason why the path is not valid.
setFamilyname(java.lang:String aFamilyName) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the last name of the user being created.
setFamilyName(java.lang:String familyName) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's family name.
setFamilyName(java.lang:String familyName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user's last (family) name.
setFaultCallback(com.adobe.idp.dsc:FaultCallBackInfo info) — Method in interface com.adobe.idp.dsc.InvocationRequest
Sets a fault callback.
setFaultCode(java.lang:String faultCode) — Method in interface com.adobe.idp.dsc.FaultCallBackInfo
Sets a fault code.
setFields(java.lang:String[] fields) — Method in class com.adobe.livecycle.signatures.client.types.FieldMDPOptionSpec
Sets the PDF document fields associated with this object.
setFileName(java.lang:String aFileName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.AttachmentInfo
Sets the file name for this attachment.
setFileUri(java.lang:String fileUri) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets a file URI value that the Output service uses to write the output stream to a file.
setFileURI(java.lang:String fileURI) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets a file URI value that the Output service uses to write the output stream to a file.
setFileURI(java.lang:String fileURI) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets a file URI value that the Output service uses to write the output stream to a file.
setFilter(java.util:List filter) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.StatusFilter
Adds a lsit of java.lang.Short objects containing the status to be filtered.
setFilter(com.adobe.livecycle.convertpdfservice.client.enumeration:PNGFilter filter) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the filter.
setFilter(com.adobe.livecycle.signatures.client.types:PDFFilterType filter) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the signature handler to be used to sign the signature field.
setFilter(java.lang:String filter) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignature
Sets the name of the preferred signature handler to use while validating the signature.
setFipsCompliant(boolean fipsCompliant) — Method in class com.adobe.service.ddxm.client.Environment
Specifies whether FIPS 140-2 should be followed.
setFirstReminder(java.util:Date reminder) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a reminder for the task.
setFirstTime(java.util:Date firstTime) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the starting time for any policies matching the search.
setFlags(int flags) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the flags associated with this certificate seed value.
setFlags(int flags) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the flag associated with the seed value.
setFontMapURI(java.lang:String fontMapURI) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the URI location of the font mapping file.
setFontMapURI(java.lang:String fontMapURI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the URI location of the font mapping file.
setForm(java.lang:String form) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the form design that is used to generate an output stream.
setForm(java.lang:String form) — Method in class com.adobe.livecycle.output.client.Rule
Sets the form design to use if the pattern is located within the input data.
setFormat(com.adobe.livecycle.convertpdfservice.client.enumeration:JPEGFormat format) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the JPEG format.
setFormInstanceId(long aFormInstanceId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
Optional.
setFormModel(com.adobe.livecycle.formsservice.client:FormModel formModel) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the location to where the form and its scripts are processed.
setFormModel(com.adobe.livecycle.formsservice.client:FormModel formModel) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the location to where the form and its scripts are processed.
setFormModel(java.lang:String formModel) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the location to where the form is processed.
setFormType(java.lang:String value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets the form type of the queried PDF document.
setForwardGroup(java.lang:String groupDomainId, java.lang:String groupCanonicalName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the forward group based on the domain identifier and group canonical name.
setForwardGroupId(java.lang:String forwardGroupId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets an identifier for the group to which users can forward this task.
setFuturePDFVersionCount(int futurePDFVersionCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
/** For internal use only.
setGenerateManyFiles(boolean generateManyFiles) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Specifies whether the Output service creates a single or multiple output streams.
setGenerateManyFiles(boolean generateManyFiles) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Specifies whether the Output service creates a single or multiple output streams.
setGenericAssignmentJoin(boolean aGenericAssignment) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
For internal use only.
setGenericUserString(java.lang:String genericUserString) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets a generic string to which to assign the user.
setGivenname(java.lang:String aGivenName) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the first name of the user being created.
setGivenName(java.lang:String givenName) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's given name.
setGivenName(java.lang:String givenName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user's first (given) name.
setGoTo3DViewActionCount(int goTo3DViewActionCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setGoToEAction(int goToEAction) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setGoToEHasF(int goToEHasF) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setGoToRActions(int goToRActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setGraphicPDF(com.adobe.idp:Document pdfDoc) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets the graphic that is displayed within the signature.
setGrayScaleCompression(com.adobe.livecycle.convertpdfservice.client.enumeration:GrayScaleCompression grayScaleCompression) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the grayscale compression.
setGrayScalePolicy(com.adobe.livecycle.convertpdfservice.client.enumeration:GrayScalePolicy grayScalePolicy) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the grayscale policy.
setGreaterThanDate(java.util:Date greaterThanDate) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.DateFilter
Sets a search filter for a date that is greater than or possibly equal to the supplied date (depending on the value of the greaterThanInclusive value which can be set by the #setGreaterThanInclusive() method).
setGreaterThanInclusive(boolean greaterThanInclusive) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.DateFilter
Sets a boolean flag indicating if the date set in the #setGreaterThanDate() method should be included in the query or only all dates greater than the set date.
setGroup(com.adobe.idp.um.api.infomodel:Group group) — Method in class com.adobe.idp.um.api.infomodel.GroupCreationInfo
Assigns the group.
setGroupCannonicalName(java.lang:String groupCannonicalName) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets the canonical name of the group to which to assign the task.
setGroupOid(java.lang:String r) — Method in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
Allows you to do an exact match search for a group.
setGroupQueueId(long groupQueueId) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds a group queue identifier to the search criteria.
setGroupQueueIdList(java.util:List groupQueueIdList) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds one or more group queue identifier to the search criteria.
setGroupType(java.lang:String groupType) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the type of group record this describes.
setGuideAccessible(boolean guideAccessible) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets whether guided forms compilation is accessible.
setGuideAccessible(boolean guideAccessible) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the guideAccessible option, which specifies whether guided forms compilation is accessible.
setGuideCBURL(java.lang:String guideCBURL) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets the custom override implementation of the callback servlet.
setGuideCBURL(java.lang:String guideCBURL) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the guideCBURL option, which specifies a custom override implementation of a callback servlet.
setGuideName(java.lang:String guideName) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets the name of the specific guide within a guided forms definition.
setGuideName(java.lang:String guideName) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the name of the specific guide within a guided forms definition.
setGuidePDF(boolean guidePDF) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets whether the Forms service data output is rendered in both Flash and PDF.
setGuidePDF(boolean guidePDF) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the guidePDF option, which specifies that the output is rendered in both Flash and PDF format.
setGuideRSL(boolean guideRSL) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets whether to use run-time shared libraries when compiling guided forms.
setGuideRSL(boolean guideRSL) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the guideRSL option that specifies to use run-time shared libraries when compiling guided forms.
setGuideStyle(java.lang:String guideStyle) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets the name of the style sheet used by a guided form.
setGuideStyle(java.lang:String guideStyle) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the name of the style sheet used by a guided form.
setGuideSubmitAll(boolean guideSubmitAll) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets whether guided forms submit all data including hidden panels.
setGuideSubmitAll(boolean guideSubmitAll) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the GuideSubmitAll option, which specifies whether guided forms submit all data including hidden panels.
setHardenedTemplatePath(java.lang:String appstoreHardenedPath) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase
Sets a hardened path (a path that contains specific version information) to the form template.
setHasAttachments(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if the document contains file attachments.
setHasAttachments(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets whether the document has attachments.
setHasComments(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if the document contains comments.
setHasComments(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets whether the document contains comments.
setHasPermission(boolean hasPermission) — Method in class com.adobe.idp.um.api.infomodel.PermissionInfo
Sets whether the principal has the permission.
setHead(boolean head) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets whether this resource is the head version of a logical resource.
setHeadOnly(boolean aValue) — Method in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
Sets whether this is the head version.
setHeight(int height) — Method in class com.adobe.livecycle.signatures.client.types.PositionRectangle
Sets the height of the signature field.
setHideActions(int hideActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setHideAnnotationActions(int hideAnnotationActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setHint(java.lang:String aNewHint) — Method in interface com.adobe.idp.dsc.propertyeditor.Property
Sets the current help hint.
setHorizontalAlignment(java.lang:String alignment) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the horizontal alignment for the watermark.
setHTMLToolbar(com.adobe.livecycle.formsservice.client:HTMLToolbar htmlToolbar) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the HTML toolbar that is rendered with an HTML form.
setId(long id) — Method in interface com.adobe.idp.applicationmanager.application.ApplicationId
Sets the application identifier.
setId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceCategoryInfo
Sets the service category identifier.
setId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceInfo
Sets the identifier to use for this service.
setId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceCategoryInfo
Sets the identifier of the service category to be modified.
setId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceInfo
Sets the service identifier.
setId(java.lang:String userId) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the user identifier.
setId(long aId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.AttachmentInfo
Sets the identifier for this attachment.
setId(com.adobe.repository.infomodel:Id idString) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this resource's unique identifier.
setIfModifiedSince(java.lang:String ifModifiedSince) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
For internal use only.
setIfModifiedSince(java.lang:String ifModifiedSince) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
For internal use only.
setIgnoreAllAcls(boolean ignoreAllAcls) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets whether to ignore ACLs for a task when querying for results.
setImageConvertFormat(com.adobe.livecycle.convertpdfservice.client.enumeration:ImageConvertFormat imageConvertFormat) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the image conversion format.
setImageURL(java.lang:String imageURL) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the URL that receives image requests from the target device.
setImplementationVersion(java.lang:String implementationVersion) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the public implementation version number.
setImportDataActions(int importDataActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setInActiveOnly(boolean aValue) — Method in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
Sets whether the service is inactive.
setIncludePrincipalAttributes(boolean includePrincipalAttrs) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.PolicySearchFilter
Specifies whether the search results include detailed information about the principals for which the returned policies provide permissions.
setIncludeSystem(boolean aValue) — Method in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
Sets whether to include the system.
setInitCauseStackTrace(java.lang:String initCauseStackTrace) — Method in class com.adobe.livecycle.encryption.client.EncryptionServiceException
Sets the stack trace value.
setInitialContext(javax.naming:InitialContext ic) — Static method in class com.adobe.idp.Document
Use this method to set the InitialContext needed by the Document object in order to look up an internal server EJB, which is used to upload the Document object's content to the LiveCycle server.
setInitials(java.lang:String initials) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's initials.
setInitials(java.lang:String initials) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user's initials.
setInjectFormBridge(boolean injectFormBridge) — Method in class com.adobe.livecycle.formsservice.client.ActivityGuideRenderSpec
Sets whether the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms.
setInjectFormBridge(boolean injectFormBridge) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the injectFormBridge option that specifies whether the Forms service inserts special javascript code into a PDF form.
setInputParameter(java.lang:String parameterName, java.lang:Object value) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies an input parameter and its value.
setInputParameters(java.util:Map inputParameters) — Method in interface com.adobe.idp.dsc.InvocationRequest
Copies all the values from the specified map to this invocation request's input parameters.
setInstructions(java.lang:String instructionsText) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the instructions metadata (text) associated with the task.
setInterlace(com.adobe.livecycle.convertpdfservice.client.enumeration:Interlace interlace) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the interlace.
setInternalOption(java.lang:String key, java.lang:String val) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
For internal use only.
setInternalOptions(java.lang:String key, java.lang:String val) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
For internal use only.
setInvalidEOF(int invalidEOF) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setInvalidFileHeader(int invalidFileHeader) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setIsAcroForm(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Determines whether to check if the document is an Acrobat form (a form that is created in Acrobat).
setIsAcroForm(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets if the document is an Acrobat form (Acroform) that does not contain an XFA stream.
setIsFillableForm(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if the document contains fillable fields.
setIsFillableForm(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets if the document contains fillable form fields.
setIsInherited(boolean isInherited) — Method in class com.adobe.idp.um.api.infomodel.PermissionInfo
Sets whether the permission is inherited.
setIsLocal(boolean restrictIsLocal) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Sets whether local results will be returned.
setIsPDFDocument(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if you can perform PDF document operations on this document.
setIsPDFDocument(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets whether you can perform PDF document operations on this document.
setIsPDFPackage(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if the document is a PDF package.
setIsPDFPackage(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets whether the document is a PDF package.
setIssuerCN(java.lang:String issuerCN) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the issuer's canonical name.
setIssuerCN(java.lang:String issuerCN) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the issuer's canonical name.
setIssuers(byte[][] issuers) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the issuers associated with this certificate seed value.
setIsSystem(boolean isSystem) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets whether this principal is a system principal.
setIsSystem(boolean isSystem) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets whether the principal type is a system principal.
setIsSystemResourceType(boolean isSystemResourceType) — Method in interface com.adobe.idp.um.api.infomodel.ResourceType
Sets whether the resource type is a system resource type.
setIsXFADocument(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check if the document is an XFA document.
setIsXFADocument(java.lang:Boolean value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets if the PDF document contains an XFA stream.
setJavaScriptActions(int javaScriptActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setJobLog(com.adobe.idp:Document jobLog) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the job log that was generated during execution of the DDX.
setJobLog(com.adobe.idp:Document jobLog) — Method in class com.adobe.livecycle.assembler.client.OperationException
Sets the job log.
setJobLog(Document jobLog) — Method in class com.adobe.service.ddxm.client.Output
Sets the job log that was generated during execution of the DDX.
setKerberosIntermediateTkt(java.lang:String tkt) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
This method is related to Kerberos authentication and should not be used.
setKerberosIntermediateTkt(java.lang:String tkt) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
This method is related to Kerberos authentication and should not be used.
setKeyUsage(java.lang:String[] keyUsage) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the key-usage extension that must be present in the signing certificate.
setKeywords(java.util:List keywords) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets a list of keyword values to import into a PDF document.
setLastSyncTime(java.util:Date lastSyncTime) — Method in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Sets the last synchronization time.
setLastTime(java.util:Date lastTime) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the ending time for any policies matching the search.
setLaunchActions(int launchActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setLeftOperand(java.lang:String leftOperand) — Method in class com.adobe.repository.query.Query.Statement
Sets the left operand.
setLeftOperandWithConstant(int leftOperandConstant) — Method in class com.adobe.repository.query.Query.Statement
Sets the left operand and the namespace.
setLegalAttestations(java.lang:String[] legalAttestations) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the legal attestation associated with this seed value.
setLegalAttestations(java.lang:String legalAttestations) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the legal attestations that are associated with the signature.
setLegalAttestationString(java.lang:String legalAttestationString) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setLessThanDate(java.util:Date lessThanDate) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.DateFilter
Sets a search filter for a date that is less than or possibly equal to the supplied date (depending on the value of the lessThanInclusive value which can be set by the #setLessThanInclusive() method).
setLessThanInclusive(boolean lessThanInclusive) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.DateFilter
Sets a boolean flag indicating if the date set in the #setGreaterThanDate() method should be included in the query or only all dates greater than the set date.
setLicenseAlternateId(java.lang:String licenseId, java.lang:String alternateId) — Method in interface com.adobe.livecycle.rightsmanagement.client.LicenseManager
Sets the alternate identification for a license.
setLicenseId(java.lang:String licenseId) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the license identifier used for securing the document.
setLicenseIssueBeginDate(java.util:Date beginDate) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.LicenseSearchFilter
Sets the value of the parameter used for searching for licenses by the date after which they were issued.
setLicenseIssueEndDate(java.util:Date endDate) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.LicenseSearchFilter
Sets the value of the parameter used for searching for licenses by the date before which they were issued.
setLid(com.adobe.repository.infomodel:Lid lidString) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this resource's logical identifier, which is unique among distinct logical resources and common across all versions of the same logical resource.
setLinearizedPDF(boolean linearizedPDF) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the linearizedPDF property that results in the Forms service producing a linearized PDF form.
setLinearizedPDF(boolean linearizedPDF) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the linearizedPDF property that results in the Forms service producing a linearized PDF form.
setLinearizedPDF(boolean linearizedPDF) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the linearizedPDF option that results in the Output service producing a linearized PDF document.
setLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in interface com.adobe.repository.bindings.ResourceRepositoryDelegate
The load profile to apply to objects returned from the repository.
setLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
The load profile to apply to objects returned from the repository.
setLocalCode(int localCode) — Method in class com.adobe.repository.RepositoryException
Sets the local code for this exception.
setLocale(java.lang:String locale) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the server locale.
setLocale(java.util:Locale locale) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's locale.
setLocale(java.lang:String locale) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the locale in standard ISO language and country form.
setLocale(java.lang:String locale) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the locale value that the Forms service uses to send validation messsages to client devices, such as web browsers, when a HTML form is rendered.
setLocale(java.lang:String locale) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the locale value that the Forms service uses to send validation messsages to client devices, such as web browsers, when a HTML form is rendered.
setLocale(java.lang:String locale) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the locale value that the Forms service uses to send validation messsages to client devices, such as web browsers, when a HTML form is rendered.
setLocale(java.lang:String locale) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the locale value
setLocale(java.lang:String locale) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the locale value
setLocalURI(java.lang:String localURI) — Method in class com.adobe.livecycle.signatures.client.types.CRLOptionSpec
Sets the local URL for the CRL store.
setLocation(java.lang:String location) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the location of the signer.
setLockDepth(boolean lockDepth) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock depth attribute.
setLocked(boolean locked) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets whether the document is locked.
setLocked(boolean locked) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets whether the principal is locked.
setLockExpiryDate(boolean lockExpiryDate) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock expiration date attribute.
setLockLockToken(boolean lockLockToken) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock lock token attribute.
setLockOwnerUserId(boolean lockOwnerUserId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock owner user identifier attribute.
setLockResourceId(boolean lockResourceId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock resource identifier attribute.
setLockToken(java.lang:String lockToken) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets this lock's token.
setLockType(boolean lockType) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Lock type attribute.
setLogDocument(com.adobe.idp:Document logDocument) — Method in class com.adobe.livecycle.generatepdf.client.CreatePDFResult
For internal use only.
setLogLevel(java.lang:String logLevel) — Method in class com.adobe.livecycle.assembler.client.AssemblerOptionSpec
Sets the log level.
setLogLevel(java.util.logging:Level logLevel) — Method in class com.adobe.service.ddxm.client.Environment
Sets the log level.
setLogoOpacity(double logoOpacity) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets the opacity of the logo that is displayed within the signature.
setLogoPDF(com.adobe.idp:Document logoPDF) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets the logo that is displayed within the signature.
setLongLivedInvocationId(java.lang:String aInvocationId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Provides the task with a way to store the long-lived invocation that created the task.
setLookAhead(int lookAhead) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the lookahead bytes used for the search rules.
setLookAhead(int lookAhead) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the lookahead bytes used for the search rules.
setLookAhead(int lookAhead) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the lookahead bytes used for the search rules.
setLowerLeftX(int lowerLeftX) — Method in class com.adobe.livecycle.signatures.client.types.PositionRectangle
Sets the lower-left X position of the signature field.
setLowerLeftY(int lowerLeftY) — Method in class com.adobe.livecycle.signatures.client.types.PositionRectangle
Sets the lower-left Y position of the signature field.
setLpdURI(java.lang:String lpdURI) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
setLpdURI(java.lang:String lpdURI) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
setLpdURI(java.lang:String lpdURI) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
setMajorVersion(int aVersion) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the major version for the service configuration created from this object.
setMajorVersion(int aVersion) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets the major version for the service configuration created from this object.
setMajorVersion(int majorVersion) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the initial major version number to use when a new logical resource is created.
setMalformedContentStm(int malformedContentStm) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setMaxClockSkew(long maxClockSkew) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the maximum allowed skew in response time and local time.
setMaxDownloadLimit(int maxDownloadLimit) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the maximun number of downloads to allow.
setMaxInlineSize(int bytes) — Method in class com.adobe.idp.Document
Sets the maximum size of the document content that can be embedded within the Document instance.
setMaxObjects(int i) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets the maximum number of items returned from the query.
setMaxRows(int maxRows) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets the maximum number of rows to be included in the result set.
setMdpValue(com.adobe.livecycle.signatures.client.types:MDPPermissions mdpValue) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the MDP value associated with this seed value.
setMessage(java.lang:String message) — Method in class com.adobe.livecycle.readerextensions.client.GetUsageRightsResult
Not for use by a client application.
setMessage(java.lang:String message) — Method in class com.adobe.livecycle.readerextensions.client.ReaderExtensionsOptionSpec
Sets the message that is displayed within Adobe Reader when the rights enabled PDF document is opened.
setMessageArgs(java.lang:Object[] args) — Method in class com.adobe.repository.RepositoryException
Sets the arguments that will be applied to the message string.
setMetaDataSpecFile(java.lang:String metaDataSpecFile) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the value used to generate metadata.
setMetaDataSpecFile(java.lang:String metaDataSpecFile) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the metaDataSpecFile value.
setMetaDataSpecFile(java.lang:String metaDataSpecFile) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the metaDataSpecFile value.
setMimeType(java.lang:String mimeType) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the MIME type of the data.
setMinorVersion(int aVersion) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the minor version for the service configuration created from this object.
setMinorVersion(int aVersion) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets the minor version for the service configuration created from this object.
setMinorVersion(int minorVersion) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the initial minor version number to use when a new logical resource is created.
setModeFinal(boolean modeFinal) — Method in class com.adobe.livecycle.readerextensions.client.ReaderExtensionsOptionSpec
Sets the usage-rights mode.
setModuleCode(int moduleCode) — Method in class com.adobe.repository.RepositoryException
Sets the module code for this exception.
setMonochrome(com.adobe.livecycle.convertpdfservice.client.enumeration:MonochromeCompression monochrome) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the monochrome compression.
setMovieActions(int movieActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setMultipleResultsBlocks(java.util:Map multipleResultsBlocks) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets a map of the result block name to the document names resulting from that result block.
setMultipleResultsBlocks(java.util:Map multipleResultsBlocks) — Method in class com.adobe.service.ddxm.client.Output
Sets the multiple result blocks (a map of result block names to a list of document names that was produced by that block).
setMutableStatus(boolean isMutable) — Method in interface com.adobe.idp.um.api.infomodel.Role
Sets whether the role is mutable.
setMutableStatus(boolean isMutable) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the mutable status of the role.
setName(java.lang:String name) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthPropertyDTO
Sets the property name.
setName(java.lang:String localizedPermissionName) — Method in interface com.adobe.idp.um.api.infomodel.Permission
Sets the permission name.
setName(java.lang:String localizedRoleName) — Method in interface com.adobe.idp.um.api.infomodel.Role
Sets the localized string representation of the role.
setName(java.lang:String name) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the name of the policy.
setName(java.lang:String name) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.PolicySearchFilter
Sets the value of the parameter used for searching for policies by name.
setName(java.lang:String name) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the name for the watermark.
setName(java.lang:String name) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureField
Sets the name of the signature field.
setName(java.lang:String name) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the short, one-line name for the implementation type.
setName(java.lang:String name) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this resource's name.
setName(java.lang:String name) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets this resource property's name.
setNamedAction(int namedAction) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setNamespace(java.lang:String namespace) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets this resource property's namespace.
setNamespace(java.lang:String namespace) — Method in class com.adobe.repository.query.Query.Statement
Sets the namespace of the left operand.
setNamespace(java.lang:String namespace) — Method in class com.adobe.repository.query.sort.SortOrder.Element
Sets the namespace.
setNewId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceCategoryInfo
Sets the new identifier to be used to identify this service category.
setNonEmbeddedFontsCount(int nonEmbeddedFontsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setNumRequestedBlocks(int numRequestedBlocks) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the number of result blocks in the DDX.
setNumRequestedBlocks(int numRequestedBlocks) — Method in class com.adobe.service.ddxm.client.Output
Sets the number of result blocks in the DDX.
setNumRevisions(long numRevisions) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the number of revisions.
setObjectStatus(int objectStatus) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets this instance's status.
setObjectType(int objectType) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the type of the resource instance.
setObtainCompletePrincipal(boolean obtainCompletePrincipal) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search using the complete principal
setOcspServerURL(java.lang:String ocspServerURL) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the locally configured OCSP URL.
setOfflineLeasePeriod(int days) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the length of time after users synchronize with the Rights Management Service that documents protected with this policy can be opened offline.
setOffset(int offset) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets an offset value from which to select a section of the result set.
setOffset(int i) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets the result set offset.
setOid(java.lang:String oid) — Method in interface com.adobe.idp.um.api.infomodel.Permission
Sets the permission identifier.
setOid(java.lang:String oid) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's identifier.
setOid(java.lang:String oid) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's identifier.
setOid(java.lang:String oid) — Method in interface com.adobe.idp.um.api.infomodel.ResourceType
Sets the localized string representation of the resource type.
setOid(java.lang:String oid) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the principal identifier.
setOid(long oid) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets this lock's numerical object identifier.
setOid(long oid) — Method in class com.adobe.repository.infomodel.bean.Relation
Do not use this method.
setOid(long oid) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets this object's numerical identifier.
setOid(long oid) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets this resource property's numerical object identifier.
setOids(java.lang:String[] oids) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the certificate policies associated with this certificate seed value.
setOpacity(int percent) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the opacity of the watermark.
setOperationName(java.lang:String operationName) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies the service operation name that the client application wants to invoke.
setOperationType(com.adobe.edc.server.spi.authorization:ExternalAuthOperationType operationType) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the operation type performed by the user.
setOperator(com.adobe.idp.dsc.filter:Operator aOperator) — Method in class com.adobe.idp.dsc.filter.Condition
Sets the logical operator for the filter operation.
setOperator(int operator) — Method in class com.adobe.repository.query.Query.Statement
Set the operator for this statement.
setOptionalContent(boolean optionalContent) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setOptionString(java.lang:String optionString) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets an option string that is used to generate output.
setOrg(java.lang:String org) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's organization.
setOrg(java.lang:String org) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's organization.
setOrg(java.lang:String org) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the organization to which the principal belongs.
setOriginalName(java.lang:String originalName) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the original name of the principal.
setOutputBin(java.lang:String outputBin) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.
setOutputBin(java.lang:String outputBin) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.
setOutputContent(com.adobe.idp:Document contentDoc, java.lang:String sContentType) — Method in class com.adobe.livecycle.formsservice.client.FormsResult
Sets the output content.
setOutputContent(com.adobe.idp:Document inputDoc, java.lang:String contentType) — Method in interface com.adobe.livecycle.formsservice.client.interfaces.IOutputContext2
For internal use only.
setOutputJog(java.lang:String outputJog) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the Jog XCI value that is used to set what output pages are physically shifted in the output tray.
setOutputJog(com.adobe.livecycle.output.client:OutputJog outputJog) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the Jog XCI value that is used to set what output pages are physically shifted in the output tray.
setOutputParameter(java.lang:String parameterName, java.lang:Object value) — Method in interface com.adobe.idp.dsc.InvocationResponse
Sets the value of an output parameter.
setOutputStream(java.lang:String outputStream) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Specifies whether the Output service creates a single or multiple output streams.
setOutputType(com.adobe.livecycle.formsservice.client:OutputType outputType) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the output type value that is used by the Forms service to render a form as HTML.
setOutputType(com.adobe.livecycle.formsservice.client:OutputType outputType) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the output type value that is used by the Forms service to render a form as HTML.
setOutputXML(com.adobe.idp:Document outputXML) — Method in class com.adobe.livecycle.formsservice.client.FormsResult
Sets the output XML.
setOutputXML(com.adobe.idp:Document sXML) — Method in interface com.adobe.livecycle.formsservice.client.interfaces.IOutputContext
Sets the output XML retrieved by calling getOutputXML.
setOwner(com.adobe.idp.um.api.infomodel:Principal owner) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.PolicySearchFilter
Sets the name of an owner when searching for policies.
setOwnerId(java.lang:String ownerId) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the lock's owner.
setOwnerUserId(java.lang:String ownerUserId) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the user identifier of the User Manager principal who owns this lock.
setOwnerUserId(java.lang:String ownerUserId) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the user identifier (login identifier) of the user who created this resource.
setPageHasAA(int pageHasAA) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setPageNumber(int pageNumber) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
The page number value specifies the initial page number to render in a multipage HTML form.
setPageNumber(int pageNumber) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
The page number value specifies the initial page number to render in a multipage HTML form.
setPageOffsetX(java.lang:String pageOffsetX) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the pageOffsetX XCI value.
setPageOffsetX(java.lang:String pageOffsetX) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the pageOffsetX XCI value.
setPageOffsetY(java.lang:String pageOffsetY) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the pageOffsetY XCI value.
setPageOffsetY(java.lang:String pageOffsetY) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the pageOffsetY XCI value.
setPagination(java.lang:String pagination) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the pagination XCI value.
setPagination(com.adobe.livecycle.output.client:Pagination pagination) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the pagination XCI value.
setParentIds(java.util:Set parentIds) — Method in class com.adobe.idp.um.api.infomodel.GroupCreationInfo
Assigns the parent identifiers for the group.
setParentResultNames(java.util:Map parentResultNames) — Method in class com.adobe.service.ddxm.client.Output
Sets a map of the result block name to the document names resulting from that result block.
setPassivationLazy(boolean enable) — Static method in class com.adobe.idp.Document
Use this method to override the default passivation behavior.
setPath(java.lang:String path) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the path for this resource.
setPattern(java.lang:String pattern) — Method in class com.adobe.livecycle.output.client.Rule
Sets the text pattern for which the Output service searches.
setPDF2XDP(boolean pDF2XDP) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the setPDF2XDP value.
setPDFAAmendment(java.lang:String pDFAAmendment) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the PDF/A document amendment value.
setPDFAConformance(com.adobe.livecycle.output.client:PDFAConformance pDFAConformance) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets a string value that specifies the PDF/A conformance level as specified in the PDF/A-1 ISO specification.
setPDFARevisionNumber(com.adobe.livecycle.output.client:PDFARevisionNumber pDFARevisionNumber) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the revision number of a PDF/A document.
setPdfVersion(java.lang:String pdfVersion) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the PDF version to generate.
setPDFVersion(java.lang:String value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets the document's version.
setPDFVersion(com.adobe.livecycle.formsservice.client:PDFVersion pDFVersion) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the PDF version of the PDF form that is rendered.
setPDFVersion(java.lang:String pDFVersion) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the PDF version value that represents the PDF version to output.
setPermission(com.adobe.idp.um.api.infomodel:Permission permission) — Method in class com.adobe.idp.um.api.infomodel.PermissionInfo
Sets the permission.
setPermissionName(java.lang:String permName) — Method in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
Sets the permission name.
setPermissionPassword(java.lang:String password) — Method in class com.adobe.livecycle.encryption.client.PasswordEncryptionOptionSpec
Sets the password value that is used to modify permissions or remove password-based encryption from the PDF document.
setPermissions(java.util:ArrayList permissions) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the allowable permission as evaluated by Rights Management ES.
setPermissions(java.util:ArrayList permissions) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthResultDTO
Sets a list of allowable permissions.
setPermissions(int aPermissions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.AttachmentInfo
Sets new permissions for this attachment.
setPermissions(com.adobe.livecycle.signatures.client.types:PDFSignaturePermissions permissions) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the actions that can be performed without invalidating the signature.
setPermissionsForUser(java.lang:String user, java.util:List permissions) — Method in class com.adobe.repository.infomodel.bean.AccessControlList
Sets the specified permissions for the user.
setPermissionsRequested(java.util:List permissions) — Method in class com.adobe.livecycle.encryption.client.PasswordEncryptionOptionSpec
Sets the permissions that are applicable to the users that open the password-encrypted PDF document within Adobe Reader or Acrobat.
setPhone(java.lang:String aPhone) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the phone number of the user being created.
setPlaintextMetadata(boolean plaintextMetadata) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Specifies whether document metadata is encrypted when the document is protected with this policy.
setPolicyId(java.lang:String policyId) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the policy identifier used for securing the document.
setPolicyId(java.lang:String policyId) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the policy identifier of the policy associated with the event.
setPolicyId(java.lang:String policyId) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.LicenseSearchFilter
Sets the value of the parameter used for searching for licenses by the identification of the policy associated with the licenses.
setPolicyMappingInhibit(boolean policyMappingInhibit) — Method in class com.adobe.livecycle.signatures.client.types.PathValidationOptionSpec
Specifies whether policy mapping is allowed in the certification path.
setPolicyProperties(java.util:Map newProps) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Set the new properties for the policy.
setPolicyProperty(java.lang:String propname, java.util:List value) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the property value for a particular property.
setPolicyProps(java.util:HashMap policyProps) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthDTO
Sets the list of policy properties.
setPolicyQualifierList(java.util:ArrayList policyQualifierList) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets a policy qualifier list.
setPolicySetName(java.lang:String policySetName) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the name of the policy set that contains this policy.
setPolicySetName(java.lang:String policySetName) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.PolicySearchFilter
Sets the name of the policy set to search when searching for policies.
setPostalAddress(java.lang:String postalAddress) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's postal address.
setPostalAddress(java.lang:String postalAddress) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user's postal address.
setPrefix(java.lang:String prefix) — Method in class com.adobe.repository.infomodel.Uuid
setPrimarySortCriteria(ColumnInfo PrimaryColumn, int PrimarySort) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.SortOrder
Sets the primary sort column in the specified order.
setPrincipal(com.adobe.idp.um.api.infomodel:Principal principal) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.PolicyEntry
Sets the principal for which this com.adobe.livecycle.rightsmanagement.client.infomodel.PolicyEntry object defines permissions.
setPrincipal(java.lang:String principal) — Method in class com.adobe.repository.infomodel.bean.AccessControlEntry
Sets the principal for this entry.
setPrincipalId(java.lang:String principalId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskACL
Sets the principal identifier (user identifier) for the user to whom this ACL applies.
setPrincipalType(java.lang:String principalType) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's type.
setPrincipalType(java.lang:String principalType) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's type.
setPrincipalType(java.lang:String principalType) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Set the principal type on which to base the search.
setPrincipalType(java.lang:String principalType) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the type of the principal.
setPrinterQueueName(java.lang:String printerQueueName) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
setPrinterQueueName(java.lang:String printerQueueName) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
setPrinterQueueName(java.lang:String printerQueueName) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
setPrinterURI(java.lang:String printerURI) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the destination for the print output.
setPrinterURI(java.lang:String printerURI) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the destination for the print output.
setPrintFormat(java.lang:String printFormat) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the format of the output stream.
setPrintUri(java.lang:String printUri) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the destination for the print output.
setPriority(short priority) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a priority for this task.
setProcessInstanceId(long processId) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the process identifier for this task.
setProcessJoin(boolean aProcessJoin) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
For internal use only.
setProcessName(java.lang:String aProcessName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Provides the opportunity for an orchestrated service calling TaskManager#createTask TaskManager.createTask() to provide the process name.
setProducer(java.lang:String producer) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets a producer value to import into a PDF document.
setProfile(java.lang:String profile) — Method in class com.adobe.livecycle.readerextensions.client.GetUsageRightsResult
Not for use by a client application.
setPropagationType(int aType) — Method in interface com.adobe.idp.dsc.transaction.TransactionDefinition
Sets the propagation type to use for this template
setProperty(java.lang:String propertyName, java.lang:Object value) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies an invocation request property.
setProperty(java.lang:String propertyName, java.lang:Object defaultValue) — Method in interface com.adobe.idp.dsc.InvocationResponse
Specifies a response property.
setProperty(java.lang:String aProperty) — Method in class com.adobe.idp.dsc.filter.Condition
Sets the property with which to filter.
setProperty(java.lang:String aPropName) — Method in class com.adobe.idp.dsc.filter.Sort
Sets the property on which to sort.
setPropertyContext(com.adobe.idp.dsc.propertyeditor:PropertyContext aCtx) — Method in interface com.adobe.idp.dsc.propertyeditor.UIComponent
Sets the com.adobe.idp.dsc.propertyeditor.PropertyContext PropertyContext for this UIComponent, providing access to the current property value as well as to all the values provided by this com.adobe.idp.dsc.propertyeditor.PropertySheet PropertySheet.
setPropertyUtil(ProcessSearchingUtil aUtil) — Method in class com.adobe.idp.taskmanager.dsc.client.query.ProcessSearchFilter
For internal use only.
setPropertyUtil(TaskSearchingUtil aUtil) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
For internal use only.
setProxyHost(java.lang:String proxyHost) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the proxy host to use.
setProxyPassword(java.lang:String proxyPassword) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the proxy password to use.
setProxyPort(int proxyPort) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the port of the proxy server.
setProxyUsername(java.lang:String proxyUsername) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the user name for the proxy server.
setPublisher(com.adobe.idp.um.api.infomodel:Principal publisher) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.LicenseSearchFilter
Sets the value of the parameter used for searching for licenses by the publisher of the documents associated with the licenses.
setQueryExceptions(java.util:Map queryExceptions) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Assigns a collection of exceptions to this result object.
setQueryFormType(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to check the form type of the document.
setQueryPDFVersion(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to return the PDF version of the document.
setQueryRequiredAcrobatVersion(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to retrieve the Acrobat (or Adobe Reader) version that is required to correctly view the PDF document.
setQueryXFAVersion(boolean check) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesRequest
Sets whether to retrieve the XFA version of the document.
setQueueId(long queueId) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds a queue identifier to the search criteria.
setQueueID(long queueID) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets the queue identifier for the queue to which to assign the task.
setQueueIdList(java.util:List queueIdList) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds one or more user queue identifiers to the search criteria.
setRandomGroupUser(boolean randomGroupUser) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets whether the task is to be assigned to a random user in the group or to the group's queue.
setRe2DBarcode(boolean re2DBarcode) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the re2DBarcode option that enables the Forms service to render forms that contain 2D barcodes and enables a user to fill in the form using Adobe Reader.
setRe2DBarcode(boolean re2DBarcode) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the re2DBarcode option that enables the Forms service to render forms that contain 2D barcodes and enables a user to fill in the form using Adobe Reader.
setReason(java.lang:String reason) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the reason why the PDF document was signed.
setReasons(java.lang:String[] reasons) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the reasons associated with this seed value.
setReCommenting(boolean reCommenting) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reCommenting option that enables the Forms service to render forms that allow users to add comments to the PDF form using Adobe Reader.
setReCommenting(boolean reCommenting) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reCommenting option that enables the Forms service to render forms that allow users to add comments to the PDF form using Adobe Reader.
setRecordIdField(java.lang:String recordIdField) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the identifier value for the batch record.
setRecordIdField(java.lang:String recordIdField) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the identifier value for the batch record.
setRecordIdField(java.lang:String recordIdField) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the identifier value for the batch record.
setRecordLevel(int recordLevel) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the element level (located within the input data file) that contains data records where the root is level 1.
setRecordLevel(int recordLevel) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the element level (located within the input data file) that contains data records where the root is level 1.
setRecordLevel(int recordLevel) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the element level (located within the input data file) that contains data records where the root is level 1.
setRecordLevelMetaData(boolean recordLevelMetaData) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets whether the record level metadata is set.
setRecordLevelMetaData(boolean recordLevelMetaData) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the recordLevelMetaData value.
setRecordLevelMetaData(boolean recordLevelMetaData) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the recordLevelMetaData value.
setRecordName(java.lang:String recordName) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the element name (located within the input data file) that identifies the beginning of a record.
setRecordName(java.lang:String recordName) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the element name (located within the input data file) that identifies the beginning of a record.
setRecordName(java.lang:String recordName) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the element name (located within the input data file) that identifies the beginning of a record.
setReCreatePages(boolean reCreatePages) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reCreatePages option that enables the Forms service to render forms that allow users to dynamically add pages within Adobe Reader.
setReCreatePages(boolean reCreatePages) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reCreatePages option that enables the Forms service to render forms that allow users to dynamically add pages within Adobe Reader.
setReCredentialAlias(java.lang:String reCredentialAlias) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the alias value of the credential that grants usage rights.
setReCredentialAlias(java.lang:String reCredentialAlias) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the alias value of the credential that grants usage rights.
setReCredentialPassword(java.lang:String reCredentialPassword) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the credential password value that grants usage rights.
setReCredentialPassword(java.lang:String reCredentialPassword) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the credential password value that grants usage rights.
setReDigSig(boolean reDigSig) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reDigSig option that enables the Forms service to render PDF forms that allow users to digitally sign the form using Adobe Reader.
setReDigSig(boolean reDigSig) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reDigSig option that enables the Forms service to render PDF forms that allow users to digitally sign the form using Adobe Reader.
setReEmbeddedAttachments(boolean reEmbeddedAttachments) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reEmbeddedAttachments option that enables the Forms service to render PDF forms that allow users to add attachments to the form using Adobe Reader.
setReEmbeddedAttachments(boolean reEmbeddedAttachments) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reEmbeddedAttachments option that enables the Forms service to render PDF forms that allow users to add attachments to the form using Adobe Reader.
setReExpImp(boolean reExpImp) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reExpImp option that enables the Forms service to render PDF forms that allow users to import and export form data using Adobe Reader.
setReExpImp(boolean reExpImp) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reExpImp option that enables the Forms service to render PDF forms that allow users to import and export form data using Adobe Reader.
setRefDefGroupId(java.lang:String refDefGroupId) — Method in interface com.adobe.idp.um.api.infomodel.ResourceType
Sets the default group identifier.
setRefGroupProvider(java.lang:String string) — Method in class com.adobe.idp.um.spi.directoryservices.GenericGroupConfigBO
Sets the name of the group provider.
setReFillIn(boolean reFillIn) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reFillIn option that enables the Forms service to render PDF forms that allow users to fill in form fields and save the PDF form from within Adobe Reader.
setReFillIn(boolean reFillIn) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reFillIn option that enables the Forms service to render PDF forms that allow users to fill in form fields and save the PDF form from within Adobe Reader.
setReFormFieldMod(boolean reFormFieldMod) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reFormFieldMod option that enables the Forms service to render PDF forms that allow users to modify form fields and save the PDF form from within Adobe Reader.
setReFormFieldMod(boolean reFormFieldMod) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reFormFieldMod option that enables the Forms service to render PDF forms that allow users to modify form fields and save the PDF form from within Adobe Reader.
setRefUserProvider(java.lang:String string) — Method in class com.adobe.idp.um.spi.directoryservices.GenericUserConfigBO
Sets the name of the user provider.
setRefXobjects(int refXobjects) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
setRelAppName(java.lang:String localizedRelAppName) — Method in interface com.adobe.idp.um.api.infomodel.ReliantApplication
Sets the reliant application name identifier, which is the internal String representation of the ReliantApplication.
setRelAppName(java.lang:String reliantApp) — Method in interface com.adobe.idp.um.api.infomodel.Role
Sets the reliant application for which the role is being defined.
setRelAppName(java.lang:String relAppName) — Method in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Sets the reliant application name.
setRelAppOid(java.lang:String reliantApp) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the reliant application identifier for which the role is being defined.
setRelationSourceObjectId(boolean relationSourceObjectId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Relation source object identifier attribute.
setRelationTargetObjectId(boolean relationTargetObjectId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Relation target object identifier attribute.
setRelationTrackTargetHead(boolean relationTrackTargetHead) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Relation track target head attribute.
setRelationType(boolean relationType) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Relation type attribute.
setRelativeExpirationDays(int days) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.ValidityPeriod
Sets the length of the validity period for policy entries, relative to the time that the associated policies were registered with the Rights Management service.
setReminderInstructions(java.lang:String aReminderInstructions) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets instructions for the task once a reminder is issued.
setReminderRepeatMinutes(long reminderRepeatMinutes) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a time, in minutes, for reminders to be issued after the initial reminder.
setRenderAtClient(com.adobe.livecycle.formsservice.client:RenderAtClient renderAtClient) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later.
setRenderAtClient(java.lang:String renderAtClient) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later.
setRenderAtClient(java.lang:String renderAtClient) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later.
setRenditionActionCount(int renditionActionCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setReOnlineCommenting(boolean reOnlineCommenting) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reOnlineCommenting option that enables the Forms service to render PDF forms that allow users to add comments within Adobe Reader while online.
setReOnlineCommenting(boolean reOnlineCommenting) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reOnlineCommenting option that enables the Forms service to render PDF forms that allow users to add comments within Adobe Reader while online.
setReOnlineForms(boolean reOnlineForms) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reOnlineForms option that enables the Forms service to render PDF forms that allow users to interact with a form while online from within Adobe Reader.
setReOnlineForms(boolean reOnlineForms) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reOnlineForms option that enables the Forms service to render PDF forms that allow users to interact with a form while online from within Adobe Reader.
setRepositoryLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the Repository load profile for this lock.
setRepositoryLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the Repository load profile for this relation.
setRepositoryLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the Repository load profile for this resource.
setRepositoryLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the Repository load profile for this resource content.
setRepositoryLoadProfile(com.adobe.repository:RepositoryLoadProfile loadProfile) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets the Repository load profile for this resource property.
setRequestor(java.lang:String requestor) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the initiator of this request.
setRequestor(java.lang:String requestor) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the initiator of this request.
setRequestSignerCredentialAlias(java.lang:String requestSignerCredentialAlias) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the alias that corresponds to the credential that is used to sign the PDF document.
setRequired(boolean aValue) — Method in interface com.adobe.idp.dsc.registry.infomodel.InputParameter
Sets whether this input parameter is required.
setRequired(boolean required) — Method in class com.adobe.livecycle.pdfutility.client.PDFUtilitySaveMode
Specifies that the save mode of the PDF document is required.
setRequiredAcrobatVersion(java.lang:String value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets the Acrobat version (or Adobe Reader) that is required to view the queried PDF document.
setRequiresTimeStamp(boolean requiresTimeStamp) — Method in class com.adobe.livecycle.signatures.client.types.PDFTimeStampSeed
Sets whether time-stamping is required.
setReReaderMessage(java.lang:String reReaderMessage) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the message that is displayed within Adobe Reader to inform users that the form contains usage rights.
setReReaderMessage(java.lang:String reReaderMessage) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the message that is displayed within Adobe Reader to inform users that the form contains usage rights.
setResdescription(java.lang:String resDescription) — Method in interface com.adobe.idp.um.api.infomodel.ResourceType
Sets the resource type description.
setResolution(java.lang:String resolution) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the image resolution.
setResourceAclId(boolean resourceAclId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource ACL identifier attribute.
setResourceAppstoreVersion(boolean resourceInterfaceAppstoreVersion) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource application store version attribute.
setResourceContent(boolean resourceInterfaceContent) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource content attribute.
setResourceContentContentUri(boolean resourceContentContentUri) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceContent content URI attribute.
setResourceContentData(boolean resourceContentData) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceContent data attribute.
setResourceContentMimeType(boolean resourceContentMimeType) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceContent mime type attribute.
setResourceContentSize(boolean resourceContentSize) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceContent size attribute.
setResourceCreatedBy(boolean resourceInterfaceCreatedBy) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource created by attribute.
setResourceCreateTime(boolean resourceInterfaceCreateTime) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource create time attribute.
setResourceCustomStatus(boolean resourceInterfaceCustomStatus) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource custom status attribute.
setResourceDeploymentStatus(boolean resourceInterfaceDeploymentStatus) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource deployment status attribute.
setResourceDescription(boolean resourceInterfaceDescription) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource description attribute.
setResourceETag(boolean resourceInterfaceETag) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource e-tag attribute.
setResourceHead(boolean resourceInterfaceHead) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource head attribute.
setResourceId(boolean resourceId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource identifier attribute.
setResourceId(com.adobe.repository.infomodel:Id resourceId) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the identifier of the resource on which this lock exists.
setResourceId(com.adobe.repository.infomodel:Id resourceId) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets the resource property's com.adobe.repository.infomodel.Id.
setResourceLid(boolean resourceInterfaceLid) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource Lid attribute.
setResourceLocks(boolean resourceInterfaceLocks) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource locks attribute.
setResourceMajorVersion(boolean resourceInterfaceMajorVersion) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource major version attribute.
setResourceMinorVersion(boolean resourceInterfaceMinorVersion) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource minor version attribute.
setResourceName(boolean resourceInterfaceName) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource name attribute.
setResourceObjectStatus(boolean resourceInterfaceObjectStatus) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource object status attribute.
setResourceObjectType(boolean resourceInterfaceObjectType) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource object type attribute.
setResourceOwnerUserId(boolean resourceInterfaceOwnerUserId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource owner user identifier attribute.
setResourcePath(boolean resourceInterfacePath) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource path attribute.
setResourcePropertyName(boolean resourcePropertyName) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceProperty name attribute.
setResourcePropertyResourceId(boolean resourcePropertyResourceId) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceProperty resource identifier attribute.
setResourcePropertyValue(boolean resourcePropertyValue) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.ResourceProperty value attribute.
setResourceResourceProperties(boolean resourceInterfaceResourceProperties) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource resource properties attribute.
setResourceTypeId(java.lang:String resTypeId) — Method in interface com.adobe.idp.um.api.infomodel.Permission
Sets the permission name resource type identifier.
setResourceTypeName(java.lang:String rn) — Method in class com.adobe.idp.um.api.infomodel.ResourceTypeSearchFilter
Perform a wildcard search on the previously localized resource type name.
setResourceUpdateTime(boolean resourceInterfaceUpdateTime) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.Resource update time attribute.
setResponseCallback(com.adobe.idp.dsc:ResponseCallBackInfo info) — Method in interface com.adobe.idp.dsc.InvocationRequest
Sets a response callback.
setResponseDateTime(java.lang:Long responseDateTime) — Method in class com.adobe.repository.bindings.DeltaList
Sets the time associated with the synchronization information.
setResponseFreshness(long responseFreshness) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the maximum time validity of a preconstructed OCSP response.
setReStandaloneSubmit(boolean reStandaloneSubmit) — Method in class com.adobe.livecycle.formsservice.client.ReaderExtensionSpec
Sets the reStandaloneSubmit option that enables the Forms service to render PDF forms that allows users to submit information from within Adobe Reader.
setReStandaloneSubmit(boolean reStandaloneSubmit) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the reStandaloneSubmit option that enables the Forms service to render PDF forms that allows users to submit information from within Adobe Reader.
setResTypeId(java.lang:String resTypeID) — Method in interface com.adobe.idp.um.api.infomodel.ResourceTypeACL
Sets the resource type identifier for which this ACL is being created.
setResTypeName(java.lang:String resTypeName) — Method in interface com.adobe.idp.um.api.infomodel.ResourceType
Sets the resource type name.
setResult(java.lang:String result) — Method in class com.adobe.livecycle.output.exception.OutputException
For internal use only.
setResultSet(java.util:List resultSet) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Adds a list of attributes to be projected into the result set of the query.
setResultsetAttributes(java.util:List resultSet) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Adds a list of attributes to be projected into the result set of the query.
setResultsMax(int resultsMax) — Method in class com.adobe.idp.um.api.infomodel.GenericSearchFilter
Sets the total number of desired results.
setResultsOffset(int resultsOffset) — Method in class com.adobe.idp.um.api.infomodel.GenericSearchFilter
Sets the offset index.
setRetrieveOnlyActive() — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search for active principals only.
setReturnByValue(boolean returnByValue) — Method in interface com.adobe.repository.bindings.ResourceRepositoryDelegate
Changes the type of results returned by read calls to the repository.
setReturnByValue(boolean returnByValue) — Method in class com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient
Changes the type of results returned by read calls to the repository.
setRevision(int revision) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the revision of the signature.
setRevocationCheckStyle(com.adobe.livecycle.signatures.pki.client.types.common:RevocationCheckStyle revocationCheckStyle) — Method in class com.adobe.livecycle.signatures.client.types.CRLOptionSpec
Sets the RevocationCheckStyle object that is associated with this CRL.
setRevocationCheckStyle(com.adobe.livecycle.signatures.pki.client.types.common:RevocationCheckStyle revocationCheckStyle) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the RevocationCheckStyle object associated with this object.
setRgbPolicy(com.adobe.livecycle.convertpdfservice.client.enumeration:RGBPolicy rgbPolicy) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the RGB policy.
setRightOperand(java.lang:String rightOperand) — Method in class com.adobe.repository.query.Query.Statement
Sets the right operand.
setRoleId(java.lang:String roleName) — Method in class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter
Perform a search on an exact match with the specified role name.
setRoleId(java.lang:String roleIdFrag) — Method in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Perform a wildcard search on a role identifier (or canonical name).
setRoleName(java.lang:String roleName) — Method in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Perform a wildcard search on the previously localized role name (common name).
setRoleType(java.lang:String roleType) — Method in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Sets the role type search scope.
setRollbackOnly() — Method in interface com.adobe.idp.dsc.transaction.TransactionContext
Sets the transaction to rollback-only, which communicates to the transaction manager that the only possible outcome of the transaction may be a rollback.
setRootLocale(java.lang:String rootLocale) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
For internal use only.
setRotation(int degrees) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the rotation of the watermark.
setRouteList(java.lang:String[] routes) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets a route list for the user to choose from.
setRouteSelectionRequired(boolean routeRequired) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets whether it is required that a user choose a route before completing the task.
setRules(java.util:List rules) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.
setRules(java.util:List rules) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.
setRules(java.util:List rules) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets a list of search rules that scan the input data file for a pattern and associates the data with a specific form design.
setSaveMode(com.adobe.idp:Document inPDFDoc, com.adobe.livecycle.pdfutility.client:PDFUtilitySaveMode saveMode, boolean override) — Method in interface com.adobe.livecycle.pdfutility.PDFUtilityService
Sets the save mode of a PDF document.
setSaveMode(com.adobe.idp:Document pdf, com.adobe.livecycle.pdfutility.client:PDFUtilitySaveMode saveMode, boolean override) — Method in class com.adobe.livecycle.pdfutility.client.PDFUtilityServiceClient
Sets the save mode of a PDF document.
setSaveStyle(java.lang:String saveStyle) — Method in class com.adobe.livecycle.pdfutility.client.PDFUtilitySaveMode
Sets the save mode of the PDF document.
setScale(int scale) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the the size of the watermark font.
setSecondarySortCriteria(ColumnInfo SecondaryColumn, int SecondarySort) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.SortOrder
Sets the secondary sort column for the desired order.
setSecurityEnabled(boolean aVal) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceInfo
Sets whether security is enabled and the anonymous flag is honored.
setSecurityEnabled(boolean aVal) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceInfo
Sets whether security is enabled and the anonymous flag is honored.
setSeedPDF(java.lang:String seedPDF) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the seed PDF value that specifies an initial PDF document that is used in a PDF transformation to optimize delivery.
setSeedPDF(java.lang:String seedPDF) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the seed PDF value that specifies an initial PDF document that is used in a PDF transformation to optimize delivery.
setSelectedAction(java.lang:String aSelectedAction) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase
Sets a selected action.
setSelectedRoute(java.lang:String selectedRoute) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the default selected route.
setSendNonce(boolean sendNonce) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets whether a nonce is sent during the request to the OCSP.
setServerPrintSpec(java.lang:String serverPrintSpec) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the print specification name.
setServerPrintSpec(java.lang:String serverPrintSpec) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the print specification name.
setServerPrintSpec(java.lang:String serverPrintSpec) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the print specification name.
setServiceExplicitVersion(java.lang:String explicitVersion) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies the explicit version of the LiveCycle service that this invocation request is bound to.
setServiceId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the service identifier of the service configuration to be created.
setServiceId(java.lang:String aId) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets the service identifier.
setServiceId(java.lang:String serviceId) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
For internal use only.
setServiceName(java.lang:String serviceName) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies the service name that the client application wants to interact with.
setServiceName(java.lang:String serviceName) — Method in class com.adobe.idp.taskmanager.dsc.client.query.ProcessSearchFilter
Sets the service name.
setServiceName(java.lang:String serviceName) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets the service name for process variable searching.
setServiceName(java.lang:String serviceName) — Method in class com.adobe.livecycle.barcodedforms.client.BarcodedFormsServiceClient
Sets the name of the Barcoded Forms service.
setServiceOriginalVersion(java.lang:String originalVersion) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies the original version of the LiveCycle service.
setServiceVersion(java.lang:String serviceVersion) — Method in class com.adobe.livecycle.barcodedforms.client.BarcodedFormsServiceClient
Sets the version of the Barcoded Forms service.
setSetOCGStateActions(int setOCGStateActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setSetStateActions(int setStateActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setShowDate(boolean showDate) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether the date is displayed within the signature.
setShowDefaultLogo(boolean showDefaultLogo) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether the default Adobe logo is displayed within the signature.
setShowDN(boolean showDN) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether DN information is displayed within the signature.
setShowLabels(boolean showLabels) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether labels for various fields are displayed within the signature.
setShowLocation(boolean showLocation) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether location information is displayed within the signature.
setShowName(boolean showName) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether the name of the signer is displayed within the signature.
setShowReason(boolean showReason) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets whether the reason for signing the PDF document is displayed within the signature.
setSigFieldHasAA(int sigFieldHasAA) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setSigFieldHasAction(int sigFieldHasAction) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setSignatureStatus(com.adobe.livecycle.signatures.client.types:PDFSignatureStatus status) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets a PDFSignatureStatus object that specifies the status of the signature.
setSignatureStatus(boolean signatureStatus) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets information about the status of the signature that is used to sign a PDF document.
setSigned(boolean isSigned) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureField
Sets whether the signature field is signed.
setSignerCert(java.security.cert:X509Certificate signerCert) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets a java.security.cert.X509Certificate object that represents the certificate of the signer.
setSignerName(java.lang:String signerName) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the name of the signer.
setSignerName(java.lang:String signerName) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets the name of the signer.
setSignerStatus(com.adobe.livecycle.signatures.client.types:IdentityStatus signerStatus) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets a IdentityStatus object that specifies the status of the signer.
setSignerStatus(com.adobe.livecycle.signatures.client.types:IdentityStatus signerStatus) — Method in class com.adobe.livecycle.signatures.client.types.XMLSignatureVerificationResult
Sets the identify status of the signer.
setSigningDateTimestamped(boolean isSigningDateTimestamped) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets whether the signature is date-stamped.
setSize(int size) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the byte count of the data.
setSocketTimeout(int socketTimeout) — Method in class com.adobe.livecycle.signatures.client.types.TransportOptionSpec
Sets the socket timeout value.
setSort(com.adobe.idp.taskmanager.dsc.client.query:SortOrder sort) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets the sort order for the current filter object.
setSort(java.lang:Object sortField, boolean sortAscending) — Method in class com.adobe.idp.um.api.infomodel.GenericSearchFilter
Sets the sort order of the returned results.
setSortList(java.util:List sortList) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets the sort order in the task filter for the task search query.
setSortList(java.util:List list) — Method in class com.adobe.idp.taskmanager.dsc.client.query.TaskSearchFilter
Sets a list of sort objects.
setSortOrder(com.adobe.idp.taskmanager.dsc.client.query:SortOrder sort) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets the sort order for the result set.
setSoundActions(int soundActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setSourceObjectId(com.adobe.repository.infomodel:Id sourceObjectId) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the numerical object identifier for the com.adobe.repository.infomodel.bean.Resource instance that is the source of the relationship.
setSpecificationMajorVersion(int specificationMajorVersion) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the major version of the specification implemented by the repository provider.
setSpecificationMinorVersion(int specificationMinorVersion) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets the minor version of the specification implemented by the repository provider.
setSpecificDomain(java.lang:String domainOid) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search for principals based on a specific domain identifier.
setSpecificDomainName(java.lang:String domainName) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Searches for principals in a specific domain, given the domain name (for example, "adobe.com").
setSpecificPermissionName(java.lang:String permName) — Method in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
Sets the specific permission name.
setSpecificResourceTypeName(java.lang:String ResourceTypeId) — Method in class com.adobe.idp.um.api.infomodel.ResourceTypeSearchFilter
Restricts the search to a specific resource type identifier.
setSpecificResTypeId(java.lang:String resTypeId) — Method in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
Sets the specific resource type identifier.
setSpecificRoleId(java.lang:String roleId) — Method in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Restrict search results based on a specific role identifier (or canonical name).
setSpecifiedUserId(java.lang:String specifiedUserId) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets a specific user identifier to whom to assign the task.
setStandAlone(boolean standAlone) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the standAlone option.
setStandAlone(boolean standAlone) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the standAlone option.
setStandAlone(boolean standAlone) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the standAlone option.
setStaple(java.lang:String staple) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the staple XCI value that is set when a stapler is used.
setStaple(com.adobe.livecycle.output.client:Staple staple) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the staple XCI value that is set when a stapler is used.
setStartWithComponent(boolean aStartWithComponent) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets whether this service configuration should start when the component with which it is associated is started.
setStartWithComponent(boolean aStartWithComponent) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets whether this service configuration should start when the component with which it is associated is started.
setState(int aState) — Method in interface com.adobe.idp.dsc.registry.infomodel.Component
Sets the component state.
setState(java.lang:Object object) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalCollection
Sets the state information to indicate that all principal records have been retrieved or to provide information that user providers require for the subsequent call.
setStatus(short aStatus) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the status of the user being created.
setStatus(java.lang:String status) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's status.
setStatus(java.lang:String status) — Method in interface com.adobe.idp.um.api.infomodel.PrincipalReference
Sets the principal's status.
setStatus(com.adobe.livecycle.signatures.client.types:IdentityStatus status) — Method in class com.adobe.livecycle.signatures.client.types.SignerCertificatePath
Sets the validation status of the path.
setStatus(short mask) — Method in class com.adobe.repository.bindings.DeltaInfo
Sets the status of the resource.
setStatusCode(short statusCode) — Method in class com.adobe.idp.jobmanager.common.JobStatus
For internal use only.
setStatusFiltering(com.adobe.idp.taskmanager.dsc.client.query:StatusFilter sts) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Sets a status filter.
setStepName(java.lang:String stepName) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the step name for this task.
setSubFilter(com.adobe.livecycle.signatures.client.types:PDFSubFilterType[] subfilter) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the subfilters associated with this seed value dictionary.
setSubFilter(java.lang:String subFilter) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignature
Sets the subFilter of the handler used to sign the signature field.
setSubject(java.lang:String subject) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets a subject value.
setSubjectDN(java.util:HashMap subjectDN) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets an array of dictionaries, where each dictionary contains key value pairs, that specify the Subject Distinguished Name (DN) that must be present within the certificate for it to be acceptable for signing.
setSubjects(byte[][] subjects) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the subjects associated with this certificate seed value dictionary.
setSuccessfulBlockNames(java.util:List successfulBlockNames) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the names of the blocks that were successful.
setSuccessfulBlocks(java.util:List successfulBlocks) — Method in class com.adobe.service.ddxm.client.Output
Sets the names of the blocks that were successful.
setSuccessfulDocumentNames(java.util:List successfulDocumentNames) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets the names of the documents that were successful.
setSuccessfulDocuments(java.util:List successfulDocuments) — Method in class com.adobe.service.ddxm.client.Output
Sets the names of the documents that were successful.
setSupportsAccessControl(boolean supportsAccessControl) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether access control is supported by the repository provider.
setSupportsBidirectionalRelationships(boolean supportsBidirectionalRelationships) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether bidirectional relationships are supported by the repository provider.
setSupportsCustomProperties(boolean supportsCustomProperties) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether custom properties are supported by the repository provider.
setSupportsCustomRelationships(boolean supportsCustomRelationships) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether custom relationships are supported by the repository provider.
setSupportsCustomStatus(boolean supportsCustomStatus) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether custom status values are supported by the repository provider.
setSupportsPropertySearch(boolean supportsPropertySearch) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether a repository property search API is supported.
setSupportsRelatedSearch(boolean supportsRelatedSearch) — Method in class com.adobe.repository.infomodel.bean.RepositoryImplementationType
Sets whether a repository-related search API is supported.
setSynchronous(boolean synchronous) — Method in interface com.adobe.idp.dsc.InvocationRequest
Specifies if the operation is excuted synchronously or asynchronously.
setSynchronous(boolean synchronous) — Method in class com.adobe.livecycle.convertpdfservice.client.ConvertPdfServiceClient
Sets the ConvertPDF service to be invoked synchronously.
setSynchronous(boolean synchronous) — Method in class com.adobe.livecycle.formdataintegration.client.FormDataIntegrationClient
Sets the FormDataIntegration service to be invoked synchronously.
setSynchronous(boolean synchronous) — Method in class com.adobe.livecycle.output.client.OutputClient
Sets the Output service to be invoked synchronously.
setSyncState(java.lang:String syncState) — Method in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Sets the synchronization state.
setSyncStatus(int lastStatus) — Method in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Sets the synchronization status.
setTaggedPDF(boolean taggedPDF) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the taggedPDF option that results in the Forms service creating a tagged PDF form.
setTaggedPDF(boolean taggedPDF) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the taggedPDF option that results in the Forms service creating a tagged PDF form.
setTaggedPDF(boolean taggedPDF) — Method in class com.adobe.livecycle.output.client.RenderOptionsSpec
Sets the taggedPDF option that results in the Output service creating a tagged PDF document.
setTargetObjectId(com.adobe.repository.infomodel:Id targetObjectId) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the numerical object identifier for the com.adobe.repository.infomodel.bean.Resource instance that is the target of the relationship.
setTargetURL(java.lang:String targetURL) — Method in class com.adobe.livecycle.formsservice.client.URLSpec
Sets a string value that specifies the URL to a web service or Java servlet that receives the posted data from a target device (typically, a web browser).
setTaskACLs(com.adobe.idp.taskmanager.dsc.client.task:TaskACL[] acls) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets an access control list for this task.
setTaskId(long taskId) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds a task identifier to the search criteria.
setTaskItems(com.adobe.idp.taskmanager.dsc.client.task:FormInstance[] forms) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
Sets the task items (sometimes called Forms) for the task.
setTelephoneNumber(java.lang:String telephoneNumber) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's telephone number.
setTelephoneNumber(java.lang:String telephoneNumber) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user's telephone number.
setTemplatePath(java.lang:String appstoreTemplatePath) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase
Sets the path to the form template identified by this form instance object.
setTextDirection(com.adobe.livecycle.signatures.client.types:TextDirection textDirection) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureAppearanceOptionSpec
Sets the direction of the text within the signature.
setTextFragmentType(boolean textFragmentType) — Method in class com.adobe.repository.RepositoryLoadProfile
Sets the projection state for the com.adobe.repository.infomodel.bean.TextFragment type attribute.
setThrowables(java.util:Map throwables) — Method in class com.adobe.livecycle.assembler.client.AssemblerResult
Sets a map of the throwable exceptions that were generated during execution of the DDX.
setThrowables(java.util:Map throwables) — Method in class com.adobe.service.ddxm.client.Output
Sets a map of the throwable exceptions that were generated during execution of the DDX.
setTileSize(int tileSize) — Method in class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpec
Sets the image tile size.
setTimeout(int aSeconds) — Method in interface com.adobe.idp.dsc.transaction.TransactionDefinition
Sets the transaction timeout.
setTimeStampSeed(com.adobe.livecycle.signatures.client.types:PDFTimeStampSeed timeStampSeed) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the timestamp seed associated with this dictionary.
setTimezone(java.util:TimeZone timezone) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's time zone.
setTimezone(java.lang:String timezone) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the standard Java string representation of a time zone.
setTitle(java.lang:String aTitle) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.GroupQueue
Sets the title of a queue when creating a new group queue.
setTitle(java.lang:String aTitle) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.UserQueue
Sets the queue's title when creating a new user queue.
setTitle(java.lang:String title) — Method in class com.adobe.livecycle.xmputility.client.XMPUtilityMetadata
Sets a title value.
setToolbarMenu(java.lang:String toolbarMenu) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Used for HTML Toolbar Menu
setToolbarURI(java.lang:String toolbarURI) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets a URL value that represents a location to where custom collateral required for a toolbar is located.
setTracked(boolean tracked) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Specifies whether to log events regarding user actions on documents protected with this policy.
setTrackTargetHead(boolean trackTargetHead) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets whether this relationship will track the head version of the target object.
setTransactionBound(boolean value) — Method in class com.adobe.idp.Document
Used to specify whether the Document is transaction-bound.
setTransformationID(java.lang:String transformationID) — Method in class com.adobe.livecycle.formsservice.client.FormsResult
For internal use only.
setTrueTypeFontsCount(int trueTypeFontsCount) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setTSAInfo(java.lang:String info) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets time stamping information associated with the signature.
setTSAStatus(com.adobe.livecycle.signatures.client.types:IdentityStatus tsaStatus) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureVerificationResult
Sets the timestamp authority validation status.
setTspHashAlgorithm(com.adobe.livecycle.signatures.pki.client.types.common:HashAlgorithm tspHashAlgorithm) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets a HashAlgorithm object that represents a hash algorithm associated with this TSP.
setTspRevocationCheckStyle(com.adobe.livecycle.signatures.pki.client.types.common:RevocationCheckStyle revocationCheckStyle) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets a RevocationCheckStyle object that represents revocation checking.
setTspSendNonce(boolean sendNonce) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets whether a nonce is sent during the request.
setTspServerPassword(java.lang:String tspServerPassword) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets a password for a TSP server.
setTspServerURL(java.lang:String tspServerURL) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets an URL for a TSP server.
setTspServerUsername(java.lang:String tspServerUsername) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets the user name for a TSP server.
setTspSize(java.lang:Integer tspSize) — Method in class com.adobe.livecycle.signatures.client.types.TSPOptionSpec
Sets the size, in bytes, of this TSP request.
setType(java.lang:String aType) — Method in class com.adobe.idp.dsc.registry.service.CreateServiceConfigurationInfo
Sets the type string that will be updated for the service configuration.
setType(java.lang:String aType) — Method in class com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
Sets the type string that will be updated for the service configuration.
setType(java.lang:String attachmentType) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.AttachmentInfo
Sets the type of the attachment.
setType(java.lang:String type) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.PolicySearchFilter
Sets the value of the parameter used for searching for policies by policy type.
setType(com.adobe.livecycle.signatures.client.types:PDFSignatureType type) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureField
Sets the type of signature field.
setType(short type) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets this lock's scope.
setType(int type) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the type of this relation.
setType(short type) — Method in class com.adobe.repository.infomodel.bean.TextFragment
Sets the MIME type.
setUid(java.lang:String aLogin) — Method in class com.adobe.idp.taskmanager.dsc.client.queuemanager.UserDef
Sets the login of the user being created.
setUnknownNamedAction(int unknownNamedAction) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setUnknownPDFContent(int unknownPDFContent) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Flash
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.FormFragment
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.FormTemplate
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Fragment
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.GenericDocument
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Image
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Lock
Sets the time at which this lock was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Pdf
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Relation
Sets the time at which this relation was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Resource
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.ResourceCollection
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.ResourceContent
Sets the time at which this resource content was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets the time at which this resource property was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.Script
Sets the time at which this resource was last modified.
setUpdateTime(java.util:Date updateTime) — Method in class com.adobe.repository.infomodel.bean.TextFragment
Sets the time at which this resource was last modified.
setupWorkflowUser() — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
This method should be called when a user logs in.
setUriActions(int uriActions) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
setUrl(java.lang:String url) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets the URL that can be used to enroll for a new credential if a matching credential is not found.
setUrl(java.lang:String url) — Method in class com.adobe.livecycle.signatures.client.types.PDFTimeStampSeed
Sets the URL of the time-stamping server that is used.
setURLtoConsultOption(com.adobe.livecycle.signatures.pki.client.types.common:OCSPURLtoConsultOption ltoConsultOption) — Method in class com.adobe.livecycle.signatures.client.types.OCSPOptionSpec
Sets the OCSP URL to use.
setUrlType(java.lang:String urlType) — Method in class com.adobe.livecycle.signatures.client.types.CertificateSeedValueOptionSpec
Sets a name indicating the usage of the URL entry.
setUsageRights(com.adobe.livecycle.readerextensions.client:UsageRights usageRights) — Method in class com.adobe.livecycle.readerextensions.client.ReaderExtensionsOptionSpec
Sets a UsageRights object that represents usage rights applied to the PDF document.
setUseCount(int useCount) — Method in class com.adobe.livecycle.readerextensions.client.GetUsageRightsResult
Not for use by a client application.
setUser(com.adobe.idp.um.api.infomodel:User u) — Method in class com.adobe.edc.server.spi.ersp.InvitedUserProviderResult
Sets the successfully created user during the call to com.adobe.edc.server.spi.ersp.InvitedUserProvider#invitedUser() invitedUser().
setUser(com.adobe.idp.um.api.infomodel:User user) — Method in class com.adobe.idp.um.api.infomodel.UserInfo
Sets the user.
setUserCannonicalName(java.lang:String userCannonicalName) — Method in class com.adobe.idp.taskmanager.dsc.client.task.ParticipantInfo
Sets the canonical name of a user to whom to assign the task.
setUserid(java.lang:String userId) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Do not use.
setUserid(java.lang:String userid) — Method in interface com.adobe.idp.um.api.infomodel.User
Sets the user's login identifier.
setUserid(java.lang:String userid) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the user identification of the principal.
setUserId(java.lang:String userId) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds a user identifier to the search criteria.
setUserId(java.lang:String userId) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Perform a wildcard search on the user identifier associated with the principal.
setUserIdAbsolute(java.lang:String userId) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Perform a wildcard search on an exact match with the user identifier associated with the principal.
setUserIdIncluded(boolean include) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Specifies whether the watermark includes the user identification of the user who opened the associated document.
setUserIdList(java.util:List userIdList) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Adds one or more user identifiers to the search criteria.
setUsername(java.lang:String userName) — Method in interface com.adobe.idp.um.spi.authentication.AuthResponse
Sets the login identification used for authentication.
setUsername(java.lang:String user) — Method in class com.adobe.idp.um.spi.authentication.AuthResponseImpl
Sets the login identification used for authentication.
setUserNameIncluded(boolean include) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Specifies whether the watermark includes the user name of the user who opened the associated document.
setUserOid(java.lang:String userOid) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets the name of the user associated with the event.
setUserSettings(com.adobe.idp.taskmanager.dsc.client.queuemanager:UserSettings aSettings) — Method in interface com.adobe.idp.taskmanager.dsc.client.queuemanager.QueueManager
Changes the settings for the current user.
setUseTaskRoutes(boolean useTaskRoutes) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance
Sets whether this task item should populate its action list from the task routes.
setUuid(java.lang:String uuid) — Method in class com.adobe.repository.infomodel.Uuid
setValidateOnly(boolean validateOnly) — Method in class com.adobe.livecycle.assembler.client.AssemblerOptionSpec
Sets whether the DDX job is a validation-only test, which means that Assembler should validate the DDX but not execute it.
setValidateOnly(boolean validateOnly) — Method in class com.adobe.service.ddxm.client.Environment
Sets whether the DDX job is a validation-only test, which means that Assembler should validate the DDX but not execute it.
setValidationBorder(java.lang:String validationBorder) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the validation border size in pixels when using frames.
setValidationReporting(java.lang:Integer validationReporting) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the position within the frame where validation reporting is displayed if the ValidationUI option is 0 (list).
setValidationUI(java.lang:Integer validationUI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the value of the ValidationUI option, which specifies how errors are displayed.
setValidityPeriod(com.adobe.livecycle.rightsmanagement.client.infomodel:ValidityPeriod validityPeriod) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the validity period of the policy.
setValidityPeriod(com.adobe.livecycle.rightsmanagement.client.infomodel:ValidityPeriod pdrlValidityPeriod) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.PolicyEntry
Sets the validity period for this com.adobe.livecycle.rightsmanagement.client.infomodel.PolicyEntry object.
setValue(java.lang:String value) — Method in class com.adobe.edc.server.spi.authorization.ExternalAuthPropertyDTO
Sets the property value.
setValue(java.lang:Object aValue) — Method in class com.adobe.idp.dsc.filter.Condition
Adds the filter value to the condition.
setValue(java.lang:Object aValue) — Method in interface com.adobe.idp.dsc.propertyeditor.Property
Sets the value of a property.
setValue(java.lang:String value) — Method in class com.adobe.repository.infomodel.bean.ResourceProperty
Sets this resource property's value.
setValueAsText(java.lang:String aValue) — Method in interface com.adobe.idp.dsc.propertyeditor.Property
Sets the value of a property using the specified text value (string).
setVersion(java.lang:String aVersion) — Method in class com.adobe.idp.dsc.registry.component.ModifyComponentInfo
Sets the component version.
setVersion(java.lang:Double version) — Method in class com.adobe.livecycle.signatures.client.types.PDFSeedValueOptionSpec
Sets the minimum required version number of the signature handler to be used to sign the signature field.
setVerticalAlignment(java.lang:String alignment) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Watermark
Sets the vertical alignment for the watermark.
setVisibility(long taskId, boolean visible) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Sets the visibility of a task.
setVisibility(int visibility) — Method in interface com.adobe.idp.um.api.infomodel.Domain
Sets the domain's visibility.
setVisibility(int visibility) — Method in interface com.adobe.idp.um.api.infomodel.Principal
Sets the principal's visibility level.
setVisibility(int visibility) — Method in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Search for principals based on the visibility level.
setVisibility(int visibility) — Method in class com.adobe.idp.um.spi.directoryservices.DSPrincipalRecord
Sets the visibility level of the prinicpal.
setVisible(boolean isVisible) — Method in class com.adobe.livecycle.signatures.client.types.PDFSignatureField
Sets whether the signature field is visible.
setWaitForResponse(boolean waitForResponse) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets whether the Output service waits for a response.
setWasAllowed(java.lang:Boolean wasAllowed) — Method in class com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
Sets a Boolean value that specifies whether the event was allowed.
setWatermarkId(java.lang:String id) — Method in interface com.adobe.livecycle.rightsmanagement.client.infomodel.Policy
Sets the watermark to use with the policy.
setWidth(int width) — Method in class com.adobe.livecycle.signatures.client.types.PositionRectangle
Sets the width of the signature field to set.
setXci(java.lang:String xci) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Sets the XCI file to use when generating a document output stream.
setXCI(java.lang:String xCI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets XCI run-time options that are executed when com.adobe.livecycle.formsservice.client.FormsServiceClient#processFormSubmission processFormSubmission() or one of the form rendering methods are invoked.
setXCIURI(java.lang:String xCIURI) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the URI location of the XCI file used for rendering.
setXCIURI(java.lang:String xCIURI) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the URI location of the XCI file used for rendering.
setXCIURI(java.lang:String xCIURI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the URI location of the XCI file used for rendering.
setXCIURI(java.lang:String XCIURI) — Method in class com.adobe.livecycle.output.client.PDFOutputOptionsSpec
Sets the XCI file to use when generating a document output stream.
setXCIURI(java.lang:String XCIURI) — Method in class com.adobe.livecycle.output.client.PrintedOutputOptionsSpec
Sets the XCI file to use when generating a document output stream.
setXDCURI(java.lang:String xDCURI) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the URI location of an alternative XDC file that is used for rendering.
setXFAData(byte[] xfaData) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase
Sets XFA data in the value object.
setXFAVersion(java.lang:String value) — Method in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
Sets the XFA version of the PDF document.
setXMLData(boolean xMLData) — Method in class com.adobe.livecycle.formsservice.client.HTMLRenderSpec
Sets the xmlData option that instructs the Form service to produce the form's XML data based on its current processing state.
setXMLData(boolean xMLData) — Method in class com.adobe.livecycle.formsservice.client.PDFFormRenderSpec
Sets the xmlData option that instructs the Form service to produce the form's XML data based on its current processing state.
setXMLData(boolean xMLData) — Method in class com.adobe.livecycle.formsservice.client.RenderOptionsSpec
Sets the xmlData option that instructs the Form service to produce the form's XML data based on its current processing state.
setXObjHasInterpolate(int objHasInterpolate) — Method in class com.adobe.livecycle.signatures.client.types.PDFLegalWarnings
For internal use only.
SHA1 — Final static property in class com.adobe.livecycle.signatures.pki.client.types.common.HashAlgorithm
Represents the SHA1 algorithm.
SHA256 — Final static property in class com.adobe.livecycle.signatures.pki.client.types.common.HashAlgorithm
Represents the SHA 256 algorithm.
SHA384 — Final static property in class com.adobe.livecycle.signatures.pki.client.types.common.HashAlgorithm
Represents the SHA 384 algorithm.
SHA512 — Final static property in class com.adobe.livecycle.signatures.pki.client.types.common.HashAlgorithm
Represents the SHA 512 algorithm.
shareTask(long taskId, java.lang:String userIdToShare) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager
Shares a non-completed task with another user.
Shift_JIS — Final static property in class com.adobe.livecycle.barcodedforms.CharSet
Represents Shift-JIS encoding.
showAttachments(boolean showAttachments) — Method in interface com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo
A hint for the user interface that indicates whether to show the attachment window for this task.
showAttachments() — Method in interface com.adobe.idp.taskmanager.dsc.client.task.TaskInfo
Determines whether the attachment window for this task should be shown.
showHiddenTask(boolean showHidden) — Method in interface com.adobe.idp.taskmanager.dsc.client.query.TaskFilter
Includes hidden (non-visible) tasks in the result set.
sign(com.adobe.idp:Document inPDFDoc, java.lang:String signatureFieldName, com.adobe.livecycle.signatures.client.types:Credential credential, com.adobe.livecycle.signatures.pki.client.types.common:HashAlgorithm hashAlgorithm, java.lang:String reason, java.lang:String location, java.lang:String contactInfo, com.adobe.livecycle.signatures.client.types:PDFSignatureAppearanceOptionSpec appearanceOptionSpec, java.lang:Boolean embedRevocationInfo, com.adobe.livecycle.signatures.client.types:OCSPOptionSpec ocspOptionSpec, com.adobe.livecycle.signatures.client.types:CRLOptionSpec crlOptionSpec, com.adobe.livecycle.signatures.client.types:TSPOptionSpec tspOptionSpec) — Method in class com.adobe.livecycle.signatures.client.SignatureServiceClient
Signs the specified signature field that is located within the PDF document with the security credential that corresponds to the specified alias.
sign(com.adobe.idp:Document inPDFDoc, java.lang:String signatureFieldName, com.adobe.livecycle.signatures.client.types:Credential credential, com.adobe.livecycle.signatures.pki.client.types.common:HashAlgorithm hashAlgorithm, java.lang:String reason, java.lang:String location, java.lang:String contactInfo, com.adobe.livecycle.signatures.client.types:PDFSignatureAppearanceOptionSpec appearanceOptionSpec, java.lang:Boolean embedRevocationInfo, com.adobe.livecycle.signatures.client.types:OCSPOptionSpec ocspOptionSpec, com.adobe.livecycle.signatures.client.types:CRLOptionSpec crlOptionSpec, com.adobe.livecycle.signatures.client.types:TSPOptionSpec tspOptionSpec) — Method in interface com.adobe.livecycle.signatures.client.SignatureServiceClientInterface
Signs the specified signature field that is located within the PDF document with the security credential that corresponds to the specified alias.
SignatureFieldNotSignedException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown if the specified signature field cannot be signed.
SignatureFieldNotSignedException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a null message and cause.
SignatureFieldNotSignedException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a given message.
SignatureFieldNotSignedException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a given message.
SignatureFieldNotSignedException(java.lang:String arg0, java.lang:Throwable arg1) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a given message and cause.
SignatureFieldNotSignedException(java.lang:String arg0) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a given message.
SignatureFieldNotSignedException(java.lang:Throwable arg0) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldNotSignedException
Constructs a new exception with a given cause.
SignatureFieldSignedException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown if the specified signature field already contains a signature.
SignatureFieldSignedException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a null message and cause.
SignatureFieldSignedException(java.lang:String errorMsg) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a given message.
SignatureFieldSignedException(java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a given cause.
SignatureFieldSignedException(java.lang:String errorMsg, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a given message and cause.
SignatureFieldSignedException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a given message.
SignatureFieldSignedException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureFieldSignedException
Constructs a new exception with a given message.
SignaturesBaseException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents the base class for exceptions thrown by the Signatures service.
SignaturesBaseException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a null message and cause.
SignaturesBaseException(java.lang:String arg0) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a given message.
SignaturesBaseException(java.lang:Throwable arg0) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a given cause.
SignaturesBaseException(java.lang:String arg0, java.lang:Throwable arg1) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a given message and cause.
SignaturesBaseException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a given message.
SignaturesBaseException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignaturesBaseException
Constructs a new exception with a given message.
SignatureServiceClient — Class in package com.adobe.livecycle.signatures.client
The SignatureServiceClient class implements the SignatureServiceClientInterface and enables you to create a Java object that can invoke operations supported by LiveCycle Signatures Service.
SignatureServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory m_serviceFactory) — Constructor in class com.adobe.livecycle.signatures.client.SignatureServiceClient
A constructor that creates a SignatureServiceClient object.
SignatureServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory m_serviceFactory, java.lang:String serviceName) — Constructor in class com.adobe.livecycle.signatures.client.SignatureServiceClient
A constructor that creates a SignatureServiceClient object.
SignatureServiceClientInterface — Interface in package com.adobe.livecycle.signatures.client
The SignatureServiceClientInterface interface is an implementation of the LiveCycle Signatures service.
SignaturesOtherException — Class in package com.adobe.livecycle.signatures.client
Represents an exception that is thrown by the Signatures service.
SignaturesOtherException() — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a null message and cause.
SignaturesOtherException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a given message.
SignaturesOtherException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a given message.
SignaturesOtherException(java.lang:String arg0, java.lang:Throwable arg1) — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a given message and cause.
SignaturesOtherException(java.lang:String arg0) — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a given message.
SignaturesOtherException(java.lang:Throwable arg0) — Constructor in class com.adobe.livecycle.signatures.client.SignaturesOtherException
Constructs a new exception with a given cause.
SignatureVerifyException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown if a signature cannot be verified.
SignatureVerifyException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a null message and cause.
SignatureVerifyException(java.lang:String errorMsg) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a given message.
SignatureVerifyException(java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a given cause.
SignatureVerifyException(java.lang:String errorMsg, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a given message and cause.
SignatureVerifyException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a given message.
SignatureVerifyException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SignatureVerifyException
Constructs a new exception with a given message.
SignerCertificatePath — Class in package com.adobe.livecycle.signatures.client.types
Represents a certificate path and information about the path's validation status and the failure reason in case the path is not valid.
SignerCertificatePath() — Constructor in class com.adobe.livecycle.signatures.client.types.SignerCertificatePath
A constructor that creates a SignerCertificatePath object.
SigningException — Class in package com.adobe.livecycle.signatures.client.types.exceptions
Represents an exception that is thrown while digitally signing a PDF document.
SigningException() — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a null message and cause.
SigningException(java.lang:String errorMsg) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a given message.
SigningException(java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a given cause.
SigningException(java.lang:String errorMsg, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a given message and cause.
SigningException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a given message.
SigningException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor in class com.adobe.livecycle.signatures.client.types.exceptions.SigningException
Constructs a new exception with a given message.
SIGNING_TIME — Final static property in class com.adobe.livecycle.signatures.client.types.VerificationTime
Signing time is the time at which the signature was applied as given by the signer's computer.
simplex — Final static property in class com.adobe.livecycle.output.client.Pagination
Represents a simplex pagination value.
SINGLE_INSTANCE — Final static property in interface com.adobe.idp.dsc.registry.infomodel.ServiceConfiguration
Single instance.
SINGLE_OUTPUT — Final static property in class com.adobe.livecycle.output.client.OutputOptionsSpec
Represents a single output stream where all data records are merged in single output stream.
SINGLE_OUTPUT_WITH_RETURN_DATA — Final static property in class com.adobe.livecycle.output.client.OutputOptionsSpec
Represents a single stream that is generated and directed to specified destination and is also returned back to caller.
size() — Method in interface com.adobe.idp.taskmanager.dsc.client.query.StatusFilter
Retrieves the number of items in the status filter.
Sort — Class in package com.adobe.idp.dsc.filter
This class contains the sort order for a given property.
Sort() — Constructor in class com.adobe.idp.dsc.filter.Sort
SORT_CommonName — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
This object indicates you want to sort the results based upon the common name.
SORT_CommonName — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Sort according to the common name.
SORT_CommonName — Final static property in class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter
Sort according to the common name.
SORT_Email — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
This object indicates that you want to sort the results based upon the primary email.
SORT_Email — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Sort according to the primary email.
SORT_Mutable — Final static property in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Sort according to whether the role is mutable.
SortOrder — Interface in package com.adobe.idp.taskmanager.dsc.client.query
The <SortOrder> object is used to set sort criteria on certain query operations.
SortOrder — Class in package com.adobe.repository.query.sort
An object representation of a SQL ORDER BY clause, which is used with com.adobe.repository.query.Query objects.
SortOrder() — Constructor in class com.adobe.repository.query.sort.SortOrder
Default constructor that creates a new, empty SortOrder object.
SortOrder.Element — Class in package com.adobe.repository.query.sort
An element of an ORDER BY clause, indicating one column to be sorted as well as its direction (ascending or descending) .
SortOrder.Element(java.lang:String column, boolean ascending) — Constructor in class com.adobe.repository.query.sort.SortOrder.Element
A constructor that creates a new SortOrder.Element instance.
SortOrder.Element(int infomodelConstant, boolean ascending) — Constructor in class com.adobe.repository.query.sort.SortOrder.Element
A constructor that creates a new SortOrder.Element instance based on the specified com.adobe.repository.infomodel.bean.ResourceProperty constant.
SortOrder.Element(java.lang:String column, java.lang:String namespace, boolean ascending) — Constructor in class com.adobe.repository.query.sort.SortOrder.Element
A constructor that creates a new SortOrder.Element instance based on the specified column, namespace, and direction.
SORT_Organization — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
This object indicates that you want to sort the results based upon the organization.
SORT_Organization — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
Sort according to the organization.
SORT_PermissionName — Final static property in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
This is used to sort the results based upon the common name.
SORT_PermissionOverResType — Final static property in class com.adobe.idp.um.api.infomodel.PermissionSearchFilter
This is used to sort the results based upon the resource type.
SORT_ResourceTypeName — Final static property in class com.adobe.idp.um.api.infomodel.ResourceTypeSearchFilter
Sort according to the common name.
SORT_RoleId — Final static property in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Sort according to the canonical name.
SORT_RoleName — Final static property in class com.adobe.idp.um.api.infomodel.RoleSearchFilter
Sort according to the common name.
Space — Final static property in class com.adobe.livecycle.barcodedforms.Delimiter
Represents a space delimiter.
SPECIFICATION_ID — Final static property in interface com.adobe.edc.server.spi.authorization.ExternalAuthorizer
Specification identifier property.
SPECIFICATION_ID — Final static property in interface com.adobe.edc.server.spi.ersp.InvitedUserProvider
SSOToken — Class in package com.adobe.idp.um.api.infomodel
This class represents a SAML 1.1 Post Profile Response.
SSOToken(org.w3c.dom:Node respNode) — Constructor in class com.adobe.idp.um.api.infomodel.SSOToken
Constructor that uses a SAML response node.
stallAction(java.lang:String invocationId, java.lang:String aMessage) — Method in class com.adobe.idp.workflow.client.ProcessManager
Changes the status of an action to Stalled.
Staple — Final class in package com.adobe.livecycle.output.client
Represents an enum value that represents staple XCI values.
start(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — Method in interface com.adobe.idp.dsc.registry.component.ComponentRegistry
Starts a component, calling its LifeCycle interface and leaving the component in a RUNNING state.
start(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — Method in class com.adobe.idp.dsc.registry.component.client.ComponentRegistryClient
Starts a component, calling its LifeCycle interface and leaving the component in a RUNNING state.
start(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aService) — Method in interface com.adobe.idp.dsc.registry.service.ServiceRegistry
Starts the specified document service, transitioning the state of the service from STOPPED to RUNNING.
start(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aService) — Method in class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient
Starts the specified document service, transitioning the state of the service from STOPPED to RUNNING.
STATE — Final static property in class com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
The state of the service.
StaticHTML — Final static property in class com.adobe.livecycle.formsservice.client.TransformTo
A HTML transformation type that does not allow users to enter data into fields on the HTML form.
STATIC_XFA — Final static property in class com.adobe.external.pdfutil.client.PDFPropertiesResponse
A form type indicating this document is static XFA.
STATUS — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.SortOrder
The status column.
STATUS_COMPLETED — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance has completed.
STATUS_COMPLETING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
Indicates that the process instance is about to complete
STATUS_CURRENT — Final static property in interface com.adobe.idp.um.api.infomodel.Domain
The domain is current.
STATUS_CURRENT — Final static property in class com.adobe.idp.um.api.infomodel.GroupMembershipSearchFilter
Current status.
STATUS_CURRENT — Final static property in interface com.adobe.idp.um.api.infomodel.Principal
Represents when the status of an object is current (active in the system).
STATUS_CURRENT — Final static property in interface com.adobe.idp.um.api.infomodel.PrincipalReference
The principal is current (active in the system).
STATUS_CURRENT — Final static property in class com.adobe.idp.um.api.infomodel.PrincipalSearchFilter
The principal is current (active).
STATUS_EXPORT_COMPLETE — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Export complete status.
STATUS_EXPORT_ERROR — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Export error status.
StatusFilter — Interface in package com.adobe.idp.taskmanager.dsc.client.query
A StatusFilter object is a collection of status filters on which to base searches.
STATUS_IMPORT_COMPLETE — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Import complete status.
STATUS_IMPORT_ERROR — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Import error status.
STATUS_INFO_COMPLETE — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Information complete status.
STATUS_INFO_ERROR — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Information error status.
STATUS_INITIATED — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance has been initiated.
STATUS_OBSOLETE — Final static property in interface com.adobe.idp.um.api.infomodel.Domain
The domain is obsolete.
STATUS_OBSOLETE — Final static property in interface com.adobe.idp.um.api.infomodel.Principal
Represents when the status of an object is obsolete (deleted from the system).
STATUS_OBSOLETE — Final static property in interface com.adobe.idp.um.api.infomodel.PrincipalReference
The principal is obsolete (deleted from the system).
STATUS_PRE_OBSOLETE — Final static property in interface com.adobe.idp.um.api.infomodel.Domain
Domains can have a pre-obsolete state if the directory synchronization process has not yet completely marked them as obsolete.
STATUS_PREVIEW_COMPLETE — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Preview complete status.
STATUS_PREVIEW_ERROR — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Preview error status.
STATUS_REMOVE_COMPLETE — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Remove complete status.
STATUS_REMOVE_ERROR — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Remove error status.
STATUS_RUNNING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance is currently running.
STATUS_SUSPENDED — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance has been suspended.
STATUS_SUSPENDING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance is about to be suspended.
STATUS_TERMINATED — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance was terminated before all operations in the process were completed.
STATUS_TERMINATING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance is about to be terminated.
STATUS_UNKNOWN — Final static property in interface com.adobe.idp.applicationmanager.application.ApplicationStatus
Unknown status.
STATUS_UNSUSPENDING — Final static property in interface com.adobe.idp.taskmanager.dsc.client.query.ProcessInstanceRow
The process instance is about to be unsuspended.
STEP_NAME — Final static property in class com.adobe.idp.taskmanager.dsc.client.events.EventConstants
The node name for the step name (otherwise known as action name) identifier in the event data.
stop(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — Method in interface com.adobe.idp.dsc.registry.component.ComponentRegistry
Stops a component, calling its LifeCycle interface and leaving the component in a STOPPED state.
stop(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — Method in class com.adobe.idp.dsc.registry.component.client.ComponentRegistryClient
Stops a component, calling its LifeCycle interface and leaving the component in a STOPPED state.
stop(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aService) — Method in interface com.adobe.idp.dsc.registry.service.ServiceRegistry
Stops the specified document service, tansitioning the state of the service from RUNNING to STOPPED.
stop(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aService) — Method in class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient
Stops the specified document service, tansitioning the state of the service from RUNNING to STOPPED.
STOPPED — Final static property in interface com.adobe.idp.dsc.registry.infomodel.Component
Stopped state.
STOPPED — Final static property in interface com.adobe.idp.dsc.registry.infomodel.ServiceConfiguration
Stopped state.
stringToRules(java.lang:String rules) — Method in class com.adobe.livecycle.output.client.OutputOptionsSpec
Converts string value that specifies rules to a java.util.List object.
Sub — Final static property in class com.adobe.livecycle.convertpdfservice.client.enumeration.PNGFilter
Sub prediction algorithm.
SUCCESSFUL_BLOCKS_LIST — Final static property in class com.adobe.service.ddxm.client.OutputMapConstants
A List of String objects containing the names of the successful results.
SUCCESSFUL_DOCS_LIST — Final static property in class com.adobe.service.ddxm.client.OutputMapConstants
A List of String objects containing the names of the successful results.
supportEndpointCategory() — Method in interface com.adobe.idp.dsc.registry.infomodel.Connector
Determines whether this connector support an endpoint category.
supportMultipleServiceEndpoints() — Method in interface com.adobe.idp.dsc.registry.infomodel.Connector
Determines whether this connector supports one or many endpoints for a specific service.
suspendJob(com.adobe.idp.jobmanager.common:JobId jobId) — Method in class com.adobe.idp.jobmanager.client.JobManager
Suspends an existing job identified by the specified job identifier.
suspendJob(com.adobe.idp.jobmanager.common:JobId jobId) — Method in interface com.adobe.idp.jobmanager.service.JobManager
Suspends an existing job identified by the specified job identifier.
suspendProcess(java.lang:String invocationId) — Method in class com.adobe.idp.workflow.client.ProcessManager
Suspends the specified process instance and all its related branches.
SYNCSTATUS_ABORTED — Final static property in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Synchronization was aborted.
SYNCSTATUS_COMPLETED — Final static property in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Synchronization is complete.
SYNCSTATUS_INPROGRESS — Final static property in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Synchronization is currently in progress.
SYNCSTATUS_SCHEDULED — Final static property in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Synchronization has been scheduled.
SYNCSTATUS_UNKNOWN — Final static property in class com.adobe.idp.um.api.infomodel.DirectorySyncInfo
Unknown synchronization status.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/all-index-S.html