| 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 | |
| FACTORY — Final static property, class flex.data.DataDestination | |
| FactoryDestination — class, package flex.messaging | |
| FactoryDestination() — Constructor, class flex.messaging.FactoryDestination | |
| Constructs an unmanaged FactoryDestination instance. | |
| FactoryDestination(boolean enableManagement) — Constructor, class flex.messaging.FactoryDestination | |
| Constructs a FactoryDestination with the indicated management. | |
| FactoryInstance — class, package flex.messaging | |
| This class is used by the FlexFactory to store the configuration for an instance created by the factory. | |
| FactoryInstance(flex.messaging:FlexFactory factory, java.lang:String id, flex.messaging.config:ConfigMap properties) — Constructor, class flex.messaging.FactoryInstance | |
| Normally FactoryInstances are constructed by FDS during startup so you do not need to use this method. | |
| fail() — method, interface flex.data.ChangeObject | |
| Declares that a failure occurred while processing this change. | |
| fail(java.lang:String description) — method, interface flex.data.ChangeObject | |
| Declares that a failure occurred while processing this change. | |
| FAILED_BLOCKS_LIST — Final static property, class com.adobe.service.ddxm.client.OutputMapConstants | |
| A List of String objects containing the names of the failed results. | |
| failedExecution(java.lang:Runnable command, flex.messaging.util.concurrent:Executor executor, java.lang:Exception exception) — method, interface flex.messaging.util.concurrent.FailedExecutionHandler | |
| Invoked when a Runnable has failed to execute. | |
| FailedExecutionHandler — Interface, package flex.messaging.util.concurrent | |
| This interface defines a callback that can be registered with an Executor to be notified when execution of a Runnable has failed. | |
| FAIL_ON_ERROR — Final static property, class com.adobe.service.ddxm.client.EnvironmentConstants | |
| The failure mode boolean value applies to DDX that contains multiple result blocks. | |
| fatalError(org.xml.sax:SAXParseException exception) — method, class flex.messaging.io.amfx.AmfxMessageDeserializer | |
| Fault — Interface, package com.adobe.idp.dsc.registry.infomodel | |
| A Fault object stores the metadata related to faults for a service. | |
| FaultCallBackInfo — Interface, package com.adobe.idp.dsc | |
| A FaultCallBackInfo contains the information necessary for the service container to issue fault callbacks to the specified operations after an com.adobe.idp.dsc.InvocationRequest InvocationRequest has failed. | |
| faultJob(com.adobe.idp.jobmanager.common:JobId jobId, FaultResponse faultResponse) — method, class com.adobe.idp.jobmanager.client.JobManager | |
| Fails an existing job using the specified FaultResponse object. | |
| faultJob(com.adobe.idp.jobmanager.common:JobId jobId, FaultResponse faultResponse) — method, interface com.adobe.idp.jobmanager.service.JobManager | |
| Fails an existing job using the specified FaultResponse object. | |
| fetchCollectionProperties(java.util:Collection coll, flex.data:PropertySpecifier ps) — method, class flex.data.DataDestination | |
| When dealing with a system which lazily fetches data, you may need to fetch lazy state before closing the database transaction. | |
| fetchObjectProperties(java.lang:Object inst, flex.data:PropertySpecifier ps) — method, class flex.data.DataDestination | |
| Responsible for ensuring that all data that is needed by the serialization process has been fetched. | |
| fetchObjectProperties(java.lang:Object inst) — method, class flex.data.DataDestination | |
| FIELD_LOCK_IGNORED_WARN — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| FieldMDPAction — final class, package com.adobe.livecycle.signatures.client.types | |
| An enumeration specifying the type of FieldMDP action associated with the FieldMDP dictionary of a given signature field. | |
| FieldMDPOptionSpec — class, package com.adobe.livecycle.signatures.client.types | |
| The options that are set for the signature field lock dictionary associated with a given signature field. | |
| FieldMDPOptionSpec() — Constructor, class com.adobe.livecycle.signatures.client.types.FieldMDPOptionSpec | |
| The default constructor that is equivalent to applying No FieldMDP options. | |
| FieldMDPOptionSpec(com.adobe.livecycle.signatures.client.types:FieldMDPAction action, java.lang:String[] fields) — Constructor, class com.adobe.livecycle.signatures.client.types.FieldMDPOptionSpec | |
| A constructor that takes a FieldMDPAction object and a list of fully qualified names of form fields on which the action is applied. | |
| FileFormatNotSupportedException — class, package com.adobe.livecycle.generatepdf.client | |
| An exception class to indicate that a given file format is not supported. | |
| FileFormatNotSupportedException(int errorCode) — Constructor, class com.adobe.livecycle.generatepdf.client.FileFormatNotSupportedException | |
| For internal use only. | |
| FileFormatNotSupportedException(int errorCode, java.lang:String param) — Constructor, class com.adobe.livecycle.generatepdf.client.FileFormatNotSupportedException | |
| For internal use only. | |
| FileFormatNotSupportedException(int errorCode, java.lang:String param, java.lang:Throwable cause) — Constructor, class com.adobe.livecycle.generatepdf.client.FileFormatNotSupportedException | |
| For internal use only. | |
| FileFormatNotSupportedException(int errorCode, java.lang:Throwable cause) — Constructor, class com.adobe.livecycle.generatepdf.client.FileFormatNotSupportedException | |
| For internal use only. | |
| FILE_URI — Final static property, class com.adobe.livecycle.output.client.OutputOptionsSpecConstants | |
| Represents the file URI to where the Output service writes the output stream. | |
| fill(java.util:List fillParameters) — method, class flex.data.assemblers.AbstractAssembler | |
| This method is called by the Data Management Service for any fill methods called by the client which are not configured in the configuration file explicitly using the fill-method tag. | |
| fill(java.util:List fillParameters, int startIndex, int numberOfRows) — method, class flex.data.assemblers.AbstractAssembler | |
| This method is called by the Data Management Service for any paged-fill methods. | |
| fill(java.util:List fillParameters) — method, interface flex.data.assemblers.Assembler | |
| This method is called by the Data Management Service for any fill methods called by the client which are not configured in the configuration file explicitly using the fill-method tag. | |
| fill(java.util:List fillParameters, int startIndex, int numberOfRows) — method, interface flex.data.assemblers.Assembler | |
| This method is called by the Data Management Service for any paged-fill methods. | |
| fill(java.util:List fillArgs, int startIndex, int numItems) — method, class flex.data.assemblers.HibernateAssembler | |
| Implements the fill method for the hibernate assembler. | |
| fill(java.util:List fillParameters, int startIndex, int numRows) — method, class flex.data.assemblers.SQLAssembler | |
| Called by the Data Management Service for any paged-fill methods. | |
| FILL — Final static property, interface flex.data.assemblers.SQLAssemblerConstants | |
| FILL_CONFIGURATION — Final static property, class flex.data.assemblers.HibernateAssembler | |
| FILLIDS_OPERATION — Final static property, class flex.data.messages.DataMessage | |
| FILL_OPERATION — Final static property, class flex.data.messages.DataMessage | |
| findAllUnusedProperties() — method, class flex.messaging.config.ConfigMap | |
| Returns a list of qualified property names that have not been accessed by one of the get*() methods. | |
| findDomain(java.lang:String domainName) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves the domain with the specified name. | |
| findDomain(java.lang:String domainName) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves the domain with the specified name. | |
| findDomains() — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Enumerates all domains in the system. | |
| findDomains() — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Enumerates all domains in the system. | |
| findGroupMembers(com.adobe.idp.um.api.infomodel:GroupMembershipSearchFilter gsf) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds user and group members contained with a group. | |
| findGroupMembers(com.adobe.idp.um.api.infomodel:GroupMembershipSearchFilter gsf) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| findGroups(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the groups according to the specified search filter. | |
| findGroups(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the groups according to the specified search filter. | |
| findPrincipal(java.lang:String oid) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves a principal according to the specified identifier. | |
| findPrincipal(java.lang:String domainName, java.lang:String canonicalName) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves a principal according to the specified domain name and canonical name. | |
| findPrincipal(java.lang:String oid) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves a principal according to the specified identifier. | |
| findPrincipal(java.lang:String domainName, java.lang:String canonicalName) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves a principal according to the specified domain name and canonical name. | |
| findPrincipalReference(java.lang:String oid) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves a principal reference according to the specified identifier. | |
| findPrincipalReference(java.util:List principalOids) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves principal references according to the specified identifiers. | |
| findPrincipalReference(java.lang:String domainName, java.lang:String canonicalName) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves a principal reference according to the specified domain name and canonical name. | |
| findPrincipalReference(java.lang:String oid) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves a principal reference according to the specified identifier. | |
| findPrincipalReference(java.util:List principalOids) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves principal references according to the specified identifiers. | |
| findPrincipalReference(java.lang:String domainName, java.lang:String canonicalName) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves a principal reference according to the specified domain name and canonical name. | |
| findPrincipalReferences(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.lang:String principalType) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipalReferences(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipalReferences(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.lang:String principalType) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipalReferences(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.lang:String principalType) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals according to the specified search filter | |
| findPrincipals(java.util:List principalOids) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves principals according to the specified identifiers. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.util:List principalOids) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals according to the specified search filter. | |
| findPrincipals(java.util:Set principalReferences) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals having the specified principal references. | |
| findPrincipals(java.util:List principalOids) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves principals according to the specified identifiers. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.util:List principalOids) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals according to the specified search filter. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter, java.lang:String principalType) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals according to the specified search filter and the specified principal type. | |
| findPrincipals(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals according to the specified search filter | |
| findPrincipals(java.util:Set principalReferences) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Returns a Map with principalReference type as the key and the corresponding Principal as the value. | |
| findPrincipalsByEmailId(java.util:Set emailIds) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the principals having the specified email identifiers. | |
| findPrincipalsByEmailId(java.util:Set emailIds) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the principals having the specified email identifiers. | |
| findPrincipalStatus(java.util:Set principalReferences) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Retrieves the status for the specified principals. | |
| findPrincipalStatus(java.util:Set principalReferences) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Retrieves the status for the specified principals. | |
| findPriPermInfoForRes(java.lang:String resourceId) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Retrieves a Map of permissions and principals for a given resource instance. | |
| findPriPermInfoForRes(java.lang:String resourceId) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Retrieves a Map of permissions and principals for a given resource instance. | |
| findRole(java.lang:String roleId) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Retrieves a role. | |
| findRole(java.lang:String roleId) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Retrieves a role. | |
| findRoleMembership(com.adobe.idp.um.api.infomodel:RoleMembershipSearchFilter rmb) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Retrieves a List of roles based on specified membership search criteria. | |
| findRoleMembership(com.adobe.idp.um.api.infomodel:RoleMembershipSearchFilter rmb) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Retrieves a List of roles based on specified membership search criteria. | |
| findRoles(com.adobe.idp.um.api.infomodel:RoleSearchFilter rsf) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Retrieves a List of roles based on specified search criteria. | |
| findRoles(com.adobe.idp.um.api.infomodel:RoleSearchFilter rsf) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Retrieves a List of roles based on specified search criteria. | |
| findRolesForPrincipal(java.lang:String principalOid) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Finds the roles for a given principal. | |
| findRolesForPrincipal(java.lang:String principalOid) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Finds the roles for a given principal. | |
| findRolesForPrincipals(java.util:List principalOid) — method, interface com.adobe.idp.um.api.AuthorizationManager | |
| Retrieves a Map containing sets of roles assigned to the specified principals. | |
| findRolesForPrincipals(java.util:List principalOid) — method, class com.adobe.livecycle.usermanager.client.AuthorizationManagerServiceClient | |
| Retrieves a Map containing sets of roles assigned to the specified principals. | |
| findUnusedProperties(java.lang:String parentPath, boolean recurse, java.util:Collection result) — method, class flex.messaging.config.ConfigMap | |
| Gathers a collection of properties that exist in the map but have not been explicitly accessed nor marked as allowed. | |
| findUsers(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, interface com.adobe.idp.um.api.DirectoryManager | |
| Finds the users according to the specified search filter. | |
| findUsers(com.adobe.idp.um.api.infomodel:PrincipalSearchFilter searchFilter) — method, class com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient | |
| Finds the users according to the specified search filter. | |
| FIPSCompliance — final class, package com.adobe.livecycle.signatures.common | |
| Enables you to determine whether the digest algorithm is FIPS compliant. | |
| FIPSComplianceException — class, package com.adobe.livecycle.signatures.client.types.exceptions | |
| Exception thrown when FIPS compliance is not met. | |
| FIPSComplianceException() — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a null message and cause. | |
| FIPSComplianceException(java.lang:String arg0) — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a given message. | |
| FIPSComplianceException(java.lang:Throwable arg0) — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a given cause. | |
| FIPSComplianceException(java.lang:String arg0, java.lang:Throwable arg1) — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a given message and cause. | |
| FIPSComplianceException(java.lang:String errorMsg, java.lang:Object[] params) — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a given message. | |
| FIPSComplianceException(java.lang:String errorMsg, java.lang:Object[] params, java.lang:Throwable chainedException) — Constructor, class com.adobe.livecycle.signatures.client.types.exceptions.FIPSComplianceException | |
| Constructs a new exception with a given message. | |
| FIPSDigestAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.spi.types.exceptions.ExceptionMsgIds | |
| FIPSDigestAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| FIPSEncryptAlgoCheck_Exn — Final static property, interface com.adobe.livecycle.signatures.client.spi.types.exceptions.ExceptionMsgIds | |
| FIPSEncryptAlgoCheck_Exn — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| FIPSEncryptAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.spi.types.exceptions.ExceptionMsgIds | |
| FIPSEncryptAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| FIPSSignatureAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.spi.types.exceptions.ExceptionMsgIds | |
| FIPSSignatureAlgoCompliance_Exn — Final static property, interface com.adobe.livecycle.signatures.client.types.exceptions.ExceptionMsgIds | |
| FIREFOX_KICKSTART_BYTES — Final static property, class flex.messaging.client.UserAgentSettings | |
| Bytes needed to kickstart the streaming connections for Firefox. | |
| FIRST_NAME — Final static property, class com.adobe.idp.um.api.UMConstants.ExternalPrincipalStorageProviderTypes | |
| Flash — class, package com.adobe.repository.infomodel.bean | |
| A Flash resource describes all types of compiled Flash content. | |
| Flash() — Constructor, class com.adobe.repository.infomodel.bean.Flash | |
| Default constructor. | |
| FLD_SPC_PRINCIPAL_COMMON_NAME — Final static property, class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter | |
| Principal common name. | |
| FLD_SPC_PRINCIPAL_EMAIL — Final static property, class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter | |
| Principal email identifier. | |
| FLD_SPC_PRINCIPAL_ORG — Final static property, class com.adobe.idp.um.api.infomodel.RoleMembershipSearchFilter | |
| Principal organization. | |
| flex.acrobat.pdf — package | |
| PDF generation classes. | |
| FlexClient — class, package flex.messaging.client | |
| Represents a Flex client application instance on the server. | |
| FlexClientAttributeListener — Interface, package flex.messaging.client | |
| Interface for FlexClient attribute listeners. | |
| FlexClientBindingEvent — class, package flex.messaging.client | |
| Event used to notify FlexClientAttributeListeners of changes to FlexClient attributes. | |
| FlexClientBindingEvent(flex.messaging.client:FlexClient client, java.lang:String name) — Constructor, class flex.messaging.client.FlexClientBindingEvent | |
| Constructs an event for an attribute that is bound or unbound from a FlexClient. | |
| FlexClientBindingEvent(flex.messaging.client:FlexClient client, java.lang:String name, java.lang:Object value) — Constructor, class flex.messaging.client.FlexClientBindingEvent | |
| Constructs an event for an attribute that is added to a FlexClient or replaced by a new value. | |
| FlexClientBindingListener — Interface, package flex.messaging.client | |
| Interface to be notified when the implementing object is bound or unbound from the FlexClient. | |
| FLEX_CLIENT_ID_HEADER — Final static property, interface flex.messaging.messages.Message | |
| This header is used to transport the FlexClient Id value in messages sent clients to the server. | |
| FlexClientListener — Interface, package flex.messaging.client | |
| Interface to be notified when a FlexClient is created or destroyed. | |
| FLEX_CLIENT_LOG_CATEGORY — Final static property, class flex.messaging.client.FlexClient | |
| Log category for FlexClient related messages. | |
| FlexClientManagerControlMBean — Interface, package flex.management.runtime.messaging.client | |
| Defines the runtime monitoring and management interface for managed flex client managers. | |
| FlexClientOutboundQueueProcessor — class, package flex.messaging.client | |
| The base FlexClientOutboundQueueProcessor implementation used if a custom implementation is not specified. | |
| FlexClientOutboundQueueProcessor() — Constructor, class flex.messaging.client.FlexClientOutboundQueueProcessor | |
| FlexComponent — Interface, package flex.messaging | |
| Defines the lifecycle interface for FlexComponents, allowing the server to manage the running state of server components through a consistent interface. | |
| FlexConfigurable — Interface, package flex.messaging | |
| Components created in the Flex configuration environment can implement the FlexConfigurable interface to get access to the configuration properties like a regular component in the system. | |
| FlexContext — class, package flex.messaging | |
| The FlexContext is a utility class that exposes the current execution context. | |
| flex.data — package | |
| Data management classes. | |
| flex.data.adapters — package | |
| Data management adapter classes. | |
| flex.data.assemblers — package | |
| Data management assembler classes. | |
| flex.data.config — package | |
| Data management configuration classes. | |
| flex.data.messages — package | |
| Data message classes. | |
| FlexFactory — Interface, package flex.messaging | |
| The FlexFactory interface is implemented by factory components that provide instances to the Flex messaging framework. | |
| flex.graphics — package | |
| Graphics-related classes. | |
| flex.management — package | |
| Management classes. | |
| flex.management.jmx — package | |
| Management classes for JMX. | |
| flex.management.runtime — package | |
| Administration console classes. | |
| flex.management.runtime.data — package | |
| Management classes for data management. | |
| flex.management.runtime.data.adapters — package | |
| Management classes for data management adapters. | |
| flex.management.runtime.messaging — package | |
| Management classes for runtime monitoring and management. | |
| flex.management.runtime.messaging.client — package | |
| Management classes for runtime FlexClient monitoring and management. | |
| flex.management.runtime.messaging.endpoints — package | |
| Management classes for runtime endpoint monitoring and management. | |
| flex.management.runtime.messaging.log — package | |
| Management classes for runtime log monitoring and management. | |
| flex.management.runtime.messaging.services — package | |
| Management classes for runtime service monitoring and management. | |
| flex.management.runtime.messaging.services.http — package | |
| Management classes for HTTP and SOAP proxy adapters. | |
| flex.management.runtime.messaging.services.messaging — package | |
| Management and monitoring classes for runtime service messaging classes. | |
| flex.management.runtime.messaging.services.messaging.adapters — package | |
| Management classes for runtime adapter monitoring and management. | |
| flex.management.runtime.messaging.services.remoting — package | |
| Management classes for Remoting Service destinations. | |
| flex.management.runtime.messaging.services.remoting.adapters — package | |
| Management classes for Remoting Service adapters. | |
| flex.messaging — package | |
| Messaging classes. | |
| flex.messaging.client — package | |
| FlexClient-related classes. | |
| flex.messaging.cluster — package | |
| Clustering-related classes. | |
| flex.messaging.config — package | |
| Configuration classes. | |
| flex.messaging.endpoints — package | |
| Message endpoint classes. | |
| flex.messaging.endpoints.amf — package | |
| AMF endpoint classes. | |
| flex.messaging.endpoints.rtmp — package | |
| flex.messaging.factories — package | |
| Factory classes. | |
| flex.messaging.io — package | |
| Message serialization classes. | |
| flex.messaging.io.amf — package | |
| AMF serialization classes. | |
| flex.messaging.io.amf.translator — package | |
| AMF serialization classes. | |
| flex.messaging.io.amf.translator.decoder — package | |
| AMF serialization classes. | |
| flex.messaging.io.amfx — package | |
| AMFX serialization classes. | |
| flex.messaging.io.http — package | |
| flex.messaging.io.tcchunk — package | |
| Serialization classes. | |
| flex.messaging.license — package | |
| Licence classes. | |
| flex.messaging.log — package | |
| Logging classes. | |
| flex.messaging.messages — package | |
| Message classes. | |
| flex.messaging.security — package | |
| Security classes. | |
| flex.messaging.services — package | |
| Message service classes. | |
| flex.messaging.services.http — package | |
| Proxy service classes. | |
| flex.messaging.services.http.httpclient — package | |
| Proxy service classes. | |
| flex.messaging.services.http.proxy — package | |
| Proxy service classes. | |
| flex.messaging.services.messaging — package | |
| Service messaging classes. | |
| flex.messaging.services.messaging.adapters — package | |
| Service adapter classes. | |
| flex.messaging.services.messaging.selector — package | |
| Message selector classes. | |
| flex.messaging.services.remoting — package | |
| Remoting Service classes. | |
| flex.messaging.services.remoting.adapters — package | |
| Remoting Service adapter classes. | |
| flex.messaging.socketserver — package | |
| flex.messaging.socketserver.config — package | |
| flex.messaging.ssl — package | |
| flex.messaging.util — package | |
| Messaging utility classes. | |
| flex.messaging.util.concurrent — package | |
| FlexRemoteCredentials — class, package flex.messaging | |
| A wrapper object used for holding onto remote credentials. | |
| FlexRemoteCredentials(java.lang:String service, java.lang:String destination, java.lang:String username, java.lang:Object credentials) — Constructor, class flex.messaging.FlexRemoteCredentials | |
| Normally you do not have to create the FlexRemoteCredentials as they are created automatically when the client specifies them via the setRemoteCredentials method in ActionScript. | |
| FlexSession — class, package flex.messaging | |
| The base for FlexSession implementations. | |
| FlexSessionAttributeListener — Interface, package flex.messaging | |
| Interface for Flex session attribute listeners. | |
| FlexSessionBindingEvent — class, package flex.messaging | |
| Event used to notify FlexSessionAttributeListeners of changes to session attributes. | |
| FlexSessionBindingEvent(flex.messaging:FlexSession session, java.lang:String name) — Constructor, class flex.messaging.FlexSessionBindingEvent | |
| Constructs an event for an attribute that is bound or unbound from a session. | |
| FlexSessionBindingEvent(flex.messaging:FlexSession session, java.lang:String name, java.lang:Object value) — Constructor, class flex.messaging.FlexSessionBindingEvent | |
| Constructs an event for an attribute that is added to a session or replaced by a new value. | |
| FlexSessionBindingListener — Interface, package flex.messaging | |
| Interface to be notified when the object is bound or unbound from the Flex session. | |
| FlexSessionListener — Interface, package flex.messaging | |
| Interface to be notified when a FlexSession is created or destroyed. | |
| FLEX_SESSION_LOG_CATEGORY — Final static property, class flex.messaging.FlexSession | |
| Log category for FlexSession related messages. | |
| floor() — method, interface com.celequest.api.type.ISQLNumeric | |
| Changes this numeric to the greatest integer less than or equal to it. | |
| flush(java.util:List outboundQueue) — method, class flex.messaging.client.FlexClientOutboundQueueProcessor | |
| Always empties the queue and returns all messages to be sent to the client. | |
| flush(flex.messaging:MessageClient client, java.util:List outboundQueue) — method, class flex.messaging.client.FlexClientOutboundQueueProcessor | |
| Removes all messages in the queue targeted to this specific MessageClient subscription(s) and returns them to be sent to the client. | |
| FlushResult — class, package flex.messaging.client | |
| Stores the messages that should be written to the network as a result of a flush invocation on a FlexClient's outbound queue. | |
| FlushResult() — Constructor, class flex.messaging.client.FlushResult | |
| Constructs a FlushResult instance to return from a flush invocation on a FlexClient's outbound queue. | |
| Folio — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.PageSize | |
| Represents the Folio page size. | |
| FontInclusion — final class, package com.adobe.livecycle.convertpdfservice.client.enumeration | |
| Specifies how fonts are included within a PostScript file. | |
| FONT_INCLUSION — Final static property, class com.adobe.livecycle.convertpdfservice.client.ToPSOptionSpecConstants | |
| FONT_INCLUSION_ID — Final static property, class com.adobe.livecycle.convertpdfservice.client.ToPSOptionSpecConstants | |
| forceRemovalOfConfiguration(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aConfig) — method, interface com.adobe.idp.dsc.registry.service.ServiceRegistry | |
| Forces the removal of the specified service configuration. | |
| forceRemovalOfConfiguration(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aConfig) — method, class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient | |
| Forces the removal of the specified service configuration. | |
| forceUndeploy(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aServiceConfig) — method, interface com.adobe.idp.dsc.registry.service.ServiceRegistry | |
| Forces the undeploy of a service (ignoring exceptions for callback methods), transitioning it to an Inactive state. | |
| forceUndeploy(com.adobe.idp.dsc.registry.infomodel:ServiceConfiguration aServiceConfig) — method, class com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient | |
| Forces the undeploy of a service (ignoring exceptions for callback methods), transitioning it to an Inactive state. | |
| forceUninstall(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — method, interface com.adobe.idp.dsc.registry.component.ComponentRegistry | |
| Forces the uninstall of a component, calling its Bootstrap interface and removing it from the container. | |
| forceUninstall(com.adobe.idp.dsc.registry.infomodel:Component aComponent) — method, class com.adobe.idp.dsc.registry.component.client.ComponentRegistryClient | |
| Forces the uninstall of a component, calling its Bootstrap interface and removing it from the container. | |
| FORM — Final static property, class com.adobe.livecycle.output.client.OutputOptionsSpecConstants | |
| Represents the form design that is used to generate an output stream. | |
| FormChanges — Final static property, class com.adobe.livecycle.signatures.client.types.MDPPermissions | |
| Permitted changes are filling in forms, instantiating page templates, and signing. | |
| FormDataIntegrationClient — class, package com.adobe.livecycle.formdataintegration.client | |
| Enables you to create a Java object that invokes operations that belong to the FormDataIntegration service. | |
| FormDataIntegrationClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory serviceClientFactory) — Constructor, class com.adobe.livecycle.formdataintegration.client.FormDataIntegrationClient | |
| A constructor that creates a FormDataIntegrationClient( object. | |
| FORMDATA_SAVED_EVENT — Final static property, class com.adobe.idp.taskmanager.dsc.client.events.EventConstants.TaskEventIDs | |
| The form data has been saved. | |
| FORMDATA_SAVED_EVENT — Final static property, class com.adobe.idp.taskmanager.dsc.client.events.EventConstants.TaskOperationalEvents | |
| The task form data has been saved. | |
| FORMDATA_SAVED_EVENT — Final static property, class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants | |
| Form data saved event. | |
| FORM_DATA_TYPE — Final static property, interface com.adobe.idp.taskmanager.dsc.client.task.FormInstance | |
| Form data storage type for tasks. | |
| FORMFIELDS — Final static property, class com.adobe.livecycle.signatures.client.types.PDFSignaturePermissions | |
| Only modifications to form fields are allowed. | |
| FORMFIELDSANDCOMMENTS — Final static property, class com.adobe.livecycle.signatures.client.types.PDFSignaturePermissions | |
| Only modifications to form fields and comments are allowed. | |
| FormFragment — class, package com.adobe.repository.infomodel.bean | |
| A FormFragment is a com.adobe.repository.infomodel.bean.Fragment containing an external XFA prototype or template. | |
| FormFragment() — Constructor, class com.adobe.repository.infomodel.bean.FormFragment | |
| The default constructor. | |
| FormInstance — Interface, package com.adobe.idp.taskmanager.dsc.client.task | |
| Represents the metadata for a form. | |
| FormModel — final class, package com.adobe.livecycle.formsservice.client | |
| Specifies the location of where an HTML form is processed. | |
| FormNotSavedException — class, package com.adobe.idp.taskmanager.dsc.client.task | |
| An exception that is thrown when a form cannot be saved. | |
| FormNotSavedException(long aTaskID, long aFormInstanceId) — Constructor, class com.adobe.idp.taskmanager.dsc.client.task.FormNotSavedException | |
| Constructs a new exception using the form's task identifier and form instance identifier. | |
| FormPreference — final class, package com.adobe.livecycle.formsservice.client | |
| Represents transformation types. | |
| FormServerException — class, package com.adobe.livecycle.formsservice.exception | |
| The base exception class for exceptions that are thrown by the Forms service. | |
| FormServerException() — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that delegates to super. | |
| FormServerException(java.lang:String reason) — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that delegates to super. | |
| FormServerException(java.lang:Exception e) — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that delegates to super. | |
| FormServerException(java.lang:String reason, java.lang:Throwable e) — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that delegates to super. | |
| FormServerException(java.lang:String resourceID, int severity, boolean log) — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that finds a string using resourceID and optional logs | |
| FormServerException(java.lang:String resourceID, java.lang:String[] args, int severity, boolean log) — Constructor, class com.adobe.livecycle.formsservice.exception.FormServerException | |
| A constructor that finds a string using resourceID and merges arguments and optional logs | |
| FormsResult — class, package com.adobe.livecycle.formsservice.client | |
| Provides access to the Forms service processing results, such as the data content, the transformation result, and the content type. | |
| FormsResult() — Constructor, class com.adobe.livecycle.formsservice.client.FormsResult | |
| This constructor is for internal use only. | |
| FormsResult(short action, java.lang:String options, java.lang:String tratransformationID, java.lang:String formQuery, long pageNumber, long pageCount, java.util:List attachments, com.adobe.idp:Document validationErrorsList, java.lang:String clickedBtn, com.adobe.idp:Document xMLData) — Constructor, class com.adobe.livecycle.formsservice.client.FormsResult | |
| This constructor is for internal use only. | |
| FormsServiceClient — class, package com.adobe.livecycle.formsservice.client | |
| Enables the creation of a Java object that invokes operations that belong to the Forms service. | |
| FormsServiceClient(com.adobe.idp.dsc.clientsdk:ServiceClientFactory serviceClientFactory) — Constructor, class com.adobe.livecycle.formsservice.client.FormsServiceClient | |
| A constructor that creates a FormsServiceClient object. | |
| FormTemplate — class, package com.adobe.repository.infomodel.bean | |
| A FormTemplate is a document describing an XFA template. | |
| FormTemplate() — Constructor, class com.adobe.repository.infomodel.bean.FormTemplate | |
| Default constructor. | |
| forwardTask(long taskId, java.lang:String userIdToForward) — method, interface com.adobe.idp.taskmanager.dsc.client.task.TaskManager | |
| Forwards a non-completed task from a user queue to the default queue indicated in the userIdToForward parameter. | |
| Fragment — class, package com.adobe.repository.infomodel.bean | |
| A Fragment is a resource that describes shared resources of a given type. | |
| Fragment() — Constructor, class com.adobe.repository.infomodel.bean.Fragment | |
| The default constructor. | |
| fromString(java.lang:String aConnectiveStr) — Static Method , class com.adobe.idp.dsc.filter.Connective | |
| A conversion method that creates a new Connective object based on a String indicating whether the newly created object uses a logical AND or OR value. | |
| FullHTMLTags — Final static property, class com.adobe.livecycle.formsservice.client.OutputType | |
| The HTML form is rendered within full HTML tags (a complete HTML page). | |
| FULL_PRINCIPAL_OBJECT — Final static property, class com.adobe.idp.um.api.UMConstants.AuthenticationOptions | |
| Constant that holds the name of the property specifying if the returned AuthResult contains Fully exploded User object or not. | |
| 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/8.2/programLC/programmer/javadoc/all-index-F.html