Deprecated Classes
com.adobe.service.ddxm.client.EnvironmentConstants
This class has been replaced by com.adobe.service.ddxm.client.Environment
com.adobe.service.ddxm.client.OutputMapConstants
This class has been replaced by com.adobe.service.ddxm.client.Output
Deprecated Methods
com.adobe.idp.Document.Document(DocumentWriter,Object)
com.adobe.idp.dsc.propertyeditor.PropertyContext.browseForFilename(String[])
com.adobe.idp.dsc.propertyeditor.PropertyContext.browseForXPathExpression()
Do not use.
com.adobe.idp.dsc.propertyeditor.PropertyContext.getServiceClientFactory()
Do not use.
com.adobe.idp.dsc.propertyeditor.Property.getValueAsText()
Use getValue() with an object of the property editor's expected configuration type.
com.adobe.idp.dsc.propertyeditor.Property.setValueAsText(String)
Use setValue() with an object of the property editor's expected configuration type.
com.adobe.idp.dsc.registry.infomodel.Component.getPropertyEditors()
com.adobe.idp.dsc.registry.infomodel.Connector.requireEndpointEventNotification()
com.adobe.idp.dsc.registry.infomodel.InputParameter.setDefaultValue(String)
com.adobe.idp.dsc.registry.infomodel.InputParameter.setRequired(boolean)
com.adobe.idp.dsc.registry.infomodel.ServiceConfiguration.isOrchestration()
This method is deprecated because the document service container is not and should not be knowledgeable of the workflow or how any service is implemented (other than knowing which document service container will execute it). Document service containers and clients wishing to track the type of configuration or implementation should set and query the "type" property of the service configuration with a value which is meant for client purposes only and is not used by the service container itself.
com.adobe.idp.dsc.registry.service.client.ServiceRegistryClient.getHeadServiceConfiguration(String)
see getHeadActiveConfiguration
com.adobe.idp.dsc.registry.service.ServiceRegistry.getHeadServiceConfiguration(String)
see getHeadActiveConfiguration
com.adobe.idp.dsc.InvocationResponse.getJobId()
com.adobe.idp.taskmanager.dsc.client.task.CompleteTaskResult.getInitiatedProcessId()
Do not use.
com.adobe.idp.taskmanager.dsc.client.task.CompleteTaskResult.getInitiatedProcessTypeName()
Do not use.
com.adobe.idp.taskmanager.dsc.client.task.CreateTaskInfo.copyAttachments(boolean)
This is still supported for backwards compatibility. However, the method of storing a list of documents for task attachments is preferred.
com.adobe.idp.taskmanager.dsc.client.task.CreateTaskResult.getFormInstanceId()
A task can now have many forms. Use getFormInstanceIDs() instead.
com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase.getHardenedTemplatePath()
Hardened Paths are no longer supported. Paths are hardened based on timestamps.
com.adobe.idp.taskmanager.dsc.client.task.FormInstanceBase.setHardenedTemplatePath(String)
Hardened Paths are no longer supported. Paths are hardened based on timestamps.
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.changeDeadline(long,Date)
This method has not been implemented, though it is planned for a future release. Do not use this method.
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.changeReminder(long,Date)
This method has not been implemented, though it is planned for a future release. Do not use this method.
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.completeTask(long,FormInstance)
Use completeTask(long aTaskI) instead. Calling this deprecated method will only work for tasks with only one form specified.
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.createTask(long,FormInstance,String,long,boolean,boolean)
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.createTask(long,FormInstance,String,long,List,boolean)
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.createTask(FormInstance,String,boolean)
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.getFormInstanceForTask(long)
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.getFormInstanceForTask(long,boolean)
com.adobe.idp.taskmanager.dsc.client.task.TaskManager.updateHardenedPath(long,String)
Do not use.
com.adobe.idp.um.api.infomodel.PrincipalSearchFilter.setUserid(String)
Use setUserId() instead.
com.adobe.idp.um.api.DirectoryManager.findGroups(PrincipalSearchFilter)
com.adobe.idp.um.api.DirectoryManager.findPrincipalReferences(PrincipalSearchFilter,String)
com.adobe.idp.um.api.DirectoryManager.findPrincipals(PrincipalSearchFilter,String)
com.adobe.idp.um.api.DirectoryManager.findPrincipals(PrincipalSearchFilter,List)
com.adobe.idp.um.api.DirectoryManager.findUsers(PrincipalSearchFilter)
com.adobe.idp.workflow.client.ProcessManager.postMessageToAction(String,ProcessMessage)
Do not use.
com.adobe.idp.workflow.client.ProcessManager.scheduleMessageForAction(String,Date,ProcessMessage)
Do not use.
com.adobe.idp.workflow.client.ProcessManager.sendMessageToAction(String,ProcessMessage)
Do not use.
com.adobe.idp.Document.getDataBuffer()
For internal use only.
com.adobe.idp.Document.getFile()
Use the copyToFile() method instead.
com.adobe.idp.Document.getObject(DocumentReader)
For internal use only.
com.adobe.livecycle.output.client.OutputOptionsSpec.isWaitForResponse()
Use the setSynchronous() method.
com.adobe.livecycle.output.client.OutputOptionsSpec.setWaitForResponse(boolean)
Use the setSynchronous() method.
com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findGroups(PrincipalSearchFilter)
com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findPrincipalReferences(PrincipalSearchFilter,String)
com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findPrincipals(PrincipalSearchFilter,List)
com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findPrincipals(PrincipalSearchFilter,String)
com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findUsers(PrincipalSearchFilter)
com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.addLockTokens(Collection)
com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.clearLockTokens()
com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.getLockTokens()
com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.setReturnByValue(boolean)
Repository no longer provides the ability to return by reference. The APIs are all return by value now.
com.adobe.repository.bindings.ResourceRepositoryDelegate.addLockTokens(Collection)
com.adobe.repository.bindings.ResourceRepositoryDelegate.clearLockTokens()
com.adobe.repository.bindings.ResourceRepositoryDelegate.getLockTokens()
com.adobe.repository.bindings.ResourceRepositoryDelegate.setReturnByValue(boolean)
Repository no longer provides the ability to return by reference. The APIs are all return by value now.
Deprecated Properties
com.adobe.idp.um.api.infomodel.Principal.PRINCIPALTYPE_SPECIAL
com.adobe.idp.um.api.infomodel.PrincipalReference.PRINCIPALTYPE_SPECIAL
com.adobe.idp.um.api.UMConstants.PrincipalTypes.PRINCIPALTYPE_SPECIAL
com.adobe.repository.RepositoryException.E_NO_ACCESS
use E_FILE_NOT_FOUND_OR_NO_ACCESS instead
com.adobe.repository.RepositoryException.E_NO_LOCK_TOKEN

 

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/deprecated.html