iSeries Remote Systems
v6.0.1

Deprecated API

Deprecated Fields
com.ibm.etools.iseries.editor.IISeriesEditorNativeConstants.CODE400_OK
          use the NATIVE_ constants instead 
 

Deprecated Methods
com.ibm.etools.iseries.editor.wizards.RPGWizardUtil.addNameToSpec(List, StringBuffer, String)
          use addNameToSpec(List, String, String) if possible 
com.ibm.etools.iseries.editor.wizards.RPGWizardUtil.addNameToSpec(Vector, String, String)
          use addNameToSpec(List list,String spec,String name) instead 
com.ibm.etools.iseries.editor.codeassist.base.ISeriesEditorBaseCompletionProposal.apply(IDocument)
          Use ISeriesEditorBaseCompletionProposal.apply(LpexTextViewer). 
com.ibm.etools.iseries.editor.ISeriesEditorRPGILETokenizer.colourNormalLine(int)
            
com.ibm.etools.iseries.core.dstore.common.ISeriesCodepageConverter.convClientBytesToHostBytes(byte[], int, int)
          this method only works if the CCSID is supported on the locale, its recommended to use either: convClientBytesToHostBytesUTF8(byte[] source, int offset, int length) or convClientBytesToHostBytes(byte[] source, int offset, int length, String encoding) 
com.ibm.etools.iseries.core.dstore.common.ISeriesCodepageConverter.convHostBytesToClientBytes(int, byte[])
          this will only work if the local encoding supports this CCSID, use convHostBytesToClientBytes(int sourceCCSID, byte[] source, String encoding) or convHostBytesToClientBytesUTF8(int sourceCCSID, byte[] source) 
com.ibm.etools.iseries.editor.ISeriesEditorRPGOPMParser.determineLine(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorRPGILEParser.determineLine(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorDDSParser.determineLine(int)
            
com.ibm.etools.iseries.core.ISeriesTempFileListener.doResourceSynchronization(SubSystem, IFile, String)
          now use monitor 
com.ibm.etools.iseries.editor.wizards.RPGWizardUtil.genProtoTypeCodeInfo(StringBuffer, String)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getCurrentLine(LpexView)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLineBottom(LpexView)
          Get the bottom most line that is not a show line 
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLineNext(LpexView, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLinePrevious(LpexView, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLineText(LpexView, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLineTextDBCS(LpexView, int, boolean)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getDocumentLineTop(LpexView)
            
com.ibm.etools.iseries.core.api.ISeriesConnection.getLibraries(Shell)
          Use listLibraries(Shell shell) 
com.ibm.etools.iseries.core.api.ISeriesConnection.getLibraries(Shell, String)
          Use listLibraries(Shell shell, String libraryFilter) 
com.ibm.etools.iseries.editor.ISeriesEditorRPGOPMParser.getLineClassTypes(String, int, int)
            
com.ibm.etools.iseries.editor.verifiers.VerifierViewLpexView.getLinePrefixText(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorRPGILEParser.getLineSpecType(int)
          see getElementSpecType 
com.ibm.etools.iseries.editor.ISeriesEditorDDSParser.getLineSpecType(int, String)
            
com.ibm.etools.iseries.editor.verifiers.VerifierViewLpexView.getLineText(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getLineText(LpexView, int)
          use _view.elementText(iElement) 
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.getLineTextDBCS(LpexView, int, boolean)
          use getElementTextDBCS 
com.ibm.etools.iseries.editor.ISeriesEditorRPGILEParser.getNextFreeFormBoundaryLine(int)
          see getNextFreeFormBoundaryElement 
com.ibm.etools.iseries.editor.ISeriesEditorCLParser.getStatementEndLine(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorCLParser.getStatementStartLine(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorParser.isLineAboveDataRegion(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorCLParser.isLineContinued(int)
            
com.ibm.etools.iseries.core.api.ISeriesFile.listFields(Shell)
          Use listRecords() first and then use the listFields() method on the record. 
com.ibm.etools.iseries.core.api.ISeriesFile.listFields(Shell, String, String)
          Use listRecords() first and then use the listFields() method on the record. 
com.ibm.etools.iseries.editor.ISeriesEditorPrompter.promptLineChanged(int, String)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.setDocumentLineText(LpexView, int, String)
            
com.ibm.etools.iseries.editor.ISeriesEditorUtilities.setLineColors(LpexView, int, String, boolean)
            
com.ibm.etools.iseries.editor.ISeriesEditorCLParser.setLinesFromStatement(int, int, String)
            
com.ibm.etools.iseries.editor.ISeriesEditorRPGOPMTokenizer.tokenizeLine(int, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorRPGILETokenizer.tokenizeLine(int, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorDDSTokenizer.tokenizeLine(int, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorCLParser.upperCaseLine(int)
            
com.ibm.etools.iseries.editor.ISeriesEditorRPGILETokenizer.upperCaseStatement(int, int)
            
com.ibm.etools.iseries.editor.ISeriesEditorDDSTokenizer.upperCaseStatement(int, int)
            
 

Deprecated Constructors
com.ibm.etools.iseries.core.util.clprompter.CLSyntaxCheck(ISeriesConnection, String)
            
 


iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.