|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
com.waveset.adapter.AccountIteratorWrapper
as of 7.0, for iteration of block-oriented streams of accounts consider using the Supplier and BufferedAccountQueue classes instead. |
|
com.waveset.adapter.ActiveDirectoryActiveSyncAdapter
As of 5.0 SP1, use ADSIResourceAdapter instead |
|
com.waveset.adapter.AD_LDAPResourceAdapter
|
|
com.waveset.adapter.AttrParse
as of 5.0SP1 - Use com.waveset.object.AttrParse instead. |
|
com.waveset.util.BlockIterator
as of 7.0, for iteration of block-oriented datastreams consider using the Supplier and DoubleBufferedQueue classes instead. |
|
com.waveset.util.BufferedIterator
as of 7.0, for iteration of block-oriented datastreams consider using the Supplier and DoubleBufferedQueue classes instead. |
|
com.waveset.adapter.DblBufAcctIter
This implementation is deprecated in favor of a new implementation please look at the JavaDoc for Supplier and BufferedAccountQueue. Instead of extending this class, implement a Supplier instead and construct a BufferedAccountQueue using it. |
|
com.waveset.adapter.DblBufIterator
This implementation is deprecated in favor of a new implementation please look at the JavaDoc for Supplier, DoubleBufferQueue, and BufferedAccountQueue. These classes effectively separate the concerns of DblBufIterator into a chain of responsiblity. For instance Supplier replaces the responsiblity of subFillArray. DobuleBufferQueue replaces the buffering aspect. BufferedAccountQueue converts the java Iterator interface to the AccountIterator interface required by the ResourceAdapter interface. |
|
com.waveset.util.Debug
- Use com.sun.idm.logging.Trace instead |
|
com.waveset.adapter.DominoActiveSyncAdapter
As of 5.0 SP1, use DominoResourceAdapter instead |
|
com.waveset.util.HtmlUtil
- Use com.waveset.ui.util.html.HtmlUtil. |
|
com.waveset.object.IAPI
- Adapters should use com.waveset.adapter.iapi.IAPI. This class is preserved solely for backward-compatibility. It will not work unless the IDM server classes are available. |
|
com.waveset.object.IAPIProcess
- Adapters should use com.waveset.adapter.iapi.IAPIFactory. This class is preserved solely for backward-compatibility. It will not work unless the IDM server classes are available. |
|
com.waveset.object.IAPIUser
- Adapters should use com.waveset.adapter.iapi.IAPIUser. This class is preserved solely for backward-compatibility. It will not work unless the IDM server classes are available. |
|
com.waveset.session.InternalSession
- Use com.waveset.server.InternalSession. |
|
com.waveset.adapter.LDAPChangeLogActiveSyncAdapter
|
|
com.waveset.object.License
License no longer used. |
|
com.waveset.adapter.NDSActiveSyncAdapter
As of 5.0 SP1, use NDSResourceAdapter instead |
|
com.waveset.adapter.PeopleSoftResourceAdapter
|
|
com.waveset.adapter.RemedyActiveSyncResourceAdapter
As of 5.0 SP1, use RemedyResourceAdapter instead |
|
com.waveset.object.RemedyConfig
This class is no longer used and was used at one time to store remedy connection information. This is now handled by the Remedy Resource Adapter. |
|
com.waveset.object.RemedyTemplate
This class no longer is used and has been replaced by the RemedyTemplates which are described using Generic Configuration objects. |
|
com.waveset.object.ReportCounter
This class no longer is used, usage reports now count audit records instead of having another object. Will eventually delete this class, but want to remove all existing objects of this type during upgrade first. Release have 2.5 we can remove this type. |
|
com.waveset.object.SourceManager
- The view "SourceAdapterManageViewer" now exposes these functions. |
|
com.waveset.ui.Table.CompoundCell
- use com.waveset.ui.html.CompoundCell. |
|
com.waveset.ui.Table.GridCell
- use com.waveset.ui.html.GridCell. |
|
com.waveset.ui.Table.GridSpanCell
- use com.waveset.ui.html.GridCell. |
|
com.waveset.adapter.TopSecretActiveSyncAdapter
As of 5.0 SP1, use TopSecretResourceAdapter instead |
|
com.waveset.util.Trace
as of 6.0; use com.sun.idm.logging classes instead. |
|
com.waveset.adapter.WSSocketFactory
as of release 2005Q3M1 SP1 There is no replacement available for this class. |
|
com.waveset.logging.trace.WSTrace
as of 6.0, use com.sun.idm.logging.Trace instead |
Deprecated Interfaces | |
com.waveset.util.ITrace
as of 6.0, use com.sun.idm.logging.trace instead. |
Deprecated Exceptions | |
com.waveset.exception.ConfigurationError
- Use com.waveset.util.ConfigurationError. |
|
com.waveset.exception.IOException
- Use com.waveset.util.IOException. |
|
com.waveset.exception.XmlParseException
- Use com.waveset.util.XmlParseException. |
Deprecated Fields | |
com.waveset.provision.WorkflowServices.ARG_ADDITIONAL_APPROVERS
- this should be removed when 'query' is supported in #deriveUsers(com.waveset.object.GenericObject, com.waveset.workflow.WorkflowContext)
Optional recognized by getAdditionalApprovers to indicate any additional
approvers to be included in the set of approvers. If not specified,
no 'additional' approvals will be generated. |
|
com.waveset.provision.WorkflowServices.ARG_ADDITIONAL_ESCALATORS
- this should be removed when 'query' is supported in #deriveUsers(com.waveset.object.GenericObject, com.waveset.workflow.WorkflowContext)
Optional recognized by getAdditionalApprovers to indicate any admins
to which the approval will be escalated after a timeout. |
|
com.waveset.session.WorkflowServices.ARG_TASK_DATE
2005Q4M3 - If you need a public constant, use com.waveset.object.Attribute.DATE.getName() . |
|
com.waveset.task.DeferredScanner.ATT_DATE
2005Q4M3 - If you need a public constant, use com.waveset.object.Attribute.DATE.getName() |
|
com.waveset.object.Type.AUDIT_CONFIG
Old AuditConfig object, as of 4.0 using Configuration object to store audit config. |
|
com.waveset.object.Type.AUDIT_PRUNER_TASK
This task no longer exists. NOTE : null log db key only because of deprecation |
|
com.waveset.object.Type.AUDIT_QUERY
This type is no longer used, replaced by task template in 1.6. NOTE : null log db key only because of deprecation |
|
com.waveset.object.Attribute.BLOCK_SIZE
- use "blockRowsGet" and "blockRowsList" (bug#872). |
|
com.waveset.object.TaskInstance.DATE_FORMAT
Use Util.getCanonicalDateString and Util.stringToDate instead. |
|
com.waveset.util.Util.DATE_FORMAT_CANONICAL
Will become a private constant since this doesn't handle parsing a general IS0-8601 format. (Only handles our subset). Instead always use the public methods stringToDate and getCanonicalDateString. (At some point we may want to handle parsing a general IS0-8601 format). |
|
com.waveset.adapter.PeopleSoftComponentActiveSyncAdapter.DEFAULT_AUDIT_STAMP_FORMAT
- for legacy component interface |
|
com.waveset.adapter.PeopleSoftComponentActiveSyncAdapter.DEFAULT_AUDIT_STAMP_START_DATE
- for legacy component interface |
|
com.waveset.object.Type.DISCOVERY
No longer used in 4.0. |
|
com.waveset.object.Form.Field.EL_HELP
Not sure if this was ever used. |
|
com.waveset.object.Attribute.EVENTDATE
- replaced with EVENT_DATETIME. |
|
com.waveset.object.Attribute.EVENTTIME
- replaced with EVENT_DATETIME. |
|
com.waveset.notification.EmailNotifier.FROM_ADDRESS
- use FROM |
|
com.waveset.notification.EmailNotifier.FROM_USER
- use FROM |
|
com.waveset.object.Constants.MAX_SUMMARY_STRING_LENGTH
- Not used. This limit is now configurable. |
|
com.waveset.object.Type.NOTIFY_CONFIG
This type was never used, added in 2001 by gw. NOTE : null log db key only because of deprecation |
|
com.waveset.task.DeferredScanner.PROP_TASKS
2005Q4M3 - If you need a public constant, use com.waveset.object.Constants.DEFERRED_TASKS_PROPERTY |
|
com.waveset.adapter.PeopleSoftComponentActiveSyncAdapter.RA_AUDIT_STAMP_FORMAT
- for legacy component interface |
|
com.waveset.adapter.SAPHRActiveSyncAdapter.RA_PROCESS_NAME
As of IdM 5.5. Use RA_PROCESS_RULE instead. |
|
com.waveset.adapter.LDAPResourceAdapterBase.RA_PROCESS_NAME
as of IdM 5.5. Use RA_PROCESS_RULE instead. |
|
com.waveset.adapter.DatabaseTableResourceAdapter.RA_PROCESS_NAME
As of IdM 5.5. Use RA_PROCESS_RULE instead. |
|
com.waveset.adapter.DominoResourceAdapter.RA_UPDATE_IF_DELETE
As of IdM 5.5. Use RA_DELETE_RULE instead. |
|
com.waveset.adapter.ActiveSync.RA_UPDATE_IF_DELETE
As of IdM 5.5 |
|
com.waveset.adapter.ADSIResourceAdapter.RA_UPDATE_IF_DELETE
As of IdM 5.5. Use RA_DELETE_RULE instead. |
|
com.waveset.object.Type.REPORT_COUNTER
No longer used, replaced by repo.count. djs NOTE : null log db key only because of deprecation |
|
com.waveset.adapter.SecurIdUnixResourceAdapter.SECURID_CAPTURE
use new ScriptToken.Capture(SECURID_TCL_PROMPT, getCapture().getTimeout()) instead |
|
com.waveset.adapter.SecurIdUnixResourceAdapter.SECURID_DEFAULT_PROMPT
use new ScriptToken.WaitFor("% ", SECURID_ERRORS, getWaitFor().getTimeout()) instead |
|
com.waveset.adapter.SecurIdUnixResourceAdapter.SECURID_WAIT
use new ScriptToken.WaitFor(SECURID_TCL_PROMPT, SECURID_ERRORS, getWaitFor().getTimeout()) instead |
|
com.waveset.object.Attribute.STARTUP_TYPE_AUTO
as of 2005Q4M3; use Resource.STARTUP_TYPE_AUTO . |
|
com.waveset.object.Attribute.STARTUP_TYPE_AUTO_FAILOVER
as of 2005Q4M3; use Resource.STARTUP_TYPE_AUTO_FAILOVER . |
|
com.waveset.object.Attribute.STARTUP_TYPE_DISABLED
as of 2005Q4M3; use Resource.STARTUP_TYPE_DISABLED . |
|
com.waveset.object.Attribute.STARTUP_TYPE_MANUAL
as of 2005Q4M3; use Resource.STARTUP_TYPE_MANUAL . |
|
com.waveset.object.Attribute.STARTUP_TYPES
as of 2005Q4M3; use Resource.STARTUP_TYPES . |
|
com.waveset.object.Attribute.STARTUP_TYPES_DISPLAY_NAMES
as of 2005Q4M3; use Resource.STARTUP_TYPES_DISPLAY_NAMES . |
|
com.waveset.object.Type.SUMMARY_REPORT_TASK
This sub type no longer used, reports are now session based. NOTE : null log db key only because of deprecation |
|
com.waveset.notification.EmailNotifier.TO_ADDRESS
- use TO |
|
com.waveset.notification.EmailNotifier.TO_ADMIN
- use TO |
|
com.waveset.notification.EmailNotifier.TO_USER
- use TO |
|
com.waveset.object.Type.USAGE_REPORT
This type is no longer used, replaced by task template in 1.6. NOTE : null log db key only because of deprecation |
|
com.waveset.object.Type.USAGE_REPORT_TASK
This sub type no longer used, reports are now session based. NOTE : null log db key only because of deprecation |
|
com.waveset.workflow.WorkflowEngine.VAR_ACTION_ERROR
Use WFProcess.VAR_ACTION_ERROR |
|
com.waveset.workflow.WorkflowEngine.VAR_ACTION_RESULT
Use WFProcess.VAR_ACTION_RESULT |
|
com.waveset.workflow.WorkflowEngine.VAR_ACTION_SUPPRESSED
Use WFProcess.VAR_ACTION_SUPPRESSED |
|
com.waveset.workflow.WorkflowEngine.VAR_ACTION_TIMEOUT
Use WFProcess.VAR_ACTION_TIMEOUT |
|
com.waveset.workflow.WorkflowEngine.VAR_APPLICATION
Use WFProcess.VAR_APPLICATION |
|
com.waveset.workflow.WorkflowEngine.VAR_CASE_OWNER
Use WFProcess.VAR_CASE_OWNER |
|
com.waveset.workflow.WorkflowEngine.VAR_CASE_RESULT
Use WFProcess.VAR_CASE_RESULT |
|
com.waveset.workflow.WorkflowContext.VAR_CASE_TERMINATED
Use WFProcess.VAR_CASE_TERMINATED |
|
com.waveset.workflow.WorkflowEngine.VAR_CONTEXT
Use WFProcess.VAR_CONTEXT |
|
com.waveset.object.EmailTemplate.VAR_FROM_ADDRESS
- use FROM |
|
com.waveset.object.TaskInstance.VAR_RESULT_LIMIT
- use TaskInstance.setResultLimit(int) instead. |
|
com.waveset.object.TaskInstance.VAR_TASK_STATUS
This will be removed when VAR_RESULT_LIMIT is refactored. |
|
com.waveset.object.EmailTemplate.VAR_TO_ADDRESS
- use TO |
|
com.waveset.workflow.WorkflowEngine.VAR_TRACE
Use WFProcess.VAR_TRACE |
|
com.waveset.adapter.UnixResourceAdapter.wavesetRootPromptCaptureToken
use new ScriptToken.Capture(wavesetRootPrompt.trim(), getCapture().getTimeout()) instead |
|
com.waveset.adapter.UnixResourceAdapter.wavesetRootPromptWaitToken
use new ScriptToken.WaitFor(wavesetRootPrompt.trim(), getWaitFor().getTimeout()) instead |
Deprecated Methods | |
com.waveset.object.AuditEvent.addAuditableAttributes(AccountAttributeType[], WSAttributes)
as of 4.1 see setAuditableAttributes(Map map). Extended auditing attributes should be stored in the logattr table. Go through and figure out which of the reource attributes are marked auditable and add them to the event, if its in the list of user attributes. |
|
com.waveset.object.WavesetResult.addError(Message)
Use addError(ErrorMessage) instead. |
|
com.waveset.adapter.LDAPResourceAdapterBase.addUserToGroup(LDAPResourceAdapterBase.LDAPObject, String, String)
Use addUserToGroup(String, String, String). |
|
com.waveset.adapter.SAPResourceAdapter.booleanToString(boolean)
for release 7.0 |
|
com.waveset.adapter.LDAPResourceAdapterBase.buildBaseUrl()
As of 4.0, the base context resource attribute can be a multi-valued attribute. This method only returns the URL for one of the base contexts. also this method does not function properly if Java 1.4 or later is used and the container has non-ASCII characters |
|
com.waveset.adapter.LDAPResourceAdapterBase.buildBaseUrl(String)
there is no need to build the base URL if the provider URL is set on the context also this method does not function properly if Java 1.4 or later is used and the container has non-ASCII characters |
|
com.waveset.adapter.ADSIResourceAdapter.buildEvent(ADSIResourceAdapter.UpdateRow)
As of IdM 5.5. |
|
com.waveset.adapter.DominoResourceAdapter.buildEvent(DominoResourceAdapter.UpdateRow)
As of IdM 5.5. |
|
com.waveset.adapter.LDAPResourceAdapterBase.buildEvent(LDAPResourceAdapterBase.UpdateRow)
As of IdM 5.5. |
|
com.waveset.adapter.NDSResourceAdapter.buildEvent(NDSResourceAdapter.UpdateRow)
As of IdM 5.5. |
|
com.waveset.adapter.SAPResourceAdapter.callBAPIFunction(JCO.Client, JCO.Function)
for release 7.0. use #callBAPIFunction(Function) . |
|
com.waveset.adapter.SAPResourceAdapter.createFunction(String)
for release 7.0 |
|
com.waveset.adapter.SAPResourceAdapter.createFunction(String, boolean)
for release 7.0 use Function(String,boolean) . |
|
com.waveset.util.ITrace.data(long, Class, String, byte[])
- Specify class as a String. |
|
com.waveset.util.Trace.data(long, Object, String, byte[])
- Pass a String name to specify class |
|
com.waveset.adapter.SAPResourceAdapter.dateToString(Date)
for release 7.0 use Util.dateToString(Date,String) . |
|
com.waveset.util.Util.debug(Object)
Use Debug or Trace instead. |
|
com.waveset.adapter.ScriptedConnection.TelnetConnection.disConnect()
since 3.1. Use disconnect() instead. |
|
com.waveset.adapter.ScriptedConnection.ScriptedConnection.disConnect()
since 3.1. Use disconnect() instead. |
|
com.waveset.adapter.ScriptedConnection.SSHConnection.disConnect()
since 3.1. Use disconnect() instead. |
|
com.waveset.util.ITrace.entry(long, Class, String)
- Specify class as a String. |
|
com.waveset.util.ITrace.entry(long, Class, String, Object[])
- Specify class as a String. |
|
com.waveset.util.ITrace.entry(long, Class, String, String)
- Specify class as a String. |
|
com.waveset.util.Trace.entry(long, Object, String)
- Pass a String name to specify class |
|
com.waveset.util.Trace.entry(long, Object, String, Object[])
- Pass a String name to specify class |
|
com.waveset.util.Trace.entry(long, Object, String, String)
- Pass a String name to specify class |
|
com.waveset.adapter.SAPResourceAdapter.errorCheck(JCO.Function, int, WavesetResult)
for release 7.0 |
|
com.waveset.util.ITrace.exception(long, Class, String, Throwable)
- Specify class as a String. |
|
com.waveset.util.Trace.exception(long, Object, String, Throwable)
- Pass a String name to specify class |
|
com.waveset.adapter.RASecureConnection.ExchangeAuth(boolean)
, replaced by RASecureConnection.ExchangeAuth(boolean,byte[]) |
|
com.waveset.util.ITrace.exit(long, Class, String)
- Specify class as a String. |
|
com.waveset.util.ITrace.exit(long, Class, String, boolean)
- Specify class as a String. |
|
com.waveset.util.ITrace.exit(long, Class, String, int)
- Specify class as a String. |
|
com.waveset.util.ITrace.exit(long, Class, String, long)
- Specify class as a String. |
|
com.waveset.util.ITrace.exit(long, Class, String, Object)
- Specify class as a String. |
|
com.waveset.util.Trace.exit(long, Object, String)
- Pass a String name to specify class |
|
com.waveset.util.Trace.exit(long, Object, String, boolean)
- Pass a String name to specify class |
|
com.waveset.util.Trace.exit(long, Object, String, int)
- Pass a String name to specify class |
|
com.waveset.util.Trace.exit(long, Object, String, long)
- Pass a String name to specify class |
|
com.waveset.util.Trace.exit(long, Object, String, Object)
- Pass a String name to specify class |
|
com.waveset.adapter.SAPResourceAdapter.extractData(WSUser, JCO.Function, String, String, String)
for release 7.0 |
|
com.waveset.object.RepositoryResult.get(int)
since GA 1.2. Use RepositoryResult.next() instead. |
|
com.waveset.task.TaskContext.getAccessPolicy()
- since 3.5, use LighthouseContext |
|
com.waveset.object.MessageUtil.getActionDisplayKey(String)
- no alternative Looks up the display key for the string rep of an action. |
|
com.waveset.adapter.ResourceAdapterBase.getActionNotFoundMessage(String, String, String)
Use getActionNotFoundErrorMessage() instead. |
|
com.waveset.adapter.SAPResourceAdapter.getActivityGroups(WSUser, JCO.Function, WavesetResult)
for release 7.0.use #getActivityGroups(WSUser, Function, WavesetResult) . |
|
com.waveset.adapter.ResourceAdapterBase.getAdapter(Resource, LighthouseContext)
As of IdM 5.5, use getAdapterProxy(Resource, LighthouseContext) |
|
com.waveset.adapter.ResourceAdapterBase.getAdapter(Resource, ObjectCache)
As of IdM 5.5, use getAdapterProxy( Resource, LighthouseContext ) |
|
com.waveset.adapter.ResourceAdapterBase.getAdapter(Resource, ObjectCache, WSUser)
- Use getAdapterProxy(Resource, ObjectCache). |
|
com.waveset.session.LocalSession.getAdministrators(Map)
- use com.waveset.view.WorkItemUtil.getAdministrators |
|
com.waveset.ui.FormUtil.getAdministrators(Session, List)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option and "current" option to specify the list of current users instead of the "existing" param.
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getAdministrators(Session, Map)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option as follows:
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.object.CacheManager.getAllObjects(Type)
- use listObjects(Type). |
|
com.waveset.object.CacheManager.getAllObjects(Type, AttributeCondition[])
- use listObjects(Type, AttributeCondition[]). |
|
com.waveset.object.CacheManager.getAllObjects(Type, WSAttributes)
- use listObjects(Type, WSAttributes). |
|
com.waveset.object.LoginConfig.getApp(String)
As of 5.0 use LoginConfig.getLoginApp(String appName) . |
|
com.waveset.session.SessionFactory.getApp(String)
As of 5.0 use SessionFactory.getLoginApp(String appName) . |
|
com.waveset.object.UserUIConfig.getAppletColumns()
as of 3.1SP8/4.1 Use #getAppletColumnDefs() instead. |
|
com.waveset.ui.FormUtil.getApplications(LighthouseContext)
use getApplications(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getApplications(LighthouseContext, List)
use getApplications(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getApproverNames(Session)
- replaced by #getUsers(Session, Map) specifying the "userType" equals "approver" option as follows:
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getApproverNames(Session, List)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "approver" option and "current" option to specify the list of current users instead of the "existing" param.
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getApprovers(Session)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "approver" option as follows:
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getApprovers(Session, List)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "approver" option and "current" option to specify the list of current users instead of the "existing" param.
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.session.SessionFactory.getApps()
As of 5.0 use SessionFactory.getLoginApps() . |
|
com.waveset.object.AuditEvent.getAttributeMap()
as of 4.1 see getAuditableAttributes(). Extended auditing attributes should be stored in the logattr table. |
|
com.waveset.object.AuditEvent.getAttributeValue(String)
as of 4.1 see getAuditableAttributes(). Get a value from the ACCOUNT_ATTRIBUTE_LIST. Used by LogRecord prior to 4.1. |
|
com.waveset.object.AccountAttributeType.getAttrType()
since 2.5. Use getSyntax() instead. |
|
com.waveset.adapter.ResourceAdapterProxy.getBaseContextAttrName()
As of 4.0 use ResourceAdapterProxy.getBaseContexts() . |
|
com.waveset.adapter.ResourceAdapterBase.getBaseContextAttrName()
As of 4.0 use ResourceAdapterBase.getBaseContexts() . |
|
com.waveset.adapter.ResourceAdapter.getBaseContextAttrName()
As of 4.0 use ResourceAdapter.getBaseContexts() . |
|
com.waveset.util.Util.getCanonicalDateFormat()
Will become a private method since this doesn't handle parsing a general IS0-8601 format. (Only handles our subset). Instead always use the public methods stringToDate and getCanonicalDateString. (At some point we may want to handle parsing a general IS0-8601 format). |
|
com.waveset.ui.FormUtil.getCapabilities(LighthouseContext)
use getCapabilities(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getCapabilities(LighthouseContext, List)
use getCapabilities(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getCapabilities(LighthouseContext, List, Map)
use getCapabilities(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getCapabilities(LighthouseContext, String, String)
use getCapabilities(LighthouseContext s, Map options) instead |
|
com.waveset.adapter.HostConnectionPool.getConnection(HostAccessLogin)
use HostConnPool instead of HostConnectionPool |
|
com.waveset.adapter.HostConnPool.getConnection(HostAccessLogin)
Use getAffinityConnection instead |
|
com.waveset.object.Attribute.getDbColumnLength()
2005Q4M3: No one outside the com.waveset.repository
package should be calling this. If you need this, better let us know. |
|
com.waveset.object.Attribute.getDbColumnName()
2005Q4M3: No one outside the com.waveset.repository
package should be calling this. If you need this, better let us know. |
|
com.waveset.object.MessageUtil.getEventParmDisplayKey(String)
- no alternative Looks up the display key for the string rep of an event parameter. |
|
com.waveset.object.TaskDefinition.getExecutionLimit(int)
- Use instead #setExecutionLimit(int). Bug#14437. |
|
com.waveset.object.UserUIConfig.getFindMatchOperatorDisplayNameKeys()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindMatchOperators()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindResultsColumns()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindResultsSortColumn()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserDefaultSearchAttribute()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserSearchAttributes()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowAttribute(int)
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowCapabilitiesSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowDisabledSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowOrganizationSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowProvisioningSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowResourcesSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.UserUIConfig.getFindUserShowRoleSearch()
4.1SP2 This configuration is now handled by the form; this value cannot be trusted. |
|
com.waveset.object.EmailTemplate.getFromAddress()
Use getFrom() instead |
|
com.waveset.adapter.LDAPResourceAdapterBase.getGroups(Name, String, Vector, Vector)
Use getGroups(String, String, Vector, Vector). |
|
com.waveset.object.RepositoryResult.getId(int)
since GA 1.2. RepositoryResult now implements Iterator. |
|
com.waveset.adapter.LDAPResourceAdapterBase.getLDAPAttributes(String, DirContext[])
Use getLDAPAttributes(String, DirContext, String, String[]). |
|
com.waveset.adapter.LDAPResourceAdapterBase.getLDAPAttributes(String, DirContext[], String)
Use getLDAPAttributes(String, DirContext, String, String[]). |
|
com.waveset.adapter.ActiveSyncUtil.getLogFileFullPath()
Make sure the caller can handle null. This is here only to allow old adapters to compile. |
|
com.waveset.msgcat.Catalog.getMessage(Locale, String)
- Use format(locale, id, null); |
|
com.waveset.msgcat.Catalog.getMessage(Locale, String, Object[])
- Use format(locale, id, parameters); |
|
com.waveset.msgcat.Catalog.getMessage(String, Locale)
- Use format(locale, id, null); |
|
com.waveset.msgcat.Catalog.getMessage(String, Object[])
- Use format(locale, id, parameters); |
|
com.waveset.msgcat.Catalog.getMessage(String, Object[], Locale)
- Use format(locale, id, parameters); |
|
com.waveset.object.TaskTemplate.getMode()
use getExecMode instead |
|
com.waveset.object.RepositoryResult.getName(int)
since GA 1.2. RepositoryResult now implements Iterator. |
|
com.waveset.object.RepositoryResult.getObject(int)
since GA 1.2. RepositoryResult now implements Iterator. |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, String, List)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, String, List, Map)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, String, String, String, List)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, String, String, String, List, Map)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, Type, String, String, List)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.ui.FormUtil.getObjectNames(LighthouseContext, Type, String, String, List, Map)
use getObjectNames(LighthouseContext s, String typeName, Map options) instead |
|
com.waveset.util.Util.getOldCanonicalDateString(Date, boolean)
Use getCanonicalDateString |
|
com.waveset.ui.FormUtil.getOrganizations(LighthouseContext)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizations(LighthouseContext, boolean)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizations(LighthouseContext, boolean, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizations(LighthouseContext, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsDisplayNames(LighthouseContext, boolean)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsDisplayNames(LighthouseContext, boolean, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsDisplayNames(LighthouseContext, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsDisplayNamesWithPrefixes(LighthouseContext)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsDisplayNamesWithPrefixes(LighthouseContext, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsWithPrefixes(LighthouseContext)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getOrganizationsWithPrefixes(LighthouseContext, List)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead |
|
com.waveset.util.Quota.getQuota()
- Don't need this. All public methods are now static. |
|
com.waveset.ui.util.BufferedRequest.getRealPath(String)
|
|
com.waveset.task.TaskContext.getRepository()
- since 3.5, use LighthouseContext |
|
com.waveset.object.SourceManager.getResourceStatus(String)
- Get view "SourceAdapterManageViewer".
|
|
com.waveset.adapter.ResourceManager.getResourceTypes()
as of 3.1, call #getResourcePrototypes() |
|
com.waveset.adapter.ResourceManager.getResourceTypeStrings()
- call #getResourcePrototypeNames |
|
com.waveset.object.TaskSchedule.getResult()
As of IdM 6.0 SP2 / 7.0 |
|
com.waveset.object.MessageUtil.getResultDisplayKey(String)
- no alternative Looks up the display key for the string rep of a result. |
|
com.waveset.object.RepositoryResult.getRowCount()
since GA 1.2. RepositoryResult now implements Iterator. |
|
com.waveset.object.RepositoryResult.getRows()
since GA 1.2. RepositoryResult now implements Iterator. |
|
com.waveset.adapter.ScriptedConnection.ScriptedConnectionFactory.getScriptedConnection(String, HashMap)
since 3.1. Instead use ScriptedConnectionPool.getConnection(type, args, false) |
|
com.waveset.ui.FormUtil.getSimilarApproverNames(Session)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option and "similarTo" option with a value of the current user's name
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getSimilarApproverNames(Session, String)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option and "similarTo" option with a value of the current user's name
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getSimilarApprovers(Session)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option and "similarTo" option with a value of the current user's name
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.ui.FormUtil.getSimilarApprovers(Session, String)
- replaced by FormUtil.getUsers(LighthouseContext, Map) specifying the "userType" equals "administrator" option and "similarTo" option with a value of the current user's name
<invoke class='com.waveset.ui.FormUtil' name='getUsers'> |
|
com.waveset.object.SourceManager.getSourceManager(Object, Object, Object, Object)
- Use view "SourceAdapterManageViewer" NOTE: The signature of this method has been changed so that its arguments no longer refer to IDM server classes. Since this method is static, callers must be recompiled. |
|
com.waveset.object.Type.getSubtypes()
As of 5.0SP4, call #getLegacyTypes. |
|
com.waveset.object.RepositoryResult.Row.getSummaryAttributes()
since GA 1.2. Use RepositoryResult.Row.getAttributes() . |
|
com.waveset.object.EmailTemplate.getToAddress()
Use getTo() instead |
|
com.waveset.util.Trace.getTrace()
use com.sun.idm.logging.trace.TraceManager#getTrace(String className) |
|
com.waveset.util.Trace.getTrace(Class)
use com.sun.idm.logging.trace.TraceManager#getTrace(String className) |
|
com.waveset.util.Trace.getTrace(String)
use com.sun.idm.logging.trace.TraceManager#getTrace(String className) |
|
com.waveset.object.IAPI.getTraceFile()
Use #setLogger(IActiveSyncLogger) instead |
|
com.waveset.object.Form.Field.getType()
- use getSyntax() instead. |
|
com.waveset.object.MessageUtil.getTypeDisplayKey(String)
instead use FormUtil.getTypeDisplayName(Sessions ,, String typeName) Looks up the display key for the string rep of an object type. First type and check the Type for the displayname then fall back to the static map. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizations(LighthouseContext)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizations(LighthouseContext, List)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsDisplayNames(LighthouseContext)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsDisplayNames(LighthouseContext, List)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsDisplayNames(LighthouseContext, Map)
Use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsDisplayNamesWithPrefixes(LighthouseContext)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsDisplayNamesWithPrefixes(LighthouseContext, List)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsWithPrefixes(LighthouseContext)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedOrganizationsWithPrefixes(LighthouseContext, List)
- use getOrganizationsDisplayNames(LighthouseContext s, Map options) instead. |
|
com.waveset.ui.FormUtil.getUnassignedResources(LighthouseContext, List, List)
use getUnassignedResources(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getUnassignedResources(LighthouseContext, String)
use getUnassignedResources(LighthouseContext s, Map options) instead |
|
com.waveset.ui.FormUtil.getUnassignedResources(LighthouseContext, String, List)
use getUnassignedResources(LighthouseContext s, Map options) instead |
|
com.waveset.object.Account.getUnowned()
As of 3.1sp2 use Account.hasOwner() . |
|
com.waveset.adapter.SAPResourceAdapter.getWsAttrsString()
for release 7.0 - obsolete |
|
com.waveset.adapter.AccessManagerResourceAdapter.handlePDException(Exception)
see #handlePDException( PDException ) |
|
com.waveset.adapter.TopSecretResourceAdapter.hasError(String, String)
use #hasError(String cmd, String resp, String errorString) instead |
|
com.waveset.adapter.ScriptedConnection.Script.hasNextToken()
Not thread safe! Returns true if there are more ScriptTokens in the Script. Automatically creates the iterator if it hasn't been built yet. |
|
com.waveset.ui.FormUtil.hasPermission(LighthouseContext, String, List)
use hasAllPermissions() instead |
|
com.waveset.util.ITrace.info(long, Class, String, String)
- Specify class as a String. |
|
com.waveset.util.Trace.info(long, Object, String, String)
- Pass a String name to specify class |
|
com.waveset.util.JSSE.installIfAvailable()
This method does nothing since we now only support jdk1.4+ |
|
com.waveset.object.License.isAuditor()
|
|
com.waveset.adapter.ResourceAdapterBase.isExcludedAccount(String)
See ResourceAdapterProxy#isExcludedAccount(String, Map, ResourceOperation, Rule) |
|
com.waveset.adapter.ResourceAdapterBase.isExcludedAccount(String, Rule)
See ResourceAdapterProxy#isExcludedAccount(String, Map, ResourceOperation, Rule) |
|
com.waveset.object.License.isIdm()
|
|
com.waveset.object.License.isIdmX()
|
|
com.waveset.ui.util.BufferedRequest.isRequestedSessionIdFromUrl()
|
|
com.waveset.util.Trace.level1(Class, String)
- Pass a String name to specify class. |
|
com.waveset.util.ITrace.level1(Class, String)
- Use level1(String,String). |
|
com.waveset.util.Trace.level1(Object, String)
- Pass a String name to specify class. |
|
com.waveset.util.Trace.level2(Class, String)
- Pass a String name to specify class. |
|
com.waveset.util.ITrace.level2(Class, String)
- Use level2(String,String). |
|
com.waveset.util.Trace.level2(Object, String)
- Pass a String name to specify class. |
|
com.waveset.util.Trace.level3(Class, String)
- Pass a String name to specify class. |
|
com.waveset.util.ITrace.level3(Class, String)
- Use level3(String,String). |
|
com.waveset.util.Trace.level3(Object, String)
- Pass a String name to specify class. |
|
com.waveset.util.Trace.level4(Class, String)
- Pass a String name to specify class. |
|
com.waveset.util.ITrace.level4(Class, String)
- Use level4(String,String). |
|
com.waveset.util.Trace.level4(Object, String)
- Pass a String name to specify class. |
|
com.waveset.session.Session.listApprovers()
- Use LighthouseContext.getAdministrators with the following values in the map: "type", "approver" |
|
com.waveset.session.LocalSession.listApprovers()
- Use getAdministrators with the following values in the map: "type", "approver" |
|
com.waveset.session.AbstractSession.listApprovers()
- Use LighthouseContext.getAdministrators with the following values in the map: "type", "approver" |
|
com.waveset.session.Session.listControlledApprovers()
- Use LighthouseContext.getAdministrators with the following values in the map: "scope", "current" "type", "approver" |
|
com.waveset.session.LocalSession.listControlledApprovers()
- Use getAdministrators with the following values in the map: "scope", "current" "type", "approver" |
|
com.waveset.session.AbstractSession.listControlledApprovers()
- Use LighthouseContext.getAdministrators with the following values in the map: "scope", "current" "type", "approver" |
|
com.waveset.session.Session.listSimilarApprovers(String)
- Use LighthouseContext.getAdministrators with the following values in the map: "similarTo", adminName "type", "approver" |
|
com.waveset.session.LocalSession.listSimilarApprovers(String)
- Use getAdministrators with the following values in the map: "similarTo", adminName "type", "approver" |
|
com.waveset.session.AbstractSession.listSimilarApprovers(String)
- Use LighthouseContext.getAdministrators with the following values in the map: "similarTo", adminName "type", "approver" |
|
com.waveset.adapter.TopSecretResourceAdapter.login(HostAccess)
use #login(HostAccess hostAccess, ServerAffinity affinity) instead |
|
com.waveset.adapter.ActiveSyncUtil.logResourceException(String, Throwable, ITrace, String, String)
as of IdM 7.0 (since ITrace already deprecated). Use logResourceException(String, Throwable, Trace, String, String) instead. |
|
com.waveset.adapter.SiteminderLDAPResourceAdapter.modifyDisabledFlag(WSUser, String, WavesetResult)
replaced by SiteminderLDAPResourceAdapter.modifyStatusFlags(WSUser,String,WavesetResult) . |
|
com.waveset.adapter.ScriptedConnection.Script.nextToken()
Not thread safe! Returns the next token, or null if none left. |
|
com.waveset.object.WSUser.normalizeResourceInfos(List)
in 6.0SP1, use normalizeResourceInfos() instead. More than just the list of assigned resources is required to normalize. |
|
com.waveset.ui.PageInformation.normalizeURL(String)
Does not handle jsps more than 2 levels deep |
|
com.waveset.adapter.HostConnPool.putFree(HostAccess)
switch to affinity connections and use putAffinityFree instead |
|
com.waveset.adapter.HostConnectionPool.releaseConnection(HostAccess)
use HostConnPool instead of HostConnectionPool |
|
com.waveset.adapter.LDAPResourceAdapterBase.removeNameFromAttribute(DirContext, Name, Attribute)
Use removeNameFromAttribute(DirContext, String, boolean, Attribute). |
|
com.waveset.adapter.LDAPResourceAdapterBase.removeUserFromAllGroups(Name, String, WavesetResult)
Use removeUserFromAllGroups(String, boolean, String, WavesetResult). |
|
com.waveset.adapter.LDAPResourceAdapterBase.removeUserFromGroup(DirContext, Name, String, String, Attributes)
Use removeUserFromGroup(DirContext, String, boolean, String, String, Attributes). |
|
com.waveset.adapter.LDAPResourceAdapterBase.removeUserFromGroups(Name, Vector, String, WavesetResult)
Use removeUserFromGroups(String, boolean, Vector, String, WavesetResult). |
|
com.waveset.util.PdfReportRenderer.render(Element, boolean, String)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.PdfReportRenderer.render(Element, boolean, String, OutputStream)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.PdfReportRenderer.render(Report, boolean, String)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.PdfReportRenderer.render(Report, boolean, String, OutputStream)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.PdfReportRenderer.render(String, boolean, String)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.ReportRenderer.renderToPdf(Report, boolean, String)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.ReportRenderer.renderToPdf(Report, boolean, String, OutputStream)
This version was left for backwards compatibility. Use versions that accept font information. |
|
com.waveset.util.Util.rfc2396URLPieceEncode(String)
Use RFC2396URLPieceEncode class. |
|
com.waveset.util.Util.rfc2396URLPieceEncode(String, String)
Use RFC2396URLPieceEncode class. |
|
com.waveset.adapter.SAPResourceAdapter.sapSetValues(JCO.Function, String, String, String, boolean)
for release 7.0 |
|
com.waveset.object.RepositoryResult.seek(int)
- since GA 1.2. Use hasNext() and next(). |
|
com.waveset.object.AuditEvent.setAccountAttributesBlob(Map)
as of 4.0SP2. Use #setAccountAttributesBlob(Map,Map) instead; this supports before/after image auditing. |
|
com.waveset.object.AuditEvent.setAccountAttributesBlob(WSAttributes, List)
as of 4.0SP2. Use #setAccountAttributesBlob(WSAttributes,WSAttributes,List) instead; this supports before/after image auditing. |
|
com.waveset.object.AuditEvent.setAttributeMap(Map)
as of 4.1 see setAuditableAttributes(Map map). Extended auditing attributes should be stored in the logattr table. |
|
com.waveset.object.AttributeDefinition.setAttrType(String)
- use setSyntax() |
|
com.waveset.object.AccountAttributeType.setAttrType(String)
since 2.5. Use setSyntax() instead. |
|
com.waveset.object.EmailTemplate.setFromAddress(String)
Use setFrom() instead |
|
com.waveset.object.TaskTemplate.setMode(String)
- use setExecMode(). |
|
com.waveset.object.TaskTemplate.setMode(TaskDefinition.ExecMode)
- use setExecMode(). |
|
com.waveset.object.TaskSchedule.setResult(WavesetResult)
As of IdM 6.0 SP2 / 7.0 |
|
com.waveset.object.EmailTemplate.setToAddress(String)
Uset setTo() instead |
|
com.waveset.object.IAPI.setTraceFile(String)
Use #setLogger(IActiveSyncLogger) instead |
|
com.waveset.object.IAPI.setTraceLevel(int)
Use #setLogger(IActiveSyncLogger) instead |
|
com.waveset.object.ResourceAttribute.setType(String)
- use setSyntax(). |
|
com.waveset.object.Form.Field.setType(String)
- use getSyntax() instead. |
|
com.waveset.object.Account.setUnowned(boolean)
As of 3.1sp2 use setOwner((WSUser)null) or
setOwnerId((String)null) . |
|
com.waveset.adapter.SAPResourceAdapter.setUserField(JCO.Function, String)
for release 7.0 |
|
com.waveset.object.RepositoryResult.sort()
since GA 1.2. Instead, call a flavor of 'list' or 'get' that takes an 'orderBy' argument. |
|
com.waveset.object.SourceManager.startResource(String)
- Use SessionUtil#startActiveSyncOnResource or checkin view "SourceAdapterManageViewer". |
|
com.waveset.object.SourceManager.stopResource(String)
- Use SessionUtil#stopActiveSyncOnResource or checkin view "SourceAdapterManageViewer". |
|
com.waveset.adapter.SAPResourceAdapter.stringToBoolean(String)
for release 7.0 |
|
com.waveset.adapter.SAPResourceAdapter.stringToDate(String)
for release 7.0 use Util.stringToDate(String) . |
|
com.waveset.object.GenericObject.toMap(boolean)
- Use toMap(int level) instead. |
|
com.waveset.object.GenericObject.toMap(String, boolean)
- Use toMap(String, int) instead. |
|
com.waveset.adapter.SAPResourceAdapter.unexpirePassword(String, WavesetResult)
for release 7.0. use SAPResourceAdapter.unexpirePassword(String,String,String,WavesetResult) . |
|
com.waveset.adapter.SAPResourceAdapter.unexpirePassword(WSUser, WavesetResult)
fro release 7.0. use SAPResourceAdapter.unexpirePassword(String,String,String,WavesetResult) . |
|
com.waveset.util.ITrace.variable(long, Class, String, String, boolean)
- Specify class as a String. |
|
com.waveset.util.ITrace.variable(long, Class, String, String, int)
- Specify class as a String. |
|
com.waveset.util.ITrace.variable(long, Class, String, String, long)
- Specify class as a String. |
|
com.waveset.util.ITrace.variable(long, Class, String, String, Object)
- Specify class as a String. |
|
com.waveset.util.Trace.variable(long, Object, String, String, boolean)
- Pass a String name to specify class |
|
com.waveset.util.Trace.variable(long, Object, String, String, int)
- Pass a String name to specify class |
|
com.waveset.util.Trace.variable(long, Object, String, String, long)
- Pass a String name to specify class |
|
com.waveset.util.Trace.variable(long, Object, String, String, Object)
- Pass a String name to specify class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |