Rule Execution Server API

ilog.rules.engine
Class IlrCompiledTaskRefactoring

java.lang.Object
  extended by ilog.rules.engine.IlrCompiledTaskRefactoring

Deprecated. As of IBM Decision Server 7.5, this class is deprecated with no replacement.

public class IlrCompiledTaskRefactoring
extends Object

This class is there to specify the refactoring of a compiled task.


Constructor Summary
IlrCompiledTaskRefactoring()
          Deprecated. Builds an empty instance.
 
Method Summary
 boolean existsClassNameRefactoring()
          Deprecated. Tests if there is at least a class name refactoring specified.
 boolean existsPackageNameRefactoring()
          Deprecated. Tests if there is at least a package name refactoring specified.
 String getClassNameRefactoring(String oldFullName)
          Deprecated. Gets a class name refactoring specification.
 String getPackageNameRefactoring(String oldFullName)
          Deprecated. Gets a package name refactoring specification.
 String[] getRefactoredClassNames()
          Deprecated. Gets all the fully qualified class name which should be refactored.
 String[] getRefactoredPackageNames()
          Deprecated. Gets all the package name which should be refactored.
 boolean isEmpty()
          Deprecated. Tests if there is at least a refactoring specified.
 void putClassNameRefactoring(String oldFullName, String newFullName)
          Deprecated. Puts a class name refactoring specification.
 void putPackageNameRefactoring(String oldFullName, String newFullName)
          Deprecated. Puts a package name refactoring specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrCompiledTaskRefactoring

public IlrCompiledTaskRefactoring()
Deprecated. 

Builds an empty instance.

Method Detail

isEmpty

public final boolean isEmpty()
Deprecated. 

Tests if there is at least a refactoring specified.

Returns:
the result of the test.

existsPackageNameRefactoring

public final boolean existsPackageNameRefactoring()
Deprecated. 

Tests if there is at least a package name refactoring specified.

Returns:
the result of the test.

getRefactoredPackageNames

public final String[] getRefactoredPackageNames()
Deprecated. 

Gets all the package name which should be refactored.

Returns:
the package names.

getPackageNameRefactoring

public final String getPackageNameRefactoring(String oldFullName)
Deprecated. 

Gets a package name refactoring specification.

Parameters:
oldFullName - The old fully qualified name of the package.
Returns:
the new fully qualified name of the package.

putPackageNameRefactoring

public final void putPackageNameRefactoring(String oldFullName,
                                            String newFullName)
Deprecated. 

Puts a package name refactoring specification.

Parameters:
oldFullName - The old fully qualified name of the package.
newFullName - The new fully qualified name of the package.

existsClassNameRefactoring

public final boolean existsClassNameRefactoring()
Deprecated. 

Tests if there is at least a class name refactoring specified.

Returns:
the result of the test.

getRefactoredClassNames

public final String[] getRefactoredClassNames()
Deprecated. 

Gets all the fully qualified class name which should be refactored.

Returns:
the fully qualified class names.

getClassNameRefactoring

public final String getClassNameRefactoring(String oldFullName)
Deprecated. 

Gets a class name refactoring specification.

Parameters:
oldFullName - The old fully qualified name of the class.
Returns:
the new fully qualified name of the class.

putClassNameRefactoring

public final void putClassNameRefactoring(String oldFullName,
                                          String newFullName)
Deprecated. 

Puts a class name refactoring specification.

Parameters:
oldFullName - The old fully qualified name of the class.
newFullName - The new fully qualified name of the class.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013