Package wt.vc.config
Class ChangeConfigSpec
java.lang.Object
wt.vc.config._ChangeConfigSpec
wt.vc.config.ChangeConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(interfaces=ConfigSpec.class,versions=-8521161852429510725L,properties={@GeneratedProperty(name="changeRef",type=ObjectReference.class,supportedAPI=PRIVATE,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={})),@GeneratedProperty(name="nativeSQLEnabled",type=boolean.class,initialValue="true",columnProperties=@ColumnProperties(persistent=false))})
public class ChangeConfigSpec
extends wt.vc.config._ChangeConfigSpec
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionappendSearchCriteria(QuerySpec querySpec)
Supported API: trueprotected voidinitialize(WTChangeOrder2 change) Supports initialization, following construction of an instance.process(QueryResult results)
Supported API: true
-
Method Details
-
appendSearchCriteria
Supported API: true- Parameters:
querySpec- A QuerySpec with a target class that is Iterated.- Returns:
- QuerySpec
- Throws:
WTExceptionQueryException- See Also:
-
process
Supported API: true- Parameters:
results- QueryResult of iterations to filter. Assumed to be the result of a query that included the additional search conditions applied by appendSearchCriteria.- Returns:
- QueryResult
- Throws:
WTException- See Also:
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
change-- Throws:
WTPropertyVetoException
-