A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ABEND - Static variable in class com.ibm.tws.objects.types.JobRunStatus
The ABEND value.
ABEND_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "ABEND" status.
ABENP_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "ABENP" status.
ACTION_DISPLAYCLEANUP - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Display Cleanup
ACTION_FASTJOBRESTART - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Fast Job Restart
ACTION_FASTSTEPRESTART - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Fast Step Restart
ACTION_JOBRERUN - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Job Rerun
ACTION_JSRERUN - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Job Stream Rerun
ACTION_JSRERUNNOCLEANUP - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Job Stream Rerun No Clean Up
ACTION_STARTCLEANUP - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Start Cleanup
ACTION_STEPRESTART - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Action Step Restart
ACTIVE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
The ACTIVE value.
ACTIVE - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
RODM Status Active
ADD_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "ADD" status.
ALWAYS - Static variable in class com.ibm.tws.objects.types.PrintOption
The ALWAYS value.
AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job stream authorization group filter.
AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job stream authorization group filter.
AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream authorization group filter.
AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream authorization group filter.
AUTOMATIC - Static variable in class com.ibm.tws.objects.types.CleanUpOption
The AUTOMATIC value.
AUTOMATIC - Static variable in class com.ibm.tws.objects.types.WorkstationReportingAttribute
The AUTOMATIC value.
AUTOMATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The system automation filter.
AUTOMATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The system automation filter.
AUTOMATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The system automation filter.
AUTOMATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The system automation filter.
AbstractRange - class com.ibm.tws.objects.filter.AbstractRange.
This is a base abstraction for range classes, whose purpose is to define the range of values for results retrieved by calls to the TWS API.
AbstractRange() - Constructor for class com.ibm.tws.objects.filter.AbstractRange
Creates a "closed" AbstractRange object, having both a start and end limit.
AbstractRange(boolean) - Constructor for class com.ibm.tws.objects.filter.AbstractRange
Creates an "open" AbstractRange object, having only a start or end limit.
AbstractTimeRestrictions - class com.ibm.tws.objects.types.AbstractTimeRestrictions.
This is only a base abstraction for classes that include the time restrictions of a job stream, job or run cycle.
AbstractTimeRestrictions() - Constructor for class com.ibm.tws.objects.types.AbstractTimeRestrictions
Creates an empty AbstractTimeRestrictions object.
AddingFunctions - class com.ibm.tws.objects.plan.types.AddingFunctions.
This class implements the AddingFunctions ordinal type.
AddressValidatorException - exception com.ibm.tws.objects.validator.AddressValidatorException.
This exception is thrown when validation of an object fails because an internet address field contains an invalid address.
AddressValidatorException(String, String, Validator) - Constructor for class com.ibm.tws.objects.validator.AddressValidatorException
Creates a new AddressValidatorException from the specified parameters.
AvailabilityInterval - class com.ibm.tws.objects.types.AvailabilityInterval.
This class is the base class to describe the availability intervals for Workstation and Resource objects in a z/OS database.
AvailabilityInterval() - Constructor for class com.ibm.tws.objects.types.AvailabilityInterval
Creates an empty AvailablityInterval object.
AvailabilityInterval(boolean, long, long) - Constructor for class com.ibm.tws.objects.types.AvailabilityInterval
Creates an AvailabilityInterval object using the "STANDARD" value as a validity interval, and specifying a start and end time.
AvailabilityInterval(int, long, long) - Constructor for class com.ibm.tws.objects.types.AvailabilityInterval
Creates an AvailaiblityInterval object using a day of week as a validity interval, and specifying a start and end time.
AvailabilityInterval(Date, long, long) - Constructor for class com.ibm.tws.objects.types.AvailabilityInterval
Creates an AvailabilityInterval object using a specific date as a validity interval, and specifying a start and end time.
addJobInstance(JobInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Add the input job instance to the current Plan.
addJobInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method performs the operations of makeJobInPlan and addJobInstance in a single invokation, without allowing user manipulation of the object.
addJobInstance(JobInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the input job instance to the current Plan.
addJobInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method Adds a Job Instance.
addJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Add the specified dependencies to the specified job.
addJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the specified dependencies to the specified job.
addJobInstanceIntoJobStreamInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method performs the operations of makeJobInPlanIntoJobStreamInstance and addJobInstance in a single invokation, without allowing user manipulation of the object.
addJobInstanceIntoJobStreamInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This operation is not supported in z/OS environment.
addJobInstanceSuccessors(Identifier, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the specified successor dependencies to the specified job.
addJobStreamInstance(JobStreamInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Add the input job stream instance to the current Plan.
addJobStreamInstance(Identifier, Date, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method performs the operations of makeJobStreamInPlan and addJobStreamInstance in a single invokation, without allowing user manipulation of the object.
addJobStreamInstance(JobStreamInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the input job stream instance to the current Plan.
addJobStreamInstance(String, Date, Date, int, String, String, String, String, String, String, boolean, DependenciesResolutionOption, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the job stream instance.
addJobStreamInstance(Identifier, Date, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method adds a Job Stream to the current Plan.
addJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Add the specified dependencies to the specified job stream.
addJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Add the specified dependencies to the specified job stream.
addTWSObject(TWSObject, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Creates a new TWS model object.
addTWSObject(TWSObject, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Add Object in TWS model
after(Identifier) - Method in class com.ibm.tws.objects.types.Identifier
Tests if this Identifier object is after the given one.

B

BooleanValue - class com.ibm.tws.objects.types.BooleanValue.
This class implements the BooleanValue ordinal type.
before(Identifier) - Method in class com.ibm.tws.objects.types.Identifier
Tests if this Identifier object is before the given one.
beginJobJCL(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Start the modify session for the JCL of the job identified by the given id.
beginJobRestartCleanup(Identifier, RestartCleanupOptions, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Execute Restart and Cleanup for the requested job instance.
beginJobRestartCleanupWithAR(Identifier, RestartCleanupOptions, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Starts the Restart and Cleanup (with AR) for the requested job instance.
beginModifyPlanObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Start the modify session for the TWSObject object identified by the given id.
buildInsert(String) - Static method in class com.ibm.tws.conn.exception.ConnException
This method returns an array with one element.
buildInsert(String) - Static method in class com.ibm.tws.conn.exception.ConnPlanException
This method returns an array with one element.
buildInsert2(String, String) - Static method in class com.ibm.tws.conn.exception.ConnException
This method returns an array with two elements.
buildInsert2(String, String) - Static method in class com.ibm.tws.conn.exception.ConnPlanException
This method returns an array with two elements.

C

CALENDAR - Static variable in class com.ibm.tws.objects.types.RunCycleType
The CALENDAR value.
CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.CalendarFilters
The calendar name filter.
CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.CalendarFilters
The calendar name filter.
CANCEL - Static variable in class com.ibm.tws.objects.types.LateAction
The CANCEL value.
CANCELED - Static variable in class com.ibm.tws.objects.types.JobRunStatus
The CANCELED value.
CANCP_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "CANCP" status.
CARRIED_FORWARD - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Carried Forward Filter.
CARRIED_FORWARD - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Carried Forward Filter.
CARRY_FORWARD - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Carried Forward Filter.
CARRY_FORWARD - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Carried Forward Filter.
CATALOGTYPE_JOBCATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Catalog Type Job Catalog
CATALOGTYPE_OTHERCATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Catalog Type Other Catalog
CATALOGTYPE_STEPCATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Catalog Type Step Catalog
CLEANUP_STATUS - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job cleanup status filter.
CLEANUP_STATUS - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job cleanup status filter.
CLEANUP_TYPE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job cleanup type filter.
CLEANUP_TYPE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job cleanup type filter.
COMPLETED - Static variable in class com.ibm.tws.objects.types.InstanceStatus
The COMPLETED value.
COMPUTER - Static variable in class com.ibm.tws.objects.types.WorkstationType
The COMPUTER value.
CONDITIONAL - Static variable in class com.ibm.tws.objects.types.PrintOption
The CONDITIONAL value.
CONDITIONAL - Static variable in class com.ibm.tws.objects.types.WLMPolicy
The CONDITIONAL value.
CONFIRMED - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Confirmed Filter.
CONFIRMED - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Confirmed Filter.
CONTINUE - Static variable in class com.ibm.tws.objects.types.LateAction
The CONTINUE value.
CONTINUE - Static variable in class com.ibm.tws.objects.types.RecoveryOption
The CONTINUE value.
CONTROL - Static variable in class com.ibm.tws.objects.types.ResourceUsage
The CONTROL value.
COPYRIGHT - Static variable in interface com.ibm.tws.conn.engine.ConnEngine
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.conn.engine.ConnEngineHome
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnDuplicationException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnEngineNotMasterException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnExistReferenceException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnFlowTargetRefByIdNotExistException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnIntegrityException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnInvalidParameterException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnInvalidPropertiesException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnInvalidTimeZoneException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnJobStreamExtDepException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnJobStreamFileDepException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnJobStreamInternetworkDepException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnJobStreamResourceDepException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnLockingException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnLoopException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnNotFoundException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnObjectNotSupportedException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnParentNotExistException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnPlanException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnRecJobNotExistException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnRemoteException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnSecurityException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnSelfReferenceException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnTransportException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnValidationException
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.exception.ConnWorkstationDomainManagerExistException
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.conn.model.ConnModel
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.conn.model.ConnModelHome
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.util.Context
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.util.GetJobOutputContext
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.util.GetJobOutputResult
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.conn.util.QueryResult
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.objects.TWSHeader
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.TWSKey
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.TWSLink
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.TWSObject
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.filter.AbstractRange
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.CalendarFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.CalendarFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.DomainInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.DomainInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.filter.IntegerRange
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.filter.LongRange
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PromptFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PromptFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.filter.QueryFilter
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.filter.TimeRange
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.VariableFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.VariableFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationClassFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationClassFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Calendar
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.CalendarHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.CalendarKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.DistJobDefinition
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Domain
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.DomainKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.ExternalDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FileDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowNode
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowNodeHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowNodeKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowTarget
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowTargetHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.FlowTargetKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.InterNetworkDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.InternalDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Job
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobDefinition
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobDefinitionHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobDefinitionKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobHistoryRun
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobStatistics
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobStream
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobStreamHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.JobStreamKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Period
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.PeriodHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.PeriodKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Prompt
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.PromptDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.PromptKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Resource
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.ResourceDependency
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.ResourceHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.ResourceKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.RunCycle
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Variable
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.VariableKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WindowsUser
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WindowsUserKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.Workstation
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WorkstationClass
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WorkstationClassHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WorkstationHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.WorkstationLink
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.ZOSJobDefinition
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.types.TimeRestrictions
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.CalendarValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.DomainValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.FlowNodeValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.FlowTargetValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.JobStreamValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.JobValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.ModelValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.PromptValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.QueryFilterValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.ResourceValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.RunCycleValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.VariableValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.WindowsUserValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.WorkstationClassValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.model.validator.WorkstationValidator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.DomainInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.DomainInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.FileDependencyInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.FileInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.FileInPlanKey
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.FlowNodeInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobStreamInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.PlanIdentifier
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.PromptInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.PromptInPlanKey
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ResourceInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ResourceInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.SymphonyInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.WindowsUserInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.WorkstationInPlan
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.WorkstationInPlanKey
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.CleanUpStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.DataSetsListResult
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.DependencyStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.EngineStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.FileStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.HostJobStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobControlLanguage
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.PromptStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.PromptType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.ResourceStatusType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.RestartCleanupType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.RestartStep
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.SymphonyType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.TimeRestrictions
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.WorkstationStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.utils.EngineInformation
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.utils.PlanGroupFieldManager
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.objects.plan.utils.PlanGroupFields
Copyright
COPYRIGHT - Static variable in class com.ibm.tws.objects.plan.utils.RerunDetails
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.AvailabilityInterval
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.BooleanValue
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.CatManagementOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.CleanUpOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.CriticalJobType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.FilterMatchingCriteria
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.Identifier
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.InstanceStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.JobRunStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.LastModifyType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.LateAction
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.LinkStatus
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.LockData
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ModifyData
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.OffsetType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.OnErrorOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.OperatingSystem
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.OrdinalType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.PeriodInterval
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.PeriodType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.PrintOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.RecoveryOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResolutionData
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResolutionRule
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResourceActionOnComplete
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResourceAllocationType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResourceBaseConstraints
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.ResourceUsage
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.RunCycleType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.SecurityLevel
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.TWSObjectMap
Copyright.
COPYRIGHT - Static variable in interface com.ibm.tws.objects.types.TaskTypes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.TypeUtility
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.WLMPolicy
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.WorkstationReportingAttribute
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.WorkstationType
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.YesNoDefaultOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.types.YesNoResetOption
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.AddressValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.CharValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.ComparisonValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.ConstraintValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.FilterValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.InstanceValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.LengthValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.NullValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.RangeValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.StartValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.Validator
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.ValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.objects.validator.ValueValidatorException
Copyright.
COPYRIGHT - Static variable in class com.ibm.tws.util.exception.TWSException
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.zconn.engine.ZConnEngine
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.zconn.engine.ZConnEngineHome
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.zconn.model.ZConnModel
Copyright
COPYRIGHT - Static variable in interface com.ibm.tws.zconn.model.ZConnModelHome
Copyright
CYCLIC_ALL - Static variable in class com.ibm.tws.objects.types.PeriodType
The CYCLIC_ALL value.
CYCLIC_WORKDAY - Static variable in class com.ibm.tws.objects.types.PeriodType
The CYCLIC_WORKDAY value.
Calendar - class com.ibm.tws.objects.model.Calendar.
This object represents a TWS calendar, and wraps a CalendarHeader that in turn wraps a CalendarKey.
Calendar() - Constructor for class com.ibm.tws.objects.model.Calendar
Creates an empty Calendar.
Calendar(CalendarHeader) - Constructor for class com.ibm.tws.objects.model.Calendar
Creates a Calendar with the specified header.
CalendarFilters - interface com.ibm.tws.objects.filter.CalendarFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on calendars.
CalendarFilters - interface com.ibm.tws.objects.filter.CalendarFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on calendars.
CalendarHeader - class com.ibm.tws.objects.model.CalendarHeader.
This class hosts the attributes to be shown in TWS external interfaces when listing calendars.
CalendarHeader() - Constructor for class com.ibm.tws.objects.model.CalendarHeader
Creates an empty CalendarHeader.
CalendarHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.CalendarHeader
Creates a CalendarHeader with the specified identifier.
CalendarHeader(CalendarKey) - Constructor for class com.ibm.tws.objects.model.CalendarHeader
Creates a CalendarHeader with the specified key.
CalendarHeader(Identifier, CalendarKey) - Constructor for class com.ibm.tws.objects.model.CalendarHeader
Creates a CalendarHeader with the specified identifier and key.
CalendarInPlanKey - class com.ibm.tws.objects.plan.types.CalendarInPlanKey.
This object represents a calendar external key, including fields used to identify a calendar in TWS external interfaces.
CalendarInPlanKey() - Constructor for class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Creates an empty CalendarInPlanKey.
CalendarInPlanKey(String) - Constructor for class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Creates a CalendarInPlanKey with the specified name.
CalendarKey - class com.ibm.tws.objects.model.CalendarKey.
This object represents a calendar external key, including fields used to identify a calendar in TWS external interfaces.
CalendarKey() - Constructor for class com.ibm.tws.objects.model.CalendarKey
Creates an empty CalendarKey.
CalendarKey(String) - Constructor for class com.ibm.tws.objects.model.CalendarKey
Creates a CalendarKey with the specified name.
CalendarValidator - class com.ibm.tws.objects.model.validator.CalendarValidator.
This class provides methods that can be used to validate Calendar, CalendarHeader and CalendarKey objects.
CalendarValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.CalendarValidator
Creates a new CalendarValidator, using the specified locale for error messages.
CarryJobStates - interface com.ibm.tws.objects.types.CarryJobStates.
This interface exposes the allowed values for the carry job states property.
CatManagementOption - class com.ibm.tws.objects.types.CatManagementOption.
This class implements the CatManagementOption ordinal type.
CatalogManagementStatus - class com.ibm.tws.objects.plan.types.CatalogManagementStatus.
This class implements the CatalogManagementStatus ordinal type.
CharValidatorException - exception com.ibm.tws.objects.validator.CharValidatorException.
This exception is thrown when validation of an object fails because a text field includes an invalid character.
CharValidatorException(String, String, String, Validator) - Constructor for class com.ibm.tws.objects.validator.CharValidatorException
Creates a new CharValidatorException from the specified parameters.
CleanUpOption - class com.ibm.tws.objects.types.CleanUpOption.
This class implements the CleanUpOption ordinal type.
CleanUpStatus - class com.ibm.tws.objects.plan.types.CleanUpStatus.
This class implements the CleanUpStatus ordinal type.
ComparisonValidatorException - exception com.ibm.tws.objects.validator.ComparisonValidatorException.
This exception is thrown when validation of an object fails because a comparison constraint between two fields is not met.
ComparisonValidatorException(String, int, String, int, Validator) - Constructor for class com.ibm.tws.objects.validator.ComparisonValidatorException
Creates a new ComparisonValidatorException from the specified parameters (used in validations on integer fields).
ComparisonValidatorException(String, long, String, long, Validator) - Constructor for class com.ibm.tws.objects.validator.ComparisonValidatorException
Creates a new ComparisonValidatorException from the specified parameters (used in validations on long integer fields).
ComparisonValidatorException(String, Date, String, Date, Validator) - Constructor for class com.ibm.tws.objects.validator.ComparisonValidatorException
Creates a new ComparisonValidatorException from the specified parameters (used in validations on date fields).
ConnDomainRefByWorkstationNotExistException - exception com.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException.
This exception is thrown when trying to add or modify a workstation and the domain referenced by workstation does not exist.
ConnDomainRefByWorkstationNotExistException(FlowTargetKey, DomainKey) - Constructor for class com.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException
Constructor
ConnDuplicationException - exception com.ibm.tws.conn.exception.ConnDuplicationException.
This exception is thrown when tring to create an object that already exist or when changing the key of an object with a key that belongs to an existing object.
ConnDuplicationException(TWSKey) - Constructor for class com.ibm.tws.conn.exception.ConnDuplicationException
Constructor
ConnEngine - interface com.ibm.tws.conn.engine.ConnEngine.
Remote interface for Enterprise Bean: ConnEngine
ConnEngineHome - interface com.ibm.tws.conn.engine.ConnEngineHome.
Home interface for Enterprise Bean: ConnEngine
ConnEngineNotMasterException - exception com.ibm.tws.conn.exception.ConnEngineNotMasterException.
This exception is thrown by the Plan Connector when a method that can be invoked only a master engine is invoked on a FTA.
ConnEngineNotMasterException(Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnEngineNotMasterException
Creates a ConnEngineNotMasterException from the given message ID.
ConnException - exception com.ibm.tws.conn.exception.ConnException.
This is the root of all exception classes thrown by the TWS connector.
ConnException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given message ID and arguments.
ConnException(Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given nested cause.
ConnException(String, Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given message ID and nested cause.
ConnException(String, Object[], Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given message ID, arguments and nested cause.
ConnException(String) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given message ID.
ConnException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given nested exception.
ConnException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnException
Creates a ConnException from the given catalog, message ID and arguments.
ConnExistReferenceException - exception com.ibm.tws.conn.exception.ConnExistReferenceException.
This exception is thrown when trying to delete an object that is referenced by other objects
ConnExistReferenceException(TWSKey, List) - Constructor for class com.ibm.tws.conn.exception.ConnExistReferenceException
Constructor
ConnFlowTargetRefByIdNotExistException - exception com.ibm.tws.conn.exception.ConnFlowTargetRefByIdNotExistException.
This exception is thrown when trying to add or modify an object with a parent that does not exist
ConnFlowTargetRefByIdNotExistException(Identifier, TWSKey) - Constructor for class com.ibm.tws.conn.exception.ConnFlowTargetRefByIdNotExistException
Constructor
ConnIntegrityException - exception com.ibm.tws.conn.exception.ConnIntegrityException.
This exception is thrown when a write operation cannot be executed because it violates integrity checks.
ConnIntegrityException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnIntegrityException
Creates a ConnIntegrityException from the given message ID and arguments.
ConnIntegrityException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnIntegrityException
Creates a ConnIntegrityException from the given nested exception.
ConnIntegrityException(String) - Constructor for class com.ibm.tws.conn.exception.ConnIntegrityException
Creates a ConnIntegrityException from the given message ID.
ConnIntegrityException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnIntegrityException
Creates a ConnException from the given catalog, message ID and arguments.
ConnInvalidParameterException - exception com.ibm.tws.conn.exception.ConnInvalidParameterException.
This Exception is thrown when an invalid parameter is passed to TWS API.
ConnInvalidParameterException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidParameterException
Constructor
ConnInvalidParameterException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidParameterException
Constructor
ConnInvalidParameterException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidParameterException
Creates a ConnInvalidParameterException from the given nested exception.
ConnInvalidPropertiesException - exception com.ibm.tws.conn.exception.ConnInvalidPropertiesException.
This Exception is thrown when an invalid properties is passed.
ConnInvalidPropertiesException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidPropertiesException
Constructor
ConnInvalidPropertiesException(String) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidPropertiesException
Constructor
ConnInvalidTimeZoneException - exception com.ibm.tws.conn.exception.ConnInvalidTimeZoneException.
This exception is thrown when an operation try to work with an invalid timezone
ConnInvalidTimeZoneException(TWSObject, String) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidTimeZoneException
Constructor
ConnInvalidWorkstationHostException - exception com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException.
This exception is thrown when a generic api used to create or modify a extended agent Workstation with an invalid host.
ConnInvalidWorkstationHostException(String, FlowTargetKey, WorkstationClass) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Constructor used when host is a workstation class, and not an fta workstation
ConnInvalidWorkstationHostException(String, FlowTargetKey, FlowTargetKey) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Constructor used when host is an xa, and not an fta workstation
ConnInvalidWorkstationHostException(String, FlowTargetKey) - Constructor for class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Constructor
ConnJobStreamDepException - exception com.ibm.tws.conn.exception.ConnJobStreamDepException.
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its dependencies is not equal to the workstation class of the job stream beeing created/modified.
ConnJobStreamDepException(String, Object[], FlowNodeKey, FlowTargetKey, FlowTargetKey, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamDepException
Constructor
ConnJobStreamDepException(String, Object[], JobStreamKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamDepException
Constructor
ConnJobStreamDepException(String, Object[], FlowNodeKey, FlowTargetKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamDepException
Constructor
ConnJobStreamDepException(String, Object[], FlowNodeKey, JobStreamKey, FlowTargetKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamDepException
Constructor
ConnJobStreamExtDepException - exception com.ibm.tws.conn.exception.ConnJobStreamExtDepException.
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its external dependencies is not equal to the workstation class of the job stream beeing created/modified.
ConnJobStreamExtDepException(FlowTargetKey, JobStreamKey, FlowNodeKey, FlowTargetKey, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamExtDepException
Constructor
ConnJobStreamExtDepException(ConnJobStreamExtDepException, JobStreamKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamExtDepException
Constructor this constructor is invoked when the exception occurs analizing the external dependencies of a job in a job stream
ConnJobStreamExtDepException(FlowTargetKey, JobKey, FlowNodeKey, FlowTargetKey, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamExtDepException
Constructor
ConnJobStreamFileDepException - exception com.ibm.tws.conn.exception.ConnJobStreamFileDepException.
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its file dependencies is not equal to the workstation class of the job stream beeing created/modified.
ConnJobStreamFileDepException(FlowTargetKey, String, FlowNodeKey, FlowTargetKey, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamFileDepException
Construcotr
ConnJobStreamFileDepException(ConnJobStreamFileDepException, JobStreamKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamFileDepException
Constructor
ConnJobStreamInternetworkDepException - exception com.ibm.tws.conn.exception.ConnJobStreamInternetworkDepException.
This exception is thrown in create/modify JobStream, if the workstation of the JobStream is not an extended agent, and the list of internetwork dependencies is not empty
ConnJobStreamInternetworkDepException(FlowNodeKey, FlowTargetKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamInternetworkDepException
Constructor
ConnJobStreamInternetworkDepException(ConnJobStreamInternetworkDepException, JobStreamKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamInternetworkDepException
Constructor
ConnJobStreamResourceDepException - exception com.ibm.tws.conn.exception.ConnJobStreamResourceDepException.
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its resource dependencies is not equal to the workstation class of the job stream beeing created/modified.
ConnJobStreamResourceDepException(FlowTargetKey, ResourceKey, FlowNodeKey, FlowTargetKey, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamResourceDepException
Constructor
ConnJobStreamResourceDepException(ConnJobStreamResourceDepException, JobStreamKey) - Constructor for class com.ibm.tws.conn.exception.ConnJobStreamResourceDepException
Constructor
ConnLockingException - exception com.ibm.tws.conn.exception.ConnLockingException.
This exception is thrown when an operation fails because it violates lock management checks.
ConnLockingException(TWSException, boolean) - Constructor for class com.ibm.tws.conn.exception.ConnLockingException
Creates a ConnLockingException from the given nested exception.
ConnLockingException(boolean, String) - Constructor for class com.ibm.tws.conn.exception.ConnLockingException
Creates a ConnLockingException from the given message ID.
ConnLoopException - exception com.ibm.tws.conn.exception.ConnLoopException.
This exception is thrown when trying to update an object with a parent that is already an ancestor of the object itself.
ConnLoopException(String, TWSKey, List) - Constructor for class com.ibm.tws.conn.exception.ConnLoopException
Constructor
ConnModel - interface com.ibm.tws.conn.model.ConnModel.
This interface contains all the methods used to interact remotely with the TWS connector for model objects.
ConnModelHome - interface com.ibm.tws.conn.model.ConnModelHome.
Home interface of the EJB
ConnNotFoundException - exception com.ibm.tws.conn.exception.ConnNotFoundException.
This exception is thrown when executing an operation on an object that cannot be found.
ConnNotFoundException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnNotFoundException
Creates a ConnNotFoundException from the given nested exception.
ConnNotFoundException(TWSKey) - Constructor for class com.ibm.tws.conn.exception.ConnNotFoundException
Creates a ConnNotFoundException with a default text and the toString of the input TWSKey.
ConnNotFoundException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnNotFoundException
Creates a ConnNotFoundException with a default text and the toString of the input TWSKey.
ConnObjectNotSupportedException - exception com.ibm.tws.conn.exception.ConnObjectNotSupportedException.
This exception is thrown when a generic api used to add/remove/get/set/query an object in the database receive an object not known from the database.
ConnObjectNotSupportedException(String, String) - Constructor for class com.ibm.tws.conn.exception.ConnObjectNotSupportedException
Constructor
ConnParentNotExistException - exception com.ibm.tws.conn.exception.ConnParentNotExistException.
This eception is thrown when trying to add or modify an object with a parent that does not exist
ConnParentNotExistException(DomainKey, DomainKey) - Constructor for class com.ibm.tws.conn.exception.ConnParentNotExistException
Constructor
ConnPlan - interface com.ibm.tws.conn.plan.ConnPlan.
Remote interface for Enterprise Bean: ConnPlan.
ConnPlanException - exception com.ibm.tws.conn.exception.ConnPlanException.
This is the root exception of all the plan specific exceptions.
ConnPlanException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given message ID and arguments.
ConnPlanException(Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given nested cause.
ConnPlanException(String, Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given message ID and nested cause.
ConnPlanException(String, Object[], Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given message ID, arguments and nested cause.
ConnPlanException(String) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given message ID.
ConnPlanException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given nested exception.
ConnPlanException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnPlanException
Creates a ConnPlanException from the given catalog, message ID and arguments.
ConnPlanHome - interface com.ibm.tws.conn.plan.ConnPlanHome.
Home interface for Enterprise Bean: ConnPlan
ConnRecJobNotExistException - exception com.ibm.tws.conn.exception.ConnRecJobNotExistException.
This eception is thrown when trying to add or modify a job definition and the recovery job referenced by the job definition does not exist."
ConnRecJobNotExistException(JobDefinitionKey, JobDefinitionKey) - Constructor for class com.ibm.tws.conn.exception.ConnRecJobNotExistException
Constructor
ConnRemoteException - exception com.ibm.tws.conn.exception.ConnRemoteException.
This Exception is thrown when a java.rmi.remote execption is thrown by ejb
ConnRemoteException(Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnRemoteException
Constructor
ConnSecurityException - exception com.ibm.tws.conn.exception.ConnSecurityException.
This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnSecurityException(Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnSecurityException
Creates a ConnSecurityException from the given nested cause.
ConnSecurityException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnSecurityException
Creates a ConnSecurityException from the given message ID and arguments.
ConnSecurityException(String) - Constructor for class com.ibm.tws.conn.exception.ConnSecurityException
Creates a ConnSecurityException from the given message ID.
ConnSecurityException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnSecurityException
Creates a ConnSecurityException from the given nested exception.
ConnSecurityException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnSecurityException
Constructor
ConnSelfReferenceException - exception com.ibm.tws.conn.exception.ConnSelfReferenceException.
This exception is thrown when trying to update an object that reference itself.
ConnSelfReferenceException(String, TWSKey) - Constructor for class com.ibm.tws.conn.exception.ConnSelfReferenceException
Constructor
ConnSymphonyAccessException - exception com.ibm.tws.conn.exception.ConnSymphonyAccessException.
This exception is thrown when a generic error in the native code is found.
ConnSymphonyAccessException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Creates a ConnSymphonyAccessException from the given nested exception.
ConnSymphonyAccessException(String, Object[], Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Creates a ConnSymphonyAccessException from the given message ID, arguments and nested cause.
ConnSymphonyAccessException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Creates a ConnSymphonyAccessException from the given message ID and arguments.
ConnTransportException - exception com.ibm.tws.conn.exception.ConnTransportException.
This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnTransportException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnTransportException
Creates a ConnTransportException from the given nested exception.
ConnTransportException(String, Object[], Throwable) - Constructor for class com.ibm.tws.conn.exception.ConnTransportException
Creates a ConnTransportException from the given message ID, arguments and nested cause.
ConnTransportException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnTransportException
Creates a ConnTransportException from the given message ID and arguments.
ConnValidationException - exception com.ibm.tws.conn.exception.ConnValidationException.
This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
ConnValidationException(String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnValidationException
Creates a ConnValidationException from the given message ID and arguments.
ConnValidationException(String) - Constructor for class com.ibm.tws.conn.exception.ConnValidationException
Creates a ConnValidationException from the given message ID.
ConnValidationException(TWSException) - Constructor for class com.ibm.tws.conn.exception.ConnValidationException
Creates a ConnValidationException from the given nested exception.
ConnValidationException(String, String, Object[]) - Constructor for class com.ibm.tws.conn.exception.ConnValidationException
Creates a ConnValidationException from the given catalog, message ID and arguments.
ConnWorkstationDomainManagerExistException - exception com.ibm.tws.conn.exception.ConnWorkstationDomainManagerExistException.
This exception is throws when trying to create/modifiy a workstaion defined as Domain Manager when another workstation is already defined as domain manager.
ConnWorkstationDomainManagerExistException(TWSKey, TWSKey, String) - Constructor for class com.ibm.tws.conn.exception.ConnWorkstationDomainManagerExistException
Constructor
ConstraintValidatorException - exception com.ibm.tws.objects.validator.ConstraintValidatorException.
This exception is thrown when validation of an object fails because the current value of a field does not comply with a constraint defined by the current value of one or more fields of the same object.
ConstraintValidatorException(List, List, String, Object, Validator) - Constructor for class com.ibm.tws.objects.validator.ConstraintValidatorException
Creates a new ConstraintValidatorException from the specified parameters.
Context - class com.ibm.tws.conn.util.Context.
This class is used to pass additional information to the generic connector APIs for managing TWS objects.
Context() - Constructor for class com.ibm.tws.conn.util.Context
Constructor
CriticalJobType - class com.ibm.tws.objects.types.CriticalJobType.
This class implements the CriticalJobType ordinal type.
CriticalPathStatus - class com.ibm.tws.objects.plan.types.CriticalPathStatus.
This class implements the CriticalPathStatus ordinal type.
cancelJobInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Cancel the specified job.
cancelJobInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Cancel the specified job.
cancelJobStreamInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Cancel the specified job stream.
cancelJobStreamInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Cancel the specified job stream.
checkAlphaNumeric(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field includes only alphanumeric characters.
checkAlphabetic(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field includes only alphabetic characters.
checkClientVersionCompatibility(int, int, int, int) - Method in class com.ibm.tws.conn.util.Context
This method check the JSC version compatibility
checkComparison(String, int, String, int) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the integer values specified for the given fields meet a comparison constraint.
checkComparison(String, long, String, long) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the long integer values specified for the given fields meet a comparison constraint.
checkComparison(String, Date, String, Date) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the date values specified for the given fields meet a comparison constraint.
checkConstraint(String, Object, Object, boolean, String, Object, Object, boolean) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the value of a "slave" field is compliant with the constraint defined by the value of a "master" field.
checkConstraint(List, List, List, List, String, Object, Object, boolean) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the value of a "slave" field is compliant with the constraint defined by the value of one or more "master" fields.
checkFilter(QueryFilter, String, Class, boolean) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the value specified for a query filter element is an instance of the expected class.
checkInstanceOf(String, Object, Class) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the object specified for the given field is an instance of the expected class.
checkInternetAddress(String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field includes a valid internet address.
checkLength(String, String, int) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field does not exceed the specified length.
checkListFilter(QueryFilter, String, Class, boolean) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the values specified for a query filter element of type List are correct.
checkNotAllowedChars(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field does not include not allowed characters.
checkNotAllowedStart(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field does not start with a not allowed character.
checkNotNull(String, Object) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the value specified for the given field is not null.
checkNotNull(String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the text value specified for the given field is not null.
checkNotNull(String, int) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the integer specified for the given field is not null.
checkNotNull(String, long) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the long integer specified for the given field is not null.
checkNotNull(List, List) - Method in class com.ibm.tws.objects.validator.Validator
Checks that at least one of the values specified for the given fields is not null.
checkNumeric(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field includes only numeric characters.
checkRange(String, int, int, int) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the integer specified for the given field is within the specified range.
checkRange(String, long, long, long) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the long integer specified for the given field is within the specified range.
checkRange(String, Date, Date, Date) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the date specified for the given field is within the specified range.
checkResolutionData(ResolutionData) - Method in class com.ibm.tws.objects.model.validator.ModelValidator
Checks rules related to resolution data.
checkStartWithAlphaNumeric(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field starts with an alphanumeric character.
checkStartWithAlphabetic(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field starts with an alphabetic character.
checkStartWithNumeric(String, String, String) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the string specified for the given field starts with a numeric character.
checkTimeRestrictions(String, TimeRestrictions) - Method in class com.ibm.tws.objects.model.validator.ModelValidator
Checks rules related to time restrictions.
checkValue(String, int, int) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the integer specified for the given field is not equal to the specified invalid value.
checkValue(String, long, long) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the long integer specified for the given field is not equal to the specified invalid value.
checkValue(String, Object, Object) - Method in class com.ibm.tws.objects.validator.Validator
Checks that the object specified for the given field is not equal to the specified invalid value.
clone() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Clone method, used to create from a single Dependency with quantity > 32 multiple instance of the same Dependency with quantity <= 32.
com.ibm.tws.objects - package com.ibm.tws.objects
 
com.ibm.tws.objects.filter - package com.ibm.tws.objects.filter
 
com.ibm.tws.objects.types - package com.ibm.tws.objects.types
 
com.ibm.tws.objects.validator - package com.ibm.tws.objects.validator
 
commitJobJCL(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Commit the JCL modification done on the job identified by the given id.
commitJobRestartAndCleanup(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Commit the restartAndCleanup modification done on the TWSObject object identified by the given id.
commitModifyPlanObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Commit the modification to the TWSObject object identified by the given id.
compareTo(Object) - Method in class com.ibm.tws.objects.types.Identifier
Compares this Identifier object with the given one.
compareTo(Comparable, Comparable) - Static method in class com.ibm.tws.objects.types.TypeUtility
Compares two Comparable arguments.
completeJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Complete the job stream instance to wait.
confirmJobInstance(Identifier, FlowNodeInternalStatusType, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Confirm the specified job with the specified status.
confirmJobInstance(Identifier, FlowNodeInternalStatusType, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Confirm the specified job with the specified status.
connectToHostCpu(Identifier, String, byte[], Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method connects a remote workstation via TCP/IP (with options), sends a command to it, and receives the result from it.
connectToHostCpu(Identifier, String, byte[], Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the byte array result of the invocation of the access method associated to the input Workstation.
contains(TWSObject) - Method in class com.ibm.tws.objects.types.TWSObjectMap
Returns true if the map contains the specified object.
containsFilter(String) - Method in class com.ibm.tws.objects.filter.QueryFilter
Returns true if the specified parameter is contained in this QueryFilter.
countPlanObject(Class, QueryFilter, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method return aggregate statistics on plan objects.
countPlanObject(Class, QueryFilter, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method returns aggregate statistics on plan objects.
create() - Method in interface com.ibm.tws.conn.engine.ConnEngineHome
Creates a default instance of Session Bean: ConnEngine
create() - Method in interface com.ibm.tws.conn.model.ConnModelHome
create
create() - Method in interface com.ibm.tws.conn.plan.ConnPlanHome
Creates a default instance of Session Bean: ConnPlan
create(String) - Method in interface com.ibm.tws.zconn.engine.ZConnEngineHome
Creates a default instance of Session Bean: ConnEngine
create(String) - Method in interface com.ibm.tws.zconn.model.ZConnModelHome
create
create(String) - Method in interface com.ibm.tws.zconn.plan.ZConnPlanHome
Creates a default instance of Session Bean: ConnPlan
createPlan(SymphonyInPlanKey, Date, long, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method is used to create a Trial or a Forecast plan, depending on the type specified in the SymphonyInPlanKey, with the name specified in the key itself.
createPlan(SymphonyInPlanKey, Date, long, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method is used to create a Trial or a Forecast plan.
createPlanExtension(SymphonyInPlanKey, long, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method is used to create a Trial Plan extension starting from the current Plan.
createPlanExtension(SymphonyInPlanKey, long, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method is used to create a Trial Plan extension starting from the current Plan.

D

DAYS - Static variable in class com.ibm.tws.objects.types.OffsetType
The DAYS value.
DEADLINE - Static variable in class com.ibm.tws.objects.types.WLMPolicy
The DEADLINE value.
DEADLINE_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Deadline Time Filter.
DEADLINE_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Deadline Time Filter.
DEADLINE_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Deadline Time Range Filter.
DEADLINE_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Deadline Time Range Filter.
DEFAULT - Static variable in class com.ibm.tws.objects.types.LastModifyType
The DEFAULT value.
DEFAULT - Static variable in class com.ibm.tws.objects.types.OnErrorOption
The DEFAULT value.
DEFAULT - Static variable in class com.ibm.tws.objects.types.ResourceActionOnComplete
The DEFAULT value.
DEFAULT - Static variable in class com.ibm.tws.objects.types.WLMPolicy
The DEFAULT value.
DEFAULT - Static variable in class com.ibm.tws.objects.types.YesNoDefaultOption
The DEFAULT value.
DEFAULT_PRIORITY - Static variable in class com.ibm.tws.objects.model.FlowNode
The default priority for jobs and job streams.
DEFAULT_PRIORITY - Static variable in class com.ibm.tws.objects.model.FlowNodeHeader
The default priority for jobs and job streams.
DEFERRED - Static variable in class com.ibm.tws.objects.types.CatManagementOption
The DEFERRED value.
DEPENDENCY_STATUS_SATISFIED - Static variable in class com.ibm.tws.objects.plan.types.DependencyStatusType
The Dependency has been satisfied.
DEPENDENCY_STATUS_UNDECIDED - Static variable in class com.ibm.tws.objects.plan.types.DependencyStatusType
The Dependency is in an Undecided Status.
DEPENDENCY_STATUS_UNSATISFIED - Static variable in class com.ibm.tws.objects.plan.types.DependencyStatusType
The Dependency is Not Satisfied.
DESTINATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The destination name filter.
DESTINATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The destination name filter.
DESTINATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The destination filter.
DESTINATION - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The destination filter.
DEVICETYPE_DEVICEDASD - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Device Type DASD
DEVICETYPE_DEVICEOTHER - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Device Type OTHER
DEVICETYPE_DEVICETAPE - Static variable in class com.ibm.tws.objects.plan.types.DataSet
Device Type TAPE
DOMAIN_MANAGER - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanType
The DOMAINMANAGER value.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainInPlanFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainInPlanFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The domain name filter.
DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The domain name filter.
DONE_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "DONE" status.
DO_NOT_COUNT - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
The DO_NOT_COUNT value.
DO_NOT_SELECT - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
The DO_NOT_SELECT value.
DataSet - class com.ibm.tws.objects.plan.types.DataSet.
This class includes the information required to describe the Dataset.
DataSet() - Constructor for class com.ibm.tws.objects.plan.types.DataSet
Creates an empty object.
DataSetsListResult - class com.ibm.tws.objects.plan.types.DataSetsListResult.
This class includes the information required to restart from a step.
DataSetsListResult() - Constructor for class com.ibm.tws.objects.plan.types.DataSetsListResult
Creates an empty object.
DependenciesResolutionOption - class com.ibm.tws.objects.plan.types.DependenciesResolutionOption.
This class implements the DependenciesResolutionOption ordinal type.
DependencyStatusType - class com.ibm.tws.objects.plan.types.DependencyStatusType.
This class implements the DependencyStatusType ordinal type.
DistJobDefinition - class com.ibm.tws.objects.model.DistJobDefinition.
This object, representing a job definition in the TWS distributed environment, references a recovery job definition and a Prompt object, to optionally define a recovery message (also called "abend prompt").
DistJobDefinition() - Constructor for class com.ibm.tws.objects.model.DistJobDefinition
Creates an empty DistJobDefinition.
DistJobDefinition(JobDefinitionHeader) - Constructor for class com.ibm.tws.objects.model.DistJobDefinition
Creates a DistJobDefinition with the specified header.
DistJobDefinitionInPlan - class com.ibm.tws.objects.plan.DistJobDefinitionInPlan.
This class, representing a job definition object, references the key of the associated recovery job definition, and a PromptInPlan object, to define the recovery prompt (if any).
DistJobDefinitionInPlan() - Constructor for class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Creates an empty DistJobDefinitionInPlan.
DistJobDefinitionInPlan(JobDefinitionInPlanHeader) - Constructor for class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Creates a DistJobDefinitionInPlan with the specified header.
Domain - class com.ibm.tws.objects.model.Domain.
This object represents a TWS domain, has no header object and wraps a DomainKey object.
Domain() - Constructor for class com.ibm.tws.objects.model.Domain
Creates an empty Domain.
Domain(Identifier) - Constructor for class com.ibm.tws.objects.model.Domain
Creates a Domain with the specified identifier.
Domain(DomainKey) - Constructor for class com.ibm.tws.objects.model.Domain
Creates a Domain with the specified key.
Domain(Identifier, DomainKey) - Constructor for class com.ibm.tws.objects.model.Domain
Creates a Domain with the specified identifier and key.
DomainFilters - interface com.ibm.tws.objects.filter.DomainFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on domains.
(These filters can be used only with a TWS Distributed engine.)
DomainFilters - interface com.ibm.tws.objects.filter.DomainFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on domains.
(These filters can be used only with a TWS Distributed engine.)
DomainInPlan - class com.ibm.tws.objects.plan.DomainInPlan.
This class represents a domain instance object, and includes a reference to WorkstationInPlanKey that represents, the manager of this domain instance object, and a DomainInPlanKey that represents the parent Domain instance of this Domain.
DomainInPlan() - Constructor for class com.ibm.tws.objects.plan.DomainInPlan
Constructor.
DomainInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.DomainInPlan
Constructor.
DomainInPlan(DomainInPlanKey) - Constructor for class com.ibm.tws.objects.plan.DomainInPlan
Constructor.
DomainInPlan(Identifier, DomainInPlanKey) - Constructor for class com.ibm.tws.objects.plan.DomainInPlan
Constructor.
DomainInPlanFilters - interface com.ibm.tws.objects.filter.DomainInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on domains.
DomainInPlanFilters - interface com.ibm.tws.objects.filter.DomainInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on domains.
DomainInPlanKey - class com.ibm.tws.objects.plan.DomainInPlanKey.
This class represents a domain instance in plan key, and includes only the name of the domain.
DomainInPlanKey() - Constructor for class com.ibm.tws.objects.plan.DomainInPlanKey
Constructor for DomainInPlanKey
DomainInPlanKey(String) - Constructor for class com.ibm.tws.objects.plan.DomainInPlanKey
Constructor for DomainInPlanKey
DomainKey - class com.ibm.tws.objects.model.DomainKey.
This object represents a domain external key, including fields used to identify a domain in TWS external interfaces.
DomainKey() - Constructor for class com.ibm.tws.objects.model.DomainKey
Creates an empty DomainKey.
DomainKey(String) - Constructor for class com.ibm.tws.objects.model.DomainKey
Creates a DomainKey with the specified name.
DomainValidator - class com.ibm.tws.objects.model.validator.DomainValidator.
This class provides methods that can be used to validate Domain and DomainKey objects.
DomainValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.DomainValidator
Creates a new DomainValidator, using the specified locale for error messages.

E

ENABLED - Static variable in class com.ibm.tws.objects.types.SecurityLevel
The ENABLED value.
ENGINE_STATUS_DOWN - Static variable in class com.ibm.tws.objects.plan.types.EngineStatusType
The Engine is Down
ENGINE_STATUS_LIVES - Static variable in class com.ibm.tws.objects.plan.types.EngineStatusType
The Engine is Up and running
ENGINE_STATUS_RULES - Static variable in class com.ibm.tws.objects.plan.types.EngineStatusType
The Engine is in the Rules state
EOF - Static variable in class com.ibm.tws.conn.util.GetJobOutputContext
End Of File Constant
ERROR - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
RODM Staus Error
ERROR_CODE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job error code filter.
ERROR_CODE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job error code filter.
EVENT_CHANGE - Static variable in class com.ibm.tws.objects.types.LastModifyType
The EVENT_CHANGE value.
EVERY_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Every Time Filter.
EVERY_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Every Time Filter.
EVERY_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Every Time Range Filter.
EVERY_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Every Time Range Filter.
EXACT_MATCH - Static variable in class com.ibm.tws.objects.types.FilterMatchingCriteria
The EXACT_MATCH value.
EXCLUSIVE - Static variable in class com.ibm.tws.objects.types.ResourceAllocationType
The EXCLUSIVE value.
EXEC_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "EXEC" status.
EXTENDED_AGENT_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "Extended Agent Task" task type.
EXTENDED_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job extended name filter.
EXTENDED_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job extended name filter.
EXTENDED_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream extended name filter.
EXTENDED_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream extended name filter.
EngineInformation - class com.ibm.tws.objects.plan.utils.EngineInformation.
This class is used by the getEngineInformation API in order to return information about the engine to which the client is connected.
EngineInformation() - Constructor for class com.ibm.tws.objects.plan.utils.EngineInformation
Empty Constructor
EngineStatusType - class com.ibm.tws.objects.plan.types.EngineStatusType.
This class implements the EngineStatusType ordinal type.
ExternalDependency - class com.ibm.tws.objects.model.ExternalDependency.
External dependencies model associations of jobs and job streams with other jobs or job streams: an external dependency is a link to all versions of a referenced job or job stream.
ExternalDependency() - Constructor for class com.ibm.tws.objects.model.ExternalDependency
Creates an empty ExternalDependency.
ExternalDependency(Identifier, JobStreamKey) - Constructor for class com.ibm.tws.objects.model.ExternalDependency
Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job stream.
ExternalDependency(Identifier, JobKey) - Constructor for class com.ibm.tws.objects.model.ExternalDependency
Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job.
ExternalDependencyInPlan - class com.ibm.tws.objects.plan.ExternalDependencyInPlan.
External dependencies plan associations of jobs and job streams with other jobs or job streams.
ExternalDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Creates an empty ExternalDependencyInPlan.
ExternalDependencyInPlan(Identifier, JobStreamInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job stream.
ExternalDependencyInPlan(Identifier, JobInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job.
equals(Object) - Method in class com.ibm.tws.objects.filter.AbstractRange
Returns true if this range is equal to the given one.
equals(Object) - Method in class com.ibm.tws.objects.filter.IntegerRange
Returns true if this range is equal to the given one.
equals(Object) - Method in class com.ibm.tws.objects.filter.LongRange
Returns true if this range is equal to the given one.
equals(Object) - Method in class com.ibm.tws.objects.filter.TimeRange
Returns true if this range is equal to the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Calendar
Returns true if all fields of this Calendar object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns true if all fields of this CalendarHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.CalendarKey
Returns true if all fields of this CalendarKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns true if all fields of this DistJobDefinition object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Domain
Returns true if all fields of this Domain object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.DomainKey
Returns true if all fields of this DomainKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns true if all fields of this ExternalDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FileDependency
Returns true if all fields of this FileDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowNode
Returns true if all fields of this FlowNode object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns true if all fields of this FlowNodeHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowNodeKey
Returns true if all fields of this FlowNodeKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowTarget
Returns true if all fields of this FlowTarget object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns true if all fields of this FlowTargetHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.FlowTargetKey
Returns true if all fields of this FlowTargetKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns true if all fields of this InterNetworkDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.InternalDependency
Returns true if all fields of this InternalDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Job
Returns true if all fields of this Job object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobDefinition
Returns true if all fields of this JobDefinition object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns true if all fields of this JobDefinitionHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Returns true if all fields of this JobDefinitionKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobHeader
Returns true if all fields of this JobHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns true if all fields of this JobHistoryRun object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobKey
Returns true if all fields of this JobKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobStatistics
Returns true if all fields of this JobStatistics object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobStream
Returns true if all fields of this JobStream object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns true if all fields of this JobStreamHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns true if all fields of this JobStreamKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Period
Returns true if all fields of this Period object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns true if all fields of this PeriodHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.PeriodKey
Returns true if all fields of this PeriodKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Prompt
Returns true if all fields of this Prompt object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.PromptDependency
Returns true if all fields of this PromptDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.PromptKey
Returns true if all fields of this PromptKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Resource
Returns true if all fields of this Resource object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns true if all fields of this ResourceDependency object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns true if all fields of this ResourceHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.ResourceKey
Returns true if all fields of this ResourceKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.RunCycle
Returns true if all fields of this RunCycle object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Variable
Returns true if all fields of this Variable object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.VariableKey
Returns true if all fields of this VariableKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WindowsUser
Returns true if all fields of this WindowsUser object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WindowsUserKey
Returns true if all fields of this WindowsUserKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.Workstation
Returns true if all fields of this Workstation object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WorkstationClass
Returns true if all fields of this WorkstationClass object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WorkstationClassHeader
Returns true if all fields of this WorkstationClassHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns true if all fields of this WorkstationHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns true if all fields of this WorkstationLink object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns true if all fields of this ZOSJobDefinition object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns true if all fields of this ResourceAvailabilityInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns true if all fields of this TimeRestrictions object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns true if all fields of this WorkstationAvailabilityInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns true if all fields of this JobDefinition object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns true if all fields of this DomainInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.DomainInPlanKey
Returns true if all fields of this DomainInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns true if all fields of this ExternalDependencyInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
equality operation.
equals(Object) - Method in class com.ibm.tws.objects.plan.FileInPlan
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.FileInPlanKey
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns true if all fields of this FlowNodeInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Returns true if all fields of this FlowNodeInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns true if all fields of this InternalDependencyInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns true if all fields of this InternetworkDependencyInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns true if all fields of this JobDefinitionInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns true if all fields of this JobDefinitionInPlanHeader object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Returns true if all fields of this JobDefinitionInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if all fields of this JobInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobInPlanKey
Returns true if all fields of this JobInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if all fields of this JobStreamInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Returns true if all fields of this JobStreamInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns true if all fields of this Operator Instruction object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.PromptInPlan
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.PromptInPlanKey
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns true if all fields of this ResourceHolderInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Returns true if all fields of this Symphony object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Returns true if all fields of this SymphonyInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns true if all fields of this WindowsUser object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Equality operation
equals(Object) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if all fields of this WorkstationInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.WorkstationInPlanKey
Equality method.
equals(Object) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns true if all fields of this ZOSJobDefinitionInPlan object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.AddingFunctions
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Returns true if all fields of this CalendarInPlanKey object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.CleanUpStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.DependencyStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.EngineStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.FileStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.HostJobStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JCLStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns true if all fields of this JobInPlanResourceUsageInfo object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if all fields of this JobInPlanZOSAttribute object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns true if all fields of this ResourceInPlanZOSAttributes object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.PromptStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.PromptType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns true if all fields of this ResourceInPlanAvailabilityInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Returns true if all fields of this ResourceInPlanConstraints object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns true if all fields of this ResourceInPlanZOSAttributes object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.ResourceStatusType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.RestartCleanupType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.RestartStep
Returns true if all fields of this object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.SymphonyType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns true if all fields of this TimeRestrictions object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns true if all fields of this WorkstationInPlanAvailabilityInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns true if all fields of this WorkstationInPlanAvailabilitySettings object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Returns true if all fields of this WorkstationInPlanZOSAttributes object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.WorkstationStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns true if all fields of this EngineInformation object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
 
equals(Object) - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Returns true if all fields of this AbstractTimeRestrictions object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns true if all fields of this AvailabilityInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.BooleanValue
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.CatManagementOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.CleanUpOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.CriticalJobType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.FilterMatchingCriteria
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.FreeDaysRule
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.Identifier
Returns true if all fields of this Identifier object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.InstanceStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.JobRunStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.LastModifyType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.LateAction
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.LinkStatus
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.LockData
Returns true if all fields of this LockData object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.ModifyData
Returns true if all fields of this ModifyData object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.OffsetType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.OnErrorOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.OperatingSystem
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.PeriodInterval
Returns true if all fields of this PeriodInterval object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.PeriodType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.PrintOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.RecoveryOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResolutionData
Returns true if all fields of this ResolutionData object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResolutionRule
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResourceActionOnComplete
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResourceActionOnError
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResourceAllocationType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns true if all fields of this ResourceBaseConstraints object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.ResourceUsage
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.RunCycleType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.SecurityLevel
Returns true if this object equals to the specified one.
equals(Object, Object) - Static method in class com.ibm.tws.objects.types.TypeUtility
Returns true if the first object equals to the second one.
equals(Object) - Method in class com.ibm.tws.objects.types.WLMPolicy
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.WorkstationReportingAttribute
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.WorkstationType
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if all fields of this WorkstationZOSAttributes object are equal to those of the given one.
equals(Object) - Method in class com.ibm.tws.objects.types.YesNoDefaultOption
Returns true if this object equals to the specified one.
equals(Object) - Method in class com.ibm.tws.objects.types.YesNoResetOption
Returns true if this object equals to the specified one.
executeJobAutomaticRecovery(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Execute the automatic recovery for the job specified in the jobId.
executeJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Execute the job instance specified in the jobId.
executeJobRestartCleanup(Identifier, String, String, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Execute Restart and Cleanup for the requested job instance.

F

FAILED - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
The FAILED value.
FAIL_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "FAIL" status.
FILE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency Identifier filter.
FILE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency Identifier filter.
FILE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency Identifier filter.
FILE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency Identifier filter.
FILE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency file name filter.
FILE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency file name filter.
FILE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency file name filter.
FILE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency file name filter.
FILE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency workstation name filter.
FILE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The file dependency workstation name filter.
FILE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency workstation name filter.
FILE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The file dependency workstation name filter.
FILE_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The file flow target name filter.
FILE_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The file flow target name filter.
FILE_NAME - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
The file name filter.
FILE_NAME - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
The file name filter.
FILE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The file name filter.
FILE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The file name filter.
FILE_STATUS_CHECKED - Static variable in class com.ibm.tws.objects.plan.types.FileStatusType
File existence checked
FILE_STATUS_EXISTS - Static variable in class com.ibm.tws.objects.plan.types.FileStatusType
File existence checked, and File exists.
FILE_STATUS_NOT_CHECKED - Static variable in class com.ibm.tws.objects.plan.types.FileStatusType
File existence not checked yet.
FILE_STATUS_NOT_EXISTS - Static variable in class com.ibm.tws.objects.plan.types.FileStatusType
File existence checked, and File does not exists.
FINISH_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Finish Time Filter.
FINISH_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Finish Time Filter.
FINISH_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Finish Time Filter.
FINISH_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Finish Time Filter.
FINISH_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Finish Time Range Filter.
FINISH_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Finish Time Range Filter.
FINISH_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Finish Time Range Filter.
FINISH_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Finish Time Range Filter.
FLOW_NODE_STATUS_ABEND - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is Abended
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_ABEND_P - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node waiting for Confirm
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_ADDING - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node Status is Adding.
FLOW_NODE_STATUS_BLOCKED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Blocked
FLOW_NODE_STATUS_CANCEL - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node tatus Cancelled
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_CANCELED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Canceled.
FLOW_NODE_STATUS_CANT_STREAM - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Batchman can't stream Job
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_CNPEND - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node Status is Cancel Pending
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_COMPLETED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Completed
FLOW_NODE_STATUS_END_P - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node waiting for Confirm
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_ERROR - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Error
FLOW_NODE_STATUS_ERROR_STAT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node External / Error Happened
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_EXEC - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is Executing
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_EXEC_BM - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is Executing and launched.
FLOW_NODE_STATUS_EXTRN - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Unknown State / External
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_FENCE - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job has a priority lower than or equal to its Workstation fence.
FLOW_NODE_STATUS_HELD - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Held.
FLOW_NODE_STATUS_HOLD - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node status is Hold
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_JSS_STAT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
For internal use only.
FLOW_NODE_STATUS_MPE_INTRO - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node status is MPE Intro
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_MPE_INTRO_BM - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node status is MPE Intro and launched.
FLOW_NODE_STATUS_MPE_SCHED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node in Sched State
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_MPE_SUSP - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is in MPE Susp Status
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_MPE_WAIT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow node Status is MPE Wait
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_MPE_WAITD - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is in Wait / Deferred
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_READY - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node status is Ready
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_READY - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Ready
FLOW_NODE_STATUS_RESTART_JOB - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job Status is Restart Job
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_STARTED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Started
FLOW_NODE_STATUS_SUCC - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node Succeeded
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_SUCC_P - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node waiting for Confirm
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_SUSP - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node is Stuck
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_UNDECIDED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Ststus of the Flow Node Undecided
FLOW_NODE_STATUS_UNKNOWN - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Flow Node Status Unknows
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_USER_HELD - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Priority set to zero
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_USER_STREAM - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
User Streamed, Job is Executing
(This status can be used only with a TWS Distributed engine.)
FLOW_NODE_STATUS_WAITING - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Status of the Flow Node Waiting
FLOW_NODE_ZOSSTATUS_COMPLETE - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is COMPLETE
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_DELETED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is DELETED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_ERROR - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is ERROR
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_INTERRUPTED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job status is INTERRUPTED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_NOREPORTINGPRED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job status is NOREPORTINGPRED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_PENDINGPRED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream status is PENDINGPRED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_READY - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job status is READY
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_STARTED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is STARTED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_UNDECIDED - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is UNDECIDED
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_WAITING - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
JobStream/Job status is WAITING
(This status can be used only with a TWS for z/OS engine.)
FLOW_NODE_ZOSSTATUS_WAITINGFORINPUT - Static variable in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Job status is WAITINGFORINPUT
(This status can be used only with a TWS for z/OS engine.)
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The flow target name filter.
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The flow target name filter.
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The flow target name filter.
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The flow target name filter.
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The flow target name filter.
FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The flow target name filter.
FORCE - Static variable in class com.ibm.tws.objects.types.SecurityLevel
The FORCE value.
FREE - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
The FREE value.
FREE_DAYS_CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The free days calendar name filter.
FREE_DAYS_CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The free days calendar name filter.
FREE_IF_EXCLUSIVE - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
The FREE_IF_EXCLUSIVE value.
FREE_IF_SHARED - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
The FREE_IF_SHARED value.
FTA - Static variable in class com.ibm.tws.objects.types.WorkstationType
The FTA value.
FULLY_LINKED - Static variable in class com.ibm.tws.objects.types.LinkStatus
The FULLY-LINKED value.
FUNCTION_AUTOMATIRECOVERY - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Automatic Recovery Funcion
FUNCTION_DAILYPLANBATCHRUN - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Daily Plan Batch Run Function
FUNCTION_EVENTTRIGGERTRACKING - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Event Trigger Tracking Function
FUNCTION_MODIFYCURRENTPLAN - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Modify Current Plan Funcion
FUNCTION_PROGRAMINTERFACE - Static variable in class com.ibm.tws.objects.plan.types.AddingFunctions
Program Interface Funcion
FileDependency - class com.ibm.tws.objects.model.FileDependency.
Like other dependencies, file dependencies are logical associations between jobs or job streams and the objects on which they depend (in this case, the files).
FileDependency() - Constructor for class com.ibm.tws.objects.model.FileDependency
Creates an empty FileDependency.
FileDependency(String, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.FileDependency
Creates a FileDependency, specifying the name and target of the file.
FileDependencyInPlan - class com.ibm.tws.objects.plan.FileDependencyInPlan.
File dependencies plan associations of jobs and job streams with Files.
FileDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.FileDependencyInPlan
Empty Constructor
FileDependencyInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.FileDependencyInPlan
Constructor
FileDependencyInPlan(FileInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FileDependencyInPlan
Constructor
FileDependencyInPlan(Identifier, FileInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FileDependencyInPlan
Constructor
FileInPlan - class com.ibm.tws.objects.plan.FileInPlan.
This class represents a file instance in plan object, and includes a reference to WorkstationInPlanKey that represents the workstation on which the file is present.
FileInPlan() - Constructor for class com.ibm.tws.objects.plan.FileInPlan
Empty Constructor
FileInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.FileInPlan
Constructor
FileInPlan(FileInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FileInPlan
Constructor
FileInPlan(Identifier, FileInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FileInPlan
Constructor
FileInPlanFilters - interface com.ibm.tws.objects.filter.FileInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
FileInPlanFilters - interface com.ibm.tws.objects.filter.FileInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
FileInPlanKey - class com.ibm.tws.objects.plan.FileInPlanKey.
This class represents a file instance key, included in a FileInPlan object.
FileInPlanKey() - Constructor for class com.ibm.tws.objects.plan.FileInPlanKey
Creates an empty FileInPlanKey.
FileInPlanKey(String, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FileInPlanKey
Creates a FileInPlanKey
FileStatusType - class com.ibm.tws.objects.plan.types.FileStatusType.
This class implements the FileStatusType ordinal type.
FilterMatchingCriteria - class com.ibm.tws.objects.types.FilterMatchingCriteria.
This class implements the FilterMatchingCriteria ordinal type.
FilterValidatorException - exception com.ibm.tws.objects.validator.FilterValidatorException.
This exception is thrown when validation of a query filter fails because one of the filter elements is not an instance of the expected class, or is null but the filter element is not nullable.
FilterValidatorException(String, String, String) - Constructor for class com.ibm.tws.objects.validator.FilterValidatorException
Creates a new FilterValidatorException from the specified parameters.
FilterValidatorException(String, String) - Constructor for class com.ibm.tws.objects.validator.FilterValidatorException
Creates a new FilterValidatorException from the specified parameters.
FlowNode - class com.ibm.tws.objects.model.FlowNode.
This is a base class for Job and JobStream and is mainly used to maintain the dependency lists that are common to jobs and job streams: therefore a FlowNode references multiple FileDependency, ResourceDependency, PromptDependency, ExternalDependency and InterNetworkDependency objects.
FlowNode(FlowNodeHeader) - Constructor for class com.ibm.tws.objects.model.FlowNode
Creates a FlowNode with the specified header.
FlowNodeHeader - class com.ibm.tws.objects.model.FlowNodeHeader.
This is a base abstraction for JobStreamHeader and JobHeader, hosting the attributes shared by these header classes and shown in TWS external interfaces when listing job streams or jobs respectively.
FlowNodeHeader(FlowNodeKey) - Constructor for class com.ibm.tws.objects.model.FlowNodeHeader
Creates a FlowNodeHeader with the specified key.
FlowNodeHeader(Identifier, FlowNodeKey) - Constructor for class com.ibm.tws.objects.model.FlowNodeHeader
Creates a FlowNodeHeader with the specified identifier and key.
FlowNodeInPlan - class com.ibm.tws.objects.plan.FlowNodeInPlan.
This is a base class for JobInPlan and JobStreamInPlan.
FlowNodeInPlan() - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlan
Creates an empty FlowNode.
FlowNodeInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlan
Constructor For internal use only.
FlowNodeInPlan(FlowNodeInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlan
Constructor For internal use only.
FlowNodeInPlan(Identifier, FlowNodeInPlanKey) - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlan
Constructor For internal use only.
FlowNodeInPlanKey - class com.ibm.tws.objects.plan.FlowNodeInPlanKey.
This is a base abstraction for JobStreamInPlanKey and JobInPlanKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams in plan or jobs in plan respectively.
FlowNodeInPlanKey() - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Creates an empty FlowNodeInPlanKey.
FlowNodeInPlanKey(String) - Constructor for class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Creates a FlowNodeInPlanKey with the specified name.
FlowNodeInternalStatusType - class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType.
This class implements the FlowNodeInternalStatusType ordinal type.
FlowNodeKey - class com.ibm.tws.objects.model.FlowNodeKey.
This is a base abstraction for JobStreamKey and JobKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams or jobs respectively.
FlowNodeKey() - Constructor for class com.ibm.tws.objects.model.FlowNodeKey
Creates an empty FlowNodeKey.
FlowNodeKey(String) - Constructor for class com.ibm.tws.objects.model.FlowNodeKey
Creates a FlowNodeKey with the specified name.
FlowNodeStatusType - class com.ibm.tws.objects.plan.types.FlowNodeStatusType.
This class implements the FlowNodeStatusType ordinal type.
FlowNodeValidator - class com.ibm.tws.objects.model.validator.FlowNodeValidator.
This class provides methods that can be used to validate FlowNode, FlowNodeHeader and FlowNodeKey objects.
FlowNodeValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.FlowNodeValidator
Creates a new FlowNodeValidator, using the specified locale for error messages.
FlowTarget - class com.ibm.tws.objects.model.FlowTarget.
This is a base abstraction for Workstation and WorkstationClass.
FlowTarget(FlowTargetHeader) - Constructor for class com.ibm.tws.objects.model.FlowTarget
Creates a FlowTarget with the specified header.
FlowTargetHeader - class com.ibm.tws.objects.model.FlowTargetHeader.
This is a base abstraction for WorkstationHeader and WorkstationClassHeader, hosting the attributes shared by these header classes and shown in TWS external interfaces when listing workstations or workstation classes.
FlowTargetHeader() - Constructor for class com.ibm.tws.objects.model.FlowTargetHeader
Creates an empty FlowTargetHeader.
FlowTargetHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.FlowTargetHeader
Creates a FlowTargetHeader with the specified identifier.
FlowTargetHeader(FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.FlowTargetHeader
Creates a FlowTargetHeader with the specified key.
FlowTargetHeader(Identifier, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.FlowTargetHeader
Creates a FlowTargetHeader with the specified identifier and key.
FlowTargetKey - class com.ibm.tws.objects.model.FlowTargetKey.
This object represents a workstation or workstation class external key, including fields used to identify a workstation or a workstation class in TWS external interfaces.
FlowTargetKey() - Constructor for class com.ibm.tws.objects.model.FlowTargetKey
Creates an empty FlowTargetKey.
FlowTargetKey(String) - Constructor for class com.ibm.tws.objects.model.FlowTargetKey
Creates a FlowTargetKey with the specified name.
FlowTargetValidator - class com.ibm.tws.objects.model.validator.FlowTargetValidator.
This class provides methods that can be used to validate FlowTarget, FlowTargetHeader and FlowTargetKey objects.
FlowTargetValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.FlowTargetValidator
Creates a new FlowTargetValidator, using the specified locale for error messages.
FreeDaysRule - class com.ibm.tws.objects.types.FreeDaysRule.
This class implements the FreeDaysRule ordinal type.

G

GENERAL - Static variable in class com.ibm.tws.objects.types.WorkstationType
The GENERAL value.
GROUP_ID - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The group ID name filter.
GROUP_ID - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The group ID name filter.
GROUP_ID - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The Group ID filter.
GROUP_ID - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The Group ID filter.
GROUP_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream group name filter.
GROUP_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream group name filter.
GetJobOutputContext - class com.ibm.tws.conn.util.GetJobOutputContext.
This class contain all the information needed to retrieve the job output in bunches.
GetJobOutputContext() - Constructor for class com.ibm.tws.conn.util.GetJobOutputContext
Empty Constructor
GetJobOutputResult - class com.ibm.tws.conn.util.GetJobOutputResult.
This class is used in the getJobOutuput method.
GetJobOutputResult() - Constructor for class com.ibm.tws.conn.util.GetJobOutputResult
Empty Constructor
get(TWSObject) - Method in class com.ibm.tws.objects.types.TWSObjectMap
Returns the object corresponding to the specified one in the map.
getAbendPrompt() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the job definition abend prompt.
getAbendPromptId() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the identifier of the job definition abend prompt.
getAbendPromptId() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the Identifier of the job definition abend prompt.
getAbendPromptKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the job definition abend prompt key.
getAbendPromptStatus() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Abend Prompt Status.
getAbendPromptText() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the recovery abend prompt text.
getAbortedRuns() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the total number of aborted job runs.
getAbstractId() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the abstract job stream or abstract job identifier.
getAbstractJobId() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the identifier of the referenced abstract job.
getAbstractJobId() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
getAbstractJobKey() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the key of the referenced abstract job.
getAbstractJobKey() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
getAbstractJobStreamId() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the identifier of the referenced abstract job stream.
getAbstractJobStreamId() - Method in class com.ibm.tws.objects.model.Job
Returns the identifier of the abstract job stream that includes the abstract job.
getAbstractJobStreamId() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
getAbstractJobStreamKey() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the key of the referenced abstract job stream.
getAbstractJobStreamKey() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
getAccessMethod() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation access method (XA only).
getAccessMethod() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns the access method.
getAccessMethodNodeAddress() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the access method node address.
getAccessMethodPort() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the access method port number.
getAction() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the Action
getAction() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns the action.
getActionOnComplete() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the action on complete.
getActionOnComplete() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the actionOnComplete.
getActionOnComplete() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getActionOnComplete() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the action on complete.
getActionOnError() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the action on error.
getActualArrival() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Actual Arrival
getActualDuration() - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Return Returns the actual Duration.
getActualEnd() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Actual End
getAddingFunction() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the adding function.
getAdjustedQuantity() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Adjusted Quantity
getAliasJobStreamName() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Alias Job Stream name.
getAllWorkstationsIncluded() - Method in class com.ibm.tws.objects.model.WorkstationClass
Returns the workstation class allWorkstationsIncluded property.
getAllocationType() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the resource allocation type.
getAllocationType() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the resource allocation type.
getAllocationType() - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns the Allocation Type
getAlternateWorkstation() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
z/OS only method.
getAlternateWorkstation() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns the alternate Workstation associated to the workstation for the specific interval.
getAlternateWorkstationInPlanKeys() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Returns a list of Workstation Keys objects.
getAlternateWorkstationKey() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns the key of the alternate workstation associated to this availability interval.
getAmountExclusiveUsed() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Amount Exclusive Used
getAmountSharedUsed() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Amount Shared Used
getArgs(Locale) - Method in class com.ibm.tws.util.exception.TWSException
Returns the arguments to be used when formatting messages in the given locale.
getAuthorityGroup() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream authority group.
getAuthorityGroup() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream authority group.
getAuthorityGroup() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the authority group.
getAuthorityGroup() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Authority Group
getAutoErrorCompletion() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto error completion option.
getAutoErrorCompletion() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto error completion option.
getAutoLink() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation autoLink property.
getAutoLink() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return if this Workstation is Autolink or not.
getAutoRelease() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto release option.
getAutoRelease() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto release option.
getAutoSubmit() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto submit option.
getAutoSubmit() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto submit option.
getAutomatedFunction() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the automated function (system automation).
getAutomatedFunction() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the automated function (system automation).
getAvailable() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the number of available Resources for this dependency.
getAvailableResources() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the number of available resources.
getCalendarId() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the identifier of the calendar by which this run cycle is defined.
getCalendarKey() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the key of the calendar by which this run cycle is defined.
getCalendarKey() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the calendar.
getCancelIfLate() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the cancel if late option.
getCancelIfLate() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the cancel if late option.
getCarryForward() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream carryForward property.
getCarryForward() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream carryForward property.
getCatManagementOption() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the catalog management option
getCatManagementOption() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the catalog management option
getCatalogManagementStatus() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Catalog Management Status
getCatalogType() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Catalog Type
getCauseMessage(Locale) - Method in class com.ibm.tws.util.exception.TWSException
Returns the message of the root cause, if any, and is called during message formatting.
getCharValue() - Method in class com.ibm.tws.objects.types.OrdinalType
Returns the character representation of the ordinal value associated to this object.
getCleanUpOption() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the cleanup option.
getCleanUpOption() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the cleanup option.
getCleanUpStatus() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Clean up Status
getCleanup() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns the cleanup option.
getCommandText() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the command text (system automation).
getCommandText() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the command text (system automation).
getComment() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job comment text.
getCompletedJobSummary() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the summary information for all the jobs that was completed on this workstation
getCompletionCode() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the completionCode.
getCompletionInfo() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the completion info (system automation).
getCompletionInfo() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the completion info (system automation).
getConnectedWorkstationInPlanKeys() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns the list of the connected workstations for this resource in this specifc interval.
getConnectedWorkstationLinks() - Method in class com.ibm.tws.objects.model.Resource
Returns a reference to the list of the connected workstations for this resource.
getConnectedWorkstationLinks() - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns the list of the connected workstations for this resource in this specifc interval.
getContext() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get the context
getCount() - Method in class com.ibm.tws.conn.util.QueryResult
Returns the total number of items that match the query filter, including this chunk and all the following ones.
getCpuTime() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the CPU time
getCriticalPath(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the critical path jobs list.
getCurrentIntervalNumber() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Current Interval Number
getCurrentJobStreamDate() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Current Job Stream Date.
getDataSets() - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Returns the list of data sets.
getDatabaseAuditLevel() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Database Audit Level.
getDatasetName() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Dataset Name
getDeadlineLimitFeedback() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream deadline limit feedback.
getDeadlineLimitFeedback() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream deadline limit feedback.
getDeadlineOffset() - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns the deadline offset.
getDeadlineSmoothingFactor() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream deadline smoothing factor.
getDeadlineSmoothingFactor() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream deadline smoothing factor.
getDeadlineTime() - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns the Deadline Time Date.
getDeadlineWTO() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the deadline WTO option.
getDeadlineWTO() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the deadline WTO option.
getDefaultAvailability() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Default Availability
getDefaultConstraints() - Method in class com.ibm.tws.objects.model.Resource
Returns the default resource constraints.
getDefaultConstraints() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the default resource constraints.
getDefaultConstraints() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
z/OS only method.
getDefaultJobDuration() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the average duration for jobs on the workstation.
getDefaultQuantity() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Default Quantity
getDefaultTransportTime() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the time required to transport material to a workstation from a preceding workstation.
getDefuser() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the default user.
getDependency() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns the dependency value.
getDependency() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns the String representing the real 'dependency'
getDependencyWorkstationClassKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Get the dependent workstation class key
getDescription() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar description.
getDescription() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar description.
getDescription() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain description.
getDescription() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the description of the dependent job.
getDescription() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job description.
getDescription() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job description.
getDescription() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class description.
getDescription() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class description.
getDescription() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the description of the dependent job.
getDescription() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition description.
getDescription() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition description.
getDescription() - Method in class com.ibm.tws.objects.model.Period
Returns the period description.
getDescription() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period description.
getDescription() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource description.
getDescription() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource description.
getDescription() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle description.
getDescription() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable description.
getDescription() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node description.
getDescription() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the job definition description.
getDescription() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the job definition description.
getDescription() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the Resource description.
getDescription() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns the Workstation description z/OS only method.
getDescription() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns the Description
getDescription() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns the description attribute.
getDescription() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns the description associated to this availability interval.
getDestination() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the destination where computer and WTO jobs will be routed for initiation.
getDeviation() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Deviation
getDeviceType() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Device Type
getDomainId() - Method in class com.ibm.tws.objects.model.Workstation
Returns the identifier of the domain to which the workstation is associated.
getDomainId() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns The Identifier of the Domain to which this Workstation refer.
getDomainKey() - Method in class com.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException
Get the domain key
getDomainKey() - Method in class com.ibm.tws.conn.exception.ConnParentNotExistException
get the domain key
getDomainKey() - Method in class com.ibm.tws.objects.model.Workstation
Returns the key of the domain to which the workstation is associated.
getDomainKey() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the key of the domain to which the workstation is associated.
getDomainKey() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the Domain key to which this Workstation refer.
getElapsedTime() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Flow Node Real Duration.
getElapsedTime() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the elapsed time
getEndDate() - Method in class com.ibm.tws.objects.types.PeriodInterval
Returns the interval end date.
getEndOffset() - Method in class com.ibm.tws.objects.types.ResolutionData
Returns the time frame end offset.
getEngineInfo(Context) - Method in interface com.ibm.tws.conn.engine.ConnEngine
This method return info read from the TWSConfig.properties file which is produced at installation time.
getEngineInfo(Context) - Method in interface com.ibm.tws.zconn.engine.ZConnEngine
This method return info read from the TWSConfig.properties file which is produced at installation time.
getEngineInformation(Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Returns the engine information taken from the current Plan.
getEngineInformation(Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns the engine information taken from the current Plan.
getEngineStatus() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Engine Status.
getErroCode() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the error code.
getErrorCode() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Error Code
getErrorCode() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the error code.
getErrorType() - Method in class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Returns the error type of the original C error as an int
getEstimatedDuration() - Method in class com.ibm.tws.objects.model.Job
Returns the normal elapsed time of the job definition, or TypeUtility.NULL_OFFSET if no job definition is set.
getEstimatedDuration() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Flow Node Estimated Duration.
getEstimatedDuration() - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Returns the estimated Duration.
getExpandedJCL() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the expanded JCL property.
getExpandedJCL() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the expanded JCL property.
getExtendedName() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the extended name.
getExtendedName() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the extended name.
getExtendedName() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the extended name.
getExtendedName() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the extended name.
getExtendedStatus() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Extended Status
getExtendedStatus() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the extended status of a z/OS Workstation in plan
getExternalDependencies() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a reference to the list of external dependencies for this job stream or job.
getExternalDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the List of ExternalDependencyInPlan.
getExternalSuccessors() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns a reference to the list of external successor for this job.
getFence() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the fence of this workstation.
getFile() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Deprecated.  
getFileDependencies() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a reference to the list of file dependencies for this job stream or job.
getFileDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the List of FileDependencyInPlan.
getFileId() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get the file identifier.
getFileId() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the file identifier.
getFileName() - Method in class com.ibm.tws.conn.exception.ConnJobStreamFileDepException
Get the file name
getFileName() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the file name.
getFileStatus() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Return the Status of the internal FileInPlan object.
getFilter(String) - Method in class com.ibm.tws.objects.filter.QueryFilter
Returns the value stored in this QueryFilter for the specified parameter.
getFirstCriticalOperation() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the first operations on critical path.
getFirstCriticalOperationWorkstation() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the first operations workstation on critical path.
getFirstVolume() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the First Volume
getFlowNodeKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Get job or job stream in error
getFlowTargetId() - Method in class com.ibm.tws.conn.exception.ConnFlowTargetRefByIdNotExistException
Get the workstation or workstation class key
getFlowTargetId() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the identifier of the workstation or workstation class referenced by this file.
getFlowTargetId() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the identifier of the workstation or workstation class referenced by this job definition.
getFlowTargetId() - Method in class com.ibm.tws.objects.model.JobStream
Returns the identifier of the workstation or workstation class referenced by this job stream.
getFlowTargetId() - Method in class com.ibm.tws.objects.model.Resource
Returns the identifier of the workstation or workstation class referenced by this resource.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the key of the workstation or workstation class referenced by this file.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the key of the workstation or workstation class referenced by this job definition.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the key of the workstation or workstation class referenced by this job definition.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Returns the key of the workstation or workstation class referenced by this job definition.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobStream
Returns the key of the workstation or workstation class referenced by this job stream.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the key of the workstation or workstation class referenced by this job stream.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns the key of the workstation or workstation class referenced by this job stream.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.Resource
Returns the key of the workstation or workstation class referenced by this resource.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the key of the workstation or workstation class referenced by this resource.
getFlowTargetKey() - Method in class com.ibm.tws.objects.model.ResourceKey
Returns the key of the workstation or workstation class referenced by this resource.
getFormNumber() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the form number.
getFormNumber() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the form number.
getFreeDaysCalendarId() - Method in class com.ibm.tws.objects.model.JobStream
Returns the identifier of the free days calendar used with this job stream.
getFreeDaysCalendarKey() - Method in class com.ibm.tws.objects.model.JobStream
Returns the key of the free days calendar used with this job stream.
getFreeDaysCalendarKey() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the key of the free days calendar used with this job stream.
getFreeDaysRule() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle free days rule.
getGDGRelativeNumber() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the GDG Relative Number
getGroupId() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the group identifier.
getGroupName() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream group name.
getGroupName() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream group name.
getGroupName() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the group name.
getHasCentralizedScript() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the has centralized script option.
getHasCentralizedScript() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the has centralized script option.
getHeader() - Method in class com.ibm.tws.objects.model.Calendar
Returns the CalendarHeader wrapped by this Calendar object.
getHeader() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the FlowNodeHeader wrapped by this FlowNode object.
getHeader() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the FlowTargetHeader wrapped by this FlowTarget object.
getHeader() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the JobDefinitionHeader wrapped by this JobDefinition object.
getHeader() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the header of the job definition to which this JobStatistics object refers.
getHeader() - Method in class com.ibm.tws.objects.model.Period
Returns the PeriodHeader wrapped by this Period object.
getHeader() - Method in class com.ibm.tws.objects.model.Resource
Returns the ResourceHeader wrapped by this Resource object.
getHeader() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the JobDefinitionInPlanHeader wrapped by this JobDefinitionInPlan object.
getHighestOkReturnCode() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the highest OK return code.
getHighestOkReturnCode() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the highest OK return code.
getHolders() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the list of ResourceHolderInPlan (i.e.
getHostJobStatus() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Host job status
getHostWorkstationId() - Method in class com.ibm.tws.objects.model.Workstation
Returns the identifier of the host workstation, if other than the master domain manager (XA only).
getHostWorkstationId() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Gets the host Workstation Identifier
getHostWorkstationKey() - Method in class com.ibm.tws.objects.model.Workstation
Returns the key of the host workstation, if other than the master domain manager (XA only).
getHostWorkstationKey() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the key of the host workstation
getHostedWorkstationKey() - Method in class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Getter for hosted workstation key
getHostingWorkstationKey() - Method in class com.ibm.tws.conn.exception.ConnInvalidWorkstationHostException
Getter for hosting workstation key
getICalendar() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of all specific dates associated to this calendar as an iCalendar string.
getICalendar() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the definition of this run cycle as an iCalendar string.
getICalendarDates() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of all specific dates associated to this calendar as an iCalendar string.
getICalendarFreeDates() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of the "free" dates associated to this calendar as an iCalendar string.
getICalendarFreeWeekdays() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of the "free" weekdays associated to this calendar as an iCalendar string.
getICalendarWeekdays() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of all weekdays associated to this calendar as an iCalendar string.
getICalendarWorkDates() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of the "working" dates associated to this calendar as an iCalendar string.
getICalendarWorkWeekdays() - Method in class com.ibm.tws.objects.model.Calendar
Returns the list of the "working" weekdays associated to this calendar as an iCalendar string.
getId() - Method in interface com.ibm.tws.objects.TWSHeader
Returns the object identifier.
getId() - Method in interface com.ibm.tws.objects.TWSLink
Returns the identifier of the object referenced by this link.
getId() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object identifier.
getId() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar identifier.
getId() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar identifier.
getId() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain identifier.
getId() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the identifier of the abstract job or abstract job stream referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the identifier of the file referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job identifier.
getId() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job identifier.
getId() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class identifier.
getId() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class identifier.
getId() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns the identifier of the network agent referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the identifier of the job referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition identifier.
getId() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition identifier.
getId() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job identifier.
getId() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the identifier of the job definition to which this JobStatistics object refers.
getId() - Method in class com.ibm.tws.objects.model.Period
Returns the period identifier.
getId() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period identifier.
getId() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt identifier.
getId() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns the identifier of the prompt referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource identifier.
getId() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the identifier of the resource referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource identifier.
getId() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle identifier.
getId() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable identifier.
getId() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user identifier.
getId() - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns the identifier of the workstation referenced by this dependency.
getId() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Gets the Domain In Plan Identifier
getId() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the object's Identifiers
getId() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Get the Identifier of the FileInPlan pointed by this dependency
getId() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns the Identifier of this FileInPlan object.
getId() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the object identifier.
getId() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the Identifier of the referenced job
getId() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns the Identifier of the Network Agent.
getId() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the job definition identifier.
getId() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the job definition Identifier.
getId() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Gets the Operator Instruction In Plan Identifier
getId() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns the PromptInPlan identifier.
getId() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the PromptInPlan identifier.
getId() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the object Identifier.
getId() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the Identifier either of the Job Stream (if the holder is a Job Stream) or of the Job (if the holder is a Job).
getId() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the Resource Identifier
getId() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Returns the Identifier of this object
getId() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the windows user Identifier.
getId() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the object Identifier
getIdCreationCriterion() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Id creation Criterion (a char)
getIncludeInPlan() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class includeInPlan property.
getIncludeInPlan() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class includeInPlan property.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.AddingFunctions
Returns a reference to the instance of AddingFunctions that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Returns a reference to the instance of CatalogManagementStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.CleanUpStatus
Returns a reference to the instance of CleanUpStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Returns a reference to the instance of CriticalPathStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Returns a reference to the instance of DependenciesResolutionOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.DependencyStatusType
Returns a reference to the instance of DependencyStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.EngineStatusType
Returns a reference to the instance of EngineStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.FileStatusType
Returns a reference to the instance of FileStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Returns a reference to the instance of FlowNodeInternalStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Returns a reference to the instance of FlowNodeStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.HostJobStatus
Returns a reference to the instance of HostJobStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Returns a reference to the instance of JCLLastUpdatingFunction that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.JCLStatus
Returns a reference to the instance of JCLStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Returns a reference to the instance of JobExtendedStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Returns a reference to the instance of JobStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.JobStatusType
Returns a reference to the instance of JobStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.PromptStatusType
Returns a reference to the instance of PromptStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.PromptType
Returns a reference to the instance of PromptType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.ResourceStatusType
Returns a reference to the instance of ResourceStatusType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.RestartCleanupType
Returns a reference to the instance of RestartCleanupType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.SymphonyType
Returns a reference to the instance of SymphonyType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
Returns a reference to the instance of WorkstationInPlanExtendedStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Returns a reference to the instance of WorkstationOperationOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.WorkstationStatus
Returns a reference to the instance of WorkstationStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
Returns a reference to the instance of ZOSRODMStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.BooleanValue
Returns a reference to the instance of BooleanValue that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.CatManagementOption
Returns a reference to the instance of CatManagementOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.CleanUpOption
Returns a reference to the instance of CleanUpOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.CriticalJobType
Returns a reference to the instance of CriticalJobType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.FilterMatchingCriteria
Returns a reference to the instance of FilterMatchingCriteria that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.FreeDaysRule
Returns a reference to the instance of FreeDaysRule that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.InstanceStatus
Returns a reference to the instance of InstanceStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.JobRunStatus
Returns a reference to the instance of JobRunStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.LastModifyType
Returns a reference to the instance of LastModifyType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.LateAction
Returns a reference to the instance of LateAction that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.LinkStatus
Returns a reference to the instance of LinkStatus that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.OffsetType
Returns a reference to the instance of OffsetType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.OnErrorOption
Returns a reference to the instance of OnErrorOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.OperatingSystem
Returns a reference to the instance of OperatingSystem that is associated to the specified character.
getInstance(String, char) - Static method in class com.ibm.tws.objects.types.OrdinalType
Returns a reference to the instance of OrdinalType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.PeriodType
Returns a reference to the instance of PeriodType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.PrintOption
Returns a reference to the instance of PrintOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.RecoveryOption
Returns a reference to the instance of RecoveryOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.ResolutionRule
Returns a reference to the instance of ResolutionRule that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.ResourceActionOnComplete
Returns a reference to the instance of ResourceActionOnComplete that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.ResourceActionOnError
Returns a reference to the instance of ResourceActionOnError that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.ResourceAllocationType
Returns a reference to the instance of ResourceAllocationType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.ResourceUsage
Returns a reference to the instance of ResourceUsage that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.RunCycleType
Returns a reference to the instance of RunCycleType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.SecurityLevel
Returns a reference to the instance of SecurityLevel that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.WLMPolicy
Returns a reference to the instance of WLMPolicy that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.WorkstationReportingAttribute
Returns a reference to the instance of WorkstationReportingAttribute that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.WorkstationType
Returns a reference to the instance of WorkstationType that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.YesNoDefaultOption
Returns a reference to the instance of YesNoDefaultOption that is associated to the specified character.
getInstance(char) - Static method in class com.ibm.tws.objects.types.YesNoResetOption
Returns a reference to the instance of YesNoResetOption that is associated to the specified character.
getInterNetworkDependencies() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a reference to the list of inter-network dependencies for this job stream or job.
getInterNetworkDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the List of InternetworkDependencyInPlan.
getIntermediateStart() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Intermediate Start
getInternalDependencies() - Method in class com.ibm.tws.objects.model.Job
Returns a reference to the list of internal dependencies for this job.
getInternalDependencies() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns a reference to the list of InternalDependencyInPlan for this job.
getInternalIdentifier() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Job Stream Internal Identifier.
getInternalStatus() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the internal job status.
getInternalStatus() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node Internal Status.
getInternalStatus() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Retrurns the internal job status.
getInternalStatus() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns the Internal Status of the Job/ Job Stream
getInternalSuccessors() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns a reference to the list of internal successor for this job.
getInterruptedJobSummary() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the summary information for all the jobs that was interrupted on this workstation
getIntervalEndDateTime() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns the Interval End Date
getIntervalEndTime() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns the end time of this interval.
getIntervalLength() - Method in class com.ibm.tws.objects.model.Period
Returns the period interval length.
getIntervalLength() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period interval length.
getIntervalStartDateTime() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns the Interval Start Date
getIntervalStartTime() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns the start time of this interval.
getIntervalValidityDate() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns the validity date of this interval.
getIntervalValidityDayOfWeek() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns the validity day of week of this interval.
getIntervals() - Method in class com.ibm.tws.objects.model.Period
Returns a reference to the list of period intervals.
getIsLastPage() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get true if it is the last page.
getJclName() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the JCL name.
getJclName() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the JCL Name
getJclName() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the JCL name.
getJesJobId() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the jes Job Id.
getJobClass() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the job class.
getJobClass() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the job class.
getJobCleanupResult(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns Cleanup result for the requested job instance.
getJobDataSets(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns the data set list for the requested job instance.
getJobDataSetsWithAutomaticRecovery(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns the data set list for the requested job instance and the suggested restart step.
getJobDefinition() - Method in class com.ibm.tws.objects.model.Job
Returns the job definition on which this job is defined.
getJobDefinition() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the job definition to which this JobStatistics object refers.
getJobDefinition() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Job Definition to which this Job refers.
getJobDefinitionDbIdentifier() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns the Database Job Definition Identifier.
getJobDefinitionId() - Method in class com.ibm.tws.objects.model.Job
Returns the identifier of the job definition on which this job is defined.
getJobDefinitionId() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job definition identifier.
getJobDefinitionId() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the identifier of the job definition to which this JobStatistics object refers.
getJobDefinitionId() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Job Definition Identifier to which this Job Definition refers.
getJobDefinitionKey() - Method in class com.ibm.tws.conn.exception.ConnRecJobNotExistException
Get Job definition key
getJobDefinitionKey() - Method in class com.ibm.tws.objects.model.Job
Returns the key of the job definition on which this job is defined.
getJobDefinitionKey() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the key of the job definition to which this JobStatistics object refers.
getJobId() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get the JobInPlan identifier
getJobId() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the identifier of the referenced job.
getJobId() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job identifier.
getJobId() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the identifier of the referenced job.
getJobId() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the identifier of the referenced job.
getJobId() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Identifier of the referenced job.
getJobId() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the Job Identifier
getJobId() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the Job identifier.
getJobInstanceNonCompletedPredecessors(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the non completed internal and external predecessors of a job.
getJobInstanceNonWaitingSuccessors(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the non waiting internal and external successors of a job.
getJobInstanceOperatorInstructions(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the operator instructions associated to the specifid job in plan
getJobInstanceOutput(GetJobOutputContext) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Return output in bunch, after the first one, of a JobInPlan.
getJobInstanceOutput(Identifier, int, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Return the first bunch of a JobInPlan output.
getJobInstanceOutput(GetJobOutputContext) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return output in bunch, after the first one, of a JobInPlan.
getJobInstanceOutput(Identifier, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the first bunch of a JobInPlan output.
getJobInstancePredecessors(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the internal and external predecessors of a job.
getJobInstanceRecoveryOutput(GetJobOutputContext) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the requested recovery job output informations
getJobInstanceRecoveryOutput(Identifier, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the requested recovery job output informations
getJobInstanceSuccessors(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Get the internal and external successors of a job.
getJobJCL(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the requested job JCL
getJobJCLPromptableVariableList(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the requested job JCL promptable variable list.
getJobKey() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the key of the referenced job.
getJobKey() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the key of the referenced job.
getJobKey() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the key of the referenced job.
getJobKey() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Key of the referenced job.
getJobKey() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the Job Key
getJobName() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job name.
getJobName() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns The Job Name
getJobName() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the Job name.
getJobNumber() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Job Number.
getJobOutputContext() - Method in class com.ibm.tws.conn.util.GetJobOutputResult
Get the Job output Context
getJobRerunSequence() - Method in class com.ibm.tws.objects.plan.JobInPlan
Gets the Job Rerun Sequence in the Rerun chain.
getJobRestartSteps(Identifier, List, boolean[], Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns the restart step list and if is checked for the requested job instance.
getJobStatistics() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the statistics of the job definition.
getJobStreamDbIdentifier() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Job Stream Database Identifier.
getJobStreamId() - Method in class com.ibm.tws.objects.model.Job
Returns the identifier of the job stream that includes this job.
getJobStreamId() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the identifier of the job stream to which this run cycle belongs.
getJobStreamId() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the identifier of the referenced job stream.
getJobStreamId() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Job Stream Identifier.
getJobStreamId() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the Identifier of the referenced Job Stream
getJobStreamId() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the Job Stream Identifier
getJobStreamInstanceId() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job stream instance identifier.
getJobStreamInternalName() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the job stream internal name For Internal Use Only.
getJobStreamKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Get the job stream key
getJobStreamKey() - Method in class com.ibm.tws.objects.model.Job
Returns the key of the job stream that includes this job.
getJobStreamKey() - Method in class com.ibm.tws.objects.model.JobHeader
Returns the key of the job stream that includes this job.
getJobStreamKey() - Method in class com.ibm.tws.objects.model.JobKey
Returns the key of the job stream that includes this job.
getJobStreamKey() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the key of the referenced job stream.
getJobStreamKey() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the key of the job stream that includes this job.
getJobStreamKey() - Method in class com.ibm.tws.objects.plan.JobInPlanKey
Returns the key of the Job Stream to which this Job belongs
getJobStreamKey() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the key of the referenced Job Stream
getJobStreamKey() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the Job Stream Key
getJobStreamName() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job stream name.
getJobStreamName() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the Job Stream Name
getJobStreamScope() - Method in class com.ibm.tws.conn.util.Context
Returns the job stream scope
getJobStreamWorkstationClassKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Get job stream workstation class key
getJobStreamWorkstationKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamDepException
Get job stream workstation key
getJobWorkstation() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the Job workstation.
getJobs() - Method in class com.ibm.tws.objects.model.JobStream
Returns a reference to the list of jobs included in this job stream.
getJobs() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns a reference to the list of jobs included in this job stream.
getKey() - Method in class com.ibm.tws.objects.model.Calendar
Returns the CalendarKey wrapped by this Calendar object.
getKey() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the CalendarKey wrapped by this CalendarHeader object.
getKey() - Method in class com.ibm.tws.objects.model.Domain
Returns the DomainKey wrapped by this Domain object.
getKey() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the FlowNodeKey wrapped by this FlowNode object.
getKey() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the FlowNodeKey wrapped by this FlowNodeHeader object.
getKey() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the FlowTargetKey wrapped by this FlowTarget object.
getKey() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the FlowTargetKey wrapped by this FlowTargetHeader object.
getKey() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the JobDefinitionKey wrapped by this JobDefinition object.
getKey() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the JobDefinitionKey wrapped by this JobDefinitionHeader object.
getKey() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the key of the job definition to which this JobStatistics object refers.
getKey() - Method in class com.ibm.tws.objects.model.Period
Returns the PeriodKey wrapped by this Period object.
getKey() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the PeriodKey wrapped by this PeriodHeader object.
getKey() - Method in class com.ibm.tws.objects.model.Prompt
Returns the PromptKey wrapped by this Prompt object.
getKey() - Method in class com.ibm.tws.objects.model.Resource
Returns the ResourceKey wrapped by this Resource object.
getKey() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the ResourceKey wrapped by this ResourceHeader object.
getKey() - Method in class com.ibm.tws.objects.model.Variable
Returns the VariableKey wrapped by this Variable object.
getKey() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the WindowsUserKey wrapped by this WindowsUser object.
getKey() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the DomainInPlanKey wrapped by this DomainInPlan object.
getKey() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Returns the key of the pointed FileInPlan object
getKey() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the key of this FileInPlan object as a FileInPlanKey
getKey() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the FlowNodeInPlanKey wrapped by this FlowNodeInPlan object.
getKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the JobDefinitionInPlanKey wrapped by this JobDefinitionInPlan object.
getKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the JobDefinitionInPlanKey wrapped by this JobDefinitionInPlanHeader object.
getKey() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return the PromptInPlan key
getKey() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the key of this PromptInPlan object.
getKey() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the Resource key
getKey() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the Resource key
getKey() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the Symphony Key
getKey() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the WindowsUserInPlanKey wrapped by this WindowsUserInPlan object.
getKey() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns The Workstation key
getLTPInputArrival() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the LTP input arrival.
getLastCPUTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the CPU time of the last job run.
getLastElapsedTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the elapsed time of the last job run.
getLastModifyType() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getLastRunDate() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the date and time of the last job run.
getLastTime() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the last time
getLastUpdatingFunction() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the last updating function.
getLatestOut() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Latest out, false otherwise
getLatestStartAction() - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Returns the latest start action.
getLatestStartOffset() - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns the latest start offset.
getLength(String) - Method in class com.ibm.tws.objects.validator.Validator
Returns the length of the specified string.
getLifespanAction() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getLifespanExpireTime() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getLimit() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream limit.
getLimit() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream limit.
getLimit() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Job Stream limit.
getLimit() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the workstation limit.
getLimitForFeedback() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the limit for feedback.
getLines() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get the lines to retrieve
getLinkStatus() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the Link Status of this Workstation
getList() - Method in class com.ibm.tws.conn.util.QueryResult
Returns the list of items that match the query filter
getListAsByteArray() - Method in class com.ibm.tws.conn.util.QueryResult
Returns the list of the items that match the query filter, as a byte array
getLocale() - Method in class com.ibm.tws.conn.util.Context
Returns the user Locale
getLocale() - Method in class com.ibm.tws.objects.validator.Validator
Returns the locale used by this validator to generate error messages.
getLocalizedField(String) - Method in class com.ibm.tws.objects.validator.Validator
Returns the localized text to be shown for the specified field name.
getLocalizedMessage() - Method in class com.ibm.tws.util.exception.TWSException
Returns the default locale message string of this TWSException
getLocalizedMessage(Locale) - Method in class com.ibm.tws.util.exception.TWSException
Returns a localized message string of this TWSException
getLocalizedValue(Object) - Method in class com.ibm.tws.objects.validator.Validator
Returns the localized text to be shown for the specified field value.
getLockData() - Method in interface com.ibm.tws.objects.TWSHeader
Returns the object lock data.
getLockData() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar lock data.
getLockData() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain lock data.
getLockData() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class lock data.
getLockData() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Job
Returns null, since this object has no lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobHeader
Returns null, since this object has no lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns null, since this object has no lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the lock data of the job definition to which this JobStatistics object refers.
getLockData() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream lock data.
getLockData() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Period
Returns the period lock data.
getLockData() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource lock data.
getLockData() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource lock data.
getLockData() - Method in class com.ibm.tws.objects.model.RunCycle
Returns null, since this object has no lock data.
getLockData() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable lock data.
getLockData() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user lock data.
getLockData() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns always null because locking is not available for objects in plan.
getLockData() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the LockData of this object.
getLockData() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the object lock data.
getLockData() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the object lock data.
getLockData() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the object's lock data (null)
getLockData() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the object Lock data.
getLockData() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns always null because locking is not available for objects in plan.
getLockData() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the PromptInPlan LockData.
getLockData() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Return the object's LockData.
getLockData() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
This method return the object's LockData.
getLockData() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Return the LockData of the object.
getLockData() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns always null because locking is not available for objects in plan.
getLockData() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the lock data.
getLockedBy() - Method in class com.ibm.tws.objects.types.LockData
Returns the name of the user who is currently holding the lock.
getLockedSession() - Method in class com.ibm.tws.objects.types.LockData
Returns the session of the user who is currently holding the lock.
getLockedTime() - Method in class com.ibm.tws.objects.types.LockData
Returns the time the object was locked.
getLtpId() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the LTP Job Stream Identifier.
getManagerWorkstationKey() - Method in class com.ibm.tws.objects.model.Domain
Returns the key of the domain manager workstation.
getManagerWorkstationKey() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the key of the domain manager workstation.
getMasterDatabaseTimeZone() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Database Timetone.
getMasterDomainId() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Domain Identifier
getMasterDomainKey() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Domain key
getMasterPlanTimeZone() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Plan Timezone
getMasterWorkstationId() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Workstation Identifier.
getMasterWorkstationKey() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Master Workstation Identifier.
getMaxCPUTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the maximum CPU time of all job runs.
getMaxElapsedTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the maximum elapsed time of all job runs.
getMaxRunDate() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the maximum job run date and time.
getMaxUsageLimitType() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getMaxUsageLimitType() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the max usage limit type.
getMaxUsageLimitValue() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getMaxUsageLimitValue() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the max usage limit value.
getMessage() - Method in class com.ibm.tws.util.exception.TWSException
Returns the english message string of this TWSException
getMinCPUTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the minimum CPU time of all job runs.
getMinElapsedTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the minimum elapsed time of all job runs.
getMinRunDate() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the minimum job run date and time.
getModifiedBy() - Method in class com.ibm.tws.objects.types.ModifyData
Returns the name of the last user who has modified the object.
getModifiedSettings() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns the Modified settings for this interval
getModifiedTime() - Method in class com.ibm.tws.objects.types.ModifyData
Returns the last time the object was modified.
getModifyData() - Method in interface com.ibm.tws.objects.TWSHeader
Returns the object modification data.
getModifyData() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Job
Returns null, since this object has no modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobHeader
Returns null, since this object has no modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns null, since this object has no modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the modification data of the job definition to which this JobStatistics object refers.
getModifyData() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Period
Returns the period modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.RunCycle
Returns null, since this object has no modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable modification data.
getModifyData() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user modification data.
getModifyData() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns always null because modification info are not available for objects in plan.
getModifyData() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the ModifyData of this object.
getModifyData() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the object modification data.
getModifyData() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the object modification data.
getModifyData() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the object's modify data (null)
getModifyData() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the object Modify data.
getModifyData() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns always null because modification info are not available for objects in plan.
getModifyData() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the PromptInPlan ModifyData.
getModifyData() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Return the object's ModifyData.
getModifyData() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
This method return the object's ModifyData.
getModifyData() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Return the ModifyData of the object.
getModifyData() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns always null because modification info are not available for objects in plan.
getModifyData() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the Modify Data of this objects
getModifyData() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the modify data.
getMostCriticalDate() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the most critical data.
getMsgNumber() - Method in class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Returns the message number of the original C error as an int.
getName() - Method in interface com.ibm.tws.objects.TWSHeader
Returns the object name.
getName() - Method in interface com.ibm.tws.objects.TWSKey
Returns the object name.
getName() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object name.
getName() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar name.
getName() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar name.
getName() - Method in class com.ibm.tws.objects.model.CalendarKey
Returns the calendar name.
getName() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain name.
getName() - Method in class com.ibm.tws.objects.model.DomainKey
Returns the domain name.
getName() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job name.
getName() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job name.
getName() - Method in class com.ibm.tws.objects.model.FlowNodeKey
Returns the job stream or job name.
getName() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class name.
getName() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class name.
getName() - Method in class com.ibm.tws.objects.model.FlowTargetKey
Returns the workstation or workstation class name.
getName() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job name.
getName() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the name of the job definition to which this JobStatistics object refers.
getName() - Method in class com.ibm.tws.objects.model.Period
Returns the period name.
getName() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period name.
getName() - Method in class com.ibm.tws.objects.model.PeriodKey
Returns the period name.
getName() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt name.
getName() - Method in class com.ibm.tws.objects.model.PromptKey
Returns the prompt name.
getName() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource name.
getName() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource name.
getName() - Method in class com.ibm.tws.objects.model.ResourceKey
Returns the resource name.
getName() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle name.
getName() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable name.
getName() - Method in class com.ibm.tws.objects.model.VariableKey
Returns the variable name.
getName() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user name.
getName() - Method in class com.ibm.tws.objects.model.WindowsUserKey
Returns the windows user name.
getName() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the domain name.
getName() - Method in class com.ibm.tws.objects.plan.DomainInPlanKey
This method get the name of domain.
getName() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns the name of this FileInPlan object.
getName() - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Returns the key name.
getName() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node name.
getName() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Returns The Flow Node Name
getName() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Returns the job definition name.
getName() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Gets the Operator Instruction In Plan Identifier
getName() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns the name of the PromptInPlan object.
getName() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the name of this PromptInPlan object.
getName() - Method in class com.ibm.tws.objects.plan.PromptInPlanKey
Returns the Prompt name.
getName() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the Resource name
getName() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the Resource Name
getName() - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Returns the key name.
getName() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the Symphony Name
getName() - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Returns the Symphony name
getName() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the windows user name.
getName() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
This method get the name of windows user.
getName() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get The Name of this Workstation
getName() - Method in class com.ibm.tws.objects.plan.WorkstationInPlanKey
Gets the name of the workstation
getName() - Method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Returns the calendar name.
getName() - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns the name of the variable
getName() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the name.
getName() - Method in class com.ibm.tws.objects.plan.types.RestartStep
Returns the step name.
getNames() - Method in class com.ibm.tws.objects.filter.QueryFilter
Allows iterating over all parameters stored in this QueryFilter.
getNetworkAgentId() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns the identifier of the referenced network agent.
getNetworkAgentId() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns the Identifier of the Network Agent.
getNetworkAgentKey() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns the key of the referenced network agent.
getNetworkAgentKey() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns the key of the Network Agent.
getNextTimeZone() - Method in class com.ibm.tws.objects.model.JobStream
Returns the time zone of the following job stream version.
getNextTimeZone() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the time zone of the following job stream version.
getNodeName() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation node name.
getNodeName() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation node name.
getNodeName() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the node name
getNormalElapsedTime() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the normal elapsed time of a job run.
getNumDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Number of Dependencies
getNumber() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return the PromptInPlan number
getNumber() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the prompt number.
getNumber() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the number.
getNumber() - Method in class com.ibm.tws.objects.plan.types.RestartStep
Returns the step number.
getNumberOfAbendedJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of abended jobs.
getNumberOfAvailabilityIntervals() - Method in class com.ibm.tws.objects.model.Resource
Returns the number of availability intervals for this resource.
getNumberOfAvailaibilityIntervals() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
z/OS only method.
getNumberOfCompletedPredecessors() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Number of Completed Predecessors
getNumberOfConnectedWorkstations() - Method in class com.ibm.tws.objects.model.Resource
Returns the number of connected workstations for this resource.
getNumberOfExecutingJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of executing jobs
getNumberOfFailedJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of failed jobs
getNumberOfFileDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of File Dependencies
getNumberOfInternetworkDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of Internetwork Dependencies
getNumberOfJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of jobs
getNumberOfJobDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of Job Dependencies
getNumberOfJobStreamDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of Job Stream Dependencies
getNumberOfJobs() - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Returns the number of Jobs.
getNumberOfNotRunningJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of not yet started jobs
getNumberOfParallelServerRequired() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Number of Parallel Server Required
getNumberOfPredecessors() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Number of Predecessors
getNumberOfPromptDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of Prompt Dependencies
getNumberOfR1ResourcesRequired() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the number of R1 Resources required
getNumberOfR2ResourcesRequired() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the number of R2 Resources required
getNumberOfResourceDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns The Number of Resource Dependencies
getNumberOfSkelJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of still to execute jobs
getNumberOfSpecialResources() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the number of Special Resources
getNumberOfSuccessfullJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of successfull jobs
getNumberOfSuccessors() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the number of successors
getNumberOfUndecidedJob() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the number of undecided jobs.
getNumberOfVolumes() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the number of volumes
getObj() - Method in class com.ibm.tws.conn.exception.ConnExistReferenceException
getter method return the object to delete
getObject() - Method in class com.ibm.tws.conn.exception.ConnInvalidTimeZoneException
Get the object involved with the invalid timezone
getObjectCount() - Method in class com.ibm.tws.conn.util.Context
Returns the request for the object count in plan queries
getObjectHeader() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Domain
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the header of the job definition to which this JobStatistics object refers.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Period
Returns the period header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Prompt
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource header as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.RunCycle
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.Variable
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns this object, which also acts as a TWS header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the header of this FileInPlan object.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the the Job Stream header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the PromptInPlan header, as a TWSHeader.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the object's header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return this object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Return the object header.
getObjectHeader() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns the object header.
getObjectKey() - Method in interface com.ibm.tws.objects.TWSHeader
Returns the object key.
getObjectKey() - Method in interface com.ibm.tws.objects.TWSObject
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns the calendar key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.Domain
Returns the domain key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns the workstation or workstation class key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns the workstation or workstation class key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns null, since this object has no key.
getObjectKey() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the key of the job definition to which this JobStatistics object refers.
getObjectKey() - Method in class com.ibm.tws.objects.model.Period
Returns the period key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.Resource
Returns the resource key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns the resource key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.RunCycle
Returns null, since this object has no key.
getObjectKey() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user key as a TWS key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns the key of this FileInPlan object as a TWSKey.
getObjectKey() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the PromptInPlan key, as a TWSKey
getObjectKey() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the object's key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return this object key
getObjectKey() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the object key.
getObjectKey() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns the object key.
getObjectName() - Method in class com.ibm.tws.objects.validator.Validator
Returns the name of the object for which this validator is working.
getObjsRef() - Method in class com.ibm.tws.conn.exception.ConnExistReferenceException
getter method return objs that reference the object to be deleted
getOccurrenceToken() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the occurrenceToken.
getOccurrenceToken() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the occurrence token.
getOffsetType() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the type of offset specified for a calendar-based run cycle.
getOffsetValue() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the offset specified for a calendar-based run cycle.
getOnCriticalPath() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the onCriticalPath.
getOnError() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the on error option.
getOnError() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the on error option.
getOperationCommand() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the operation Command.
getOrigPriority() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node original priority.
getOriginDate() - Method in class com.ibm.tws.objects.types.PeriodInterval
Returns the interval origin date.
getOriginalJobStreamName() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the original Job Stream name.
getOs() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation operating system.
getOs() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation operating system.
getOs() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Operating System of this Workstation.
getOutputBuffer() - Method in class com.ibm.tws.conn.util.GetJobOutputResult
Get the output buffer
getOverriddenAvailability() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Overridden Availability
getOverriddenQuantity() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the Overriden Quantity
getOwnerDescription() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream owner description.
getOwnerDescription() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream owner description.
getOwnerDescription() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the owner description.
getOwnerName() - Method in class com.ibm.tws.objects.model.JobStream
Returns the job stream owner name.
getOwnerName() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the job stream owner name.
getOwnerName() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the owner name.
getOwningOpNumber() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the owning operation number.
getOwningOpNumber() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the owning operation number.
getPageNum() - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Get the page number.
getParallelServersUsage() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the ordinal value used to explain if parallel servers are used for planning and controlling work.
getParentChain() - Method in class com.ibm.tws.conn.exception.ConnLoopException
This method is use to get the chain of parents of the object where a loop has been detected
getParentDomainId() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Gets the parent Domain identifier
getParentDomainKey() - Method in class com.ibm.tws.conn.exception.ConnParentNotExistException
get the parent domain key
getParentDomainKey() - Method in class com.ibm.tws.objects.model.Domain
Returns the key of the parent domain.
getParentDomainKey() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns the key of the parent domain.
getParentId() - Method in class com.ibm.tws.objects.model.Domain
Returns the identifier of the parent domain.
getPassword() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the windows user password.
getPassword() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the windows user password.
getPlanAuditLevel() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Plan Audit Level.
getPlanDependenciesScope() - Method in class com.ibm.tws.conn.util.Context
Returns the plan dependencies scope
getPlanEnd() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the plan end
getPlanId() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return this object Identifier as a PlanIdentifier
getPlanIdentifier() - Method in class com.ibm.tws.conn.util.Context
Returns the value of the plan identifier
getPlanObject(Class, Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method return the Plan Object of the specified class with the given Identifier passed in input
getPlanObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method return the Plan Object of the specified class with the given Identifier passed in input
getPlanRunNumber() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the plan run number.
getPlanStart() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the plan start
getPlannedRestriction() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Planned Restriction.
getPlannedSettings() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns the Planned settings for this interval
getPosition() - Method in class com.ibm.tws.objects.model.Job
Returns the position of this job in the job list of the job stream.
getPrintClass() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the print class
getPrintClass() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the print class
getPrintoutRouting() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the daily planning ddname where the reports for this workstation are written.
getPriority() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job priority.
getPriority() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job priority.
getPriority() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node priority.
getPriority() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns the Priority
getProcStepName() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the procStepName.
getProductionDate() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Date when the Job Stream was selected.
getProgramName() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the programName.
getPrompt() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns the referenced prompt.
getPromptDependencies() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a reference to the list of prompt dependencies for this job stream or job.
getPromptDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the List of PromptDependencyInPlan.
getPromptId() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns the identifier of the referenced prompt.
getPromptStatus() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns the Status of the prompt.
getQualifier() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Returns the qualifier sets for the FileInPlan
getQualifier() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the qualifier of this FileInPlan object
getQualifiers() - Method in class com.ibm.tws.objects.model.FileDependency
Returns the requested file qualifiers.
getQuantity() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the requested resource quantity.
getQuantity() - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns the resource quantity.
getQuantity() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the number of units currently in use.
getQuantity() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns the quantity held by the holder
getQuantity() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns the resource quantity.
getQuantity() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the resource quantity.
getQueryContext() - Method in class com.ibm.tws.conn.util.QueryResult
Returns the query context required to perform the queryNext call
getRangeEnd() - Method in class com.ibm.tws.objects.filter.IntegerRange
Returns the range end limit.
getRangeEnd() - Method in class com.ibm.tws.objects.filter.LongRange
Returns the range end limit.
getRangeEnd() - Method in class com.ibm.tws.objects.filter.TimeRange
Returns the range end limit.
getRangeStart() - Method in class com.ibm.tws.objects.filter.IntegerRange
Returns the range start limit.
getRangeStart() - Method in class com.ibm.tws.objects.filter.LongRange
Returns the range start limit.
getRangeStart() - Method in class com.ibm.tws.objects.filter.TimeRange
Returns the range start limit.
getRcdAactionType() - Method in class com.ibm.tws.objects.plan.types.DataSet
Deprecated.  
getRcdActionType() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Rcd Action Type
getRcdCleanupResult() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Rcd Cleanup Result
getRcdUserSelection() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the Rcd User Selection
getReadyJobSummary() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the summary information for all the jobs that was ready on this workstation
getRecordNumber() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node Record Number in the Symphony File For Internal Use Only
getRecoverJobKey() - Method in class com.ibm.tws.conn.exception.ConnRecJobNotExistException
Get the Recovery Job key
getRecoveryJob() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the Recovery job referenced by this job definition For internal use only.
getRecoveryJobId() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the identifier of the recovery job definition.
getRecoveryJobId() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the Identifier of the recovery job definition.
getRecoveryJobKey() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the key of the recovery job definition.
getRecoveryJobKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the key of the recovery job definition.
getRecoveryJobKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the key of the recovery job definition.
getRecoveryOption() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the job definition recovery option.
getRecoveryOption() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns the job definition recovery option.
getRemainingDurationCriticalPath() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the remaining duration on critical path.
getRemainingOperationsCriticalPath() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns the remaining operations on critical path.
getRepeatEndTime() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle repeat end time.
getRepeatEveryTime() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle repeat every time.
getRepeatInterval() - Method in class com.ibm.tws.objects.model.Job
Returns the job repeat interval.
getRepeatInterval() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Job Repeat Interval, that is the time interval (in Milliseconds) that will pass between every job execution for Jobs in every.
getReportPrintOption() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the LTP report print option.
getReportPrintOption() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the LTP report print option.
getReportingAttribute() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation reporting attribute.
getReportingAttribute() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation reporting attribute.
getReportingAttribute() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the reporting attribute.
getReportingAttribute() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the reporting attribute.
getReportingAttribute() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Returns the workstation reporting attribute.
getRequested() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the number of requested jobs
getReroutableOption() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the reroutable option.
getReroutableOption() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the reroutable option.
getResolutionData() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the criteria to be used for resolving the external dependency.
getResolutionData() - Method in class com.ibm.tws.objects.model.JobStream
Returns the default criteria to be used for resolving external dependencies.
getResolutionRule() - Method in class com.ibm.tws.objects.types.ResolutionData
Returns the resolution rule.
getResourceAvailabilityIntervals() - Method in class com.ibm.tws.objects.model.Resource
Returns a reference to the list of availability intervals for this resource.
getResourceDependencies() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a reference to the list of resource dependencies for this job stream or job.
getResourceDependencies() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the List of ResourceDependencyInPlan.
getResourceId() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the identifier of the referenced resource.
getResourceInPlanAvailaibilityIntervals() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
z/OS only method.
getResourceKey() - Method in class com.ibm.tws.conn.exception.ConnJobStreamResourceDepException
Get the resource key
getResourceKey() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns the key of the referenced resource.
getResourceUsageInfo() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Resource Usage Info.
getRestartability() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the restartability.
getRestartableOption() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the restartable option.
getRestartableOption() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the restartable option.
getReturnCode() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns the return code for this job definition.
getReturnCodeMapping() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the job definition return code mapping.
getReturnCodeMapping() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns the job definition return code mapping.
getRodmAvailable() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the rodm available
getRodmDeviation() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the rodm deviation
getRodmQuantity() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the rodm quantity
getRunCycles() - Method in class com.ibm.tws.objects.model.JobStream
Returns a reference to the list of run cycles defined for this job stream.
getRunDate() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the date and time of this job run.
getRunNumber() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the run number
getRunNumber() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Run Number.
getScheduleDate() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the schedule date
getSchedulingEnvironmentName() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the scheduling environment name.
getSchedulingEnvironmentName() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the scheduling environment name.
getSecurityElement() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the security element (system automation).
getSecurityElement() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the security element (system automation).
getSecurityLevel() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation security level.
getSecurityLevel() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation security level.
getSecurityLevel() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Security Level.
getSelfReferencedKey() - Method in class com.ibm.tws.conn.exception.ConnSelfReferenceException
Get the key of the object that reference itself
getSequenceNumber() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the sequence number
getServer() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation server code.
getServer() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get The Server Code.
getServer1Name() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the server1Name attribute.
getServer1NumberInUse() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the number of workstation resource2 used
getServer1Usage() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the server1Usage attribute.
getServer2Name() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the server2Name attribute.
getServer2NumberInUse() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the number of workstation resource1 used
getServer2Usage() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the server2Usage attribute.
getSession() - Method in class com.ibm.tws.conn.util.Context
Returns the session string
getSetNumber() - Method in class com.ibm.tws.conn.exception.ConnSymphonyAccessException
Returns the set number of the original C error as an int.
getShiftEndTime() - Method in class com.ibm.tws.objects.model.Calendar
Returns the calendar shift end time in milliseconds (e.g.
getSize() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the size of this Symphony
getSmoothingFactor() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the smoothing factor.
getSslPort() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation SSL port.
getSslPort() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation SSL port.
getSslPort() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the SSL port.
getStartOfDay() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the start of day (in milliseconds).
getStartOffset() - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns the start offset.
getStartOffset() - Method in class com.ibm.tws.objects.types.ResolutionData
Returns the time frame start offset.
getStartTime() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job start time.
getStartTime() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Job Stream Schedule Time
getStartTime() - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Returns the Scheduled Tome.
getStartTime() - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns the Start Time Date
getStartTime() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns the start time
getStartedJobSummary() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the summary information for all the jobs that was started on this workstation
getStatus() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the job run status.
getStatus() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the status of the Dependency.
getStatus() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Return the status of this Dependency.
getStatus() - Method in class com.ibm.tws.objects.plan.FileInPlan
Return the status of this FileInPlan object.
getStatus() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the status of the Flow Node.
getStatus() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Return the status of this dependency.
getStatus() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Return the status of this dependency.
getStatus() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return the dependency status.
getStatus() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the Status of this Prompt.
getStatus() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the dependency status.
getStatus() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the resource status Valid values are: Available, Not Avaliable, Undecided.
getStatus() - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns the status of the variable
getStatus() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the satatus.
getStatus() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the status.
getStatus() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the status of a z/OS Workstation in plan
getStep() - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Returns the step number.
getStepName() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the step name
getStepName() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns the step name
getSuReDatasetName() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the suReDatasetName attribute.
getSuccessfulRuns() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the total number of successful job runs.
getSupportedTaskTypes() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns the list of task types that are supported by this workstation.
getSymRunNumber() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Deprecated.  
getTWSObject(Class, TWSKey, boolean, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Retrieves a TWS model object by external key, optionally locking it if requested.
getTWSObject(Class, Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Retrieves a TWS model object by identifier, optionally locking it if requested.
getTWSObject(Class, TWSKey, boolean, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
This method return a TWSObject with the key passed in input
getTWSObject(Class, Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
This method return a TWSObject with the identifier passed in input
getTaskData() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the task data of the dependent job.
getTaskData() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the task data of the dependent job.
getTaskData() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the task data of the dependent job.
getTaskData() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the task data of the dependent job.
getTaskString() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns the job definition task string.
getTaskString() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns the job definition task string.
getTaskType() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the job definition task type.
getTaskType() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the job definition task type.
getTaskType() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the job definition task type.
getTaskType() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the job definition task type.
getTcpPort() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation TCP port.
getTcpPort() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation TCP port.
getTcpPort() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the TCP/IP port
getText() - Method in class com.ibm.tws.objects.model.Prompt
Returns the prompt text.
getText() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return the text of the prompt
getText() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Text of this Prompt
getText() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns the List of text lines of the JCL.
getTextLines() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the Text Lines
getThisWorkstationId() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns this Workstation Identifier.
getThisWorkstationKey() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns this Workstation key.
getTimeAsked() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Date this prompt has been asked
getTimeLastChecked() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Return the Date this dependency has been checked last time.
getTimeOfLastMCPUpdate() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Time Of Last MCP Update.
getTimeRespond() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Date this Prompt has been answered.
getTimeRestrictions() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job time restrictions.
getTimeRestrictions() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle time restrictions.
getTimeRestrictions() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node TimeRestrictions
getTimeStarted() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Date this Flow Node really Started.
getTimeStarted() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Return the time started
getTimeStarted() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Time this Workstation started
getTimeZone() - Method in class com.ibm.tws.conn.exception.ConnInvalidTimeZoneException
Get the invalid timezone
getTimeZone() - Method in class com.ibm.tws.objects.model.FlowNode
Returns the job stream or job timezone.
getTimeZone() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns the job stream or job timezone.
getTimeZone() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation timezone.
getTimeZone() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation timezone.
getTimeZone() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns the Flow Node Timezone
getTimeZone() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Timezone
getTotalCPUTime() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the total CPU time of this job run.
getTotalCPUTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the total CPU time of all job runs.
getTotalElapsedTime() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the total elapsed time of this job run.
getTotalElapsedTime() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns the total elapsed time of all job runs.
getTotalQuantity() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns the total quantity of the Resource, not of the Resource Dependency.
getTransferMode() - Method in class com.ibm.tws.conn.util.Context
Returns the transfer mode
getTransportTime() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns the transport time.
getTransportTime() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns the transport time.
getTransportTime() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the transport time.
getTransportTime() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the transport time.
getTransportTime() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the transportTime.
getTwsKey() - Method in class com.ibm.tws.conn.exception.ConnDuplicationException
Get the key of the duplicated TWS Object
getTwsKey() - Method in class com.ibm.tws.conn.exception.ConnFlowTargetRefByIdNotExistException
Get the tws key
getType() - Method in class com.ibm.tws.objects.model.Period
Returns the period type.
getType() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period type.
getType() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the run cycle type.
getType() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation type.
getType() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns the workstation type.
getType() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns the Type of this prompt.
getType() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns the type of this prompt.
getType() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Returns the Symphony type Valid Values are: Archived, Trial, Forecast, Unknown.
getType() - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Returns the Symphony Type.
getType() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get the Workstation type.
getType() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the type.
getUntilTime() - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns the Until Time Date
getUsageCounter() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
getUsedFor() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the resource usage.
getUsedQuantity() - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns the Used Quantity
getUsedResources() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the number of used resources
getUserCatalog() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the User Catalog
getUserData() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the User Data.
getUserInfo() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Get The User Information
getUserLogin() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns the user login to be used for this job definition.
getUserLogin() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns the user login to be used for this job definition.
getUserLogin() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns the user login to be used for this job definition.
getUserSysOut() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the user sysout option.
getUserSysOut() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the user sysout option.
getValidFrom() - Method in class com.ibm.tws.objects.model.JobStream
Returns the start date of the job stream validity period.
getValidFrom() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the start date of the job stream validity period.
getValidFrom() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns the start date of the job stream validity period.
getValidFrom() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the start date of the run cycle validity period.
getValidFromDateTime() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the Valid From Date
getValidTo() - Method in class com.ibm.tws.objects.model.JobStream
Returns the end date of the job stream validity period.
getValidTo() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns the end date of the job stream validity period.
getValidTo() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the end date of the run cycle validity period.
getValidToDateTime() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the Valid To Date
getValue() - Method in class com.ibm.tws.objects.model.Variable
Returns the variable value.
getValue() - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns the value of the variable
getValue() - Method in class com.ibm.tws.objects.types.Identifier
Returns the identifier value as a String object.
getVariableTable() - Method in class com.ibm.tws.objects.model.Period
Returns the period variable table.
getVariableTable() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns the period variable table.
getVariableTable() - Method in class com.ibm.tws.objects.model.RunCycle
Returns the variable table associated to the run cycle.
getVariableTable() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the variable table.
getVersion() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Return the version of the Workstation.
getVersion() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns the Engine version
getWLMClass() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the WLM class.
getWLMClass() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the WLM Class.
getWLMCriticalJob() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the WLM critical job property.
getWLMCriticalJob() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the WLM critical job property.
getWLMCriticalJobType() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the CriticalJobType option.
getWLMCriticalJobType() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the CriticalJobType option.
getWLMPolicy() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the WLM policy.
getWLMPolicy() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the WLM policy.
getWaitingJobSummary() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the summary information for all the jobs that was waiting on this workstation
getWaitingReason() - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns the Waiting Reason
getWorkstation() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns the Workstation as a String
getWorkstationAvailabilityIntervals() - Method in class com.ibm.tws.objects.model.Workstation
Returns a reference to the list of workstation availability intervals.
getWorkstationClass() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Job Stream Workstation Class.
getWorkstationId() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the identifier of the workstation referenced by this windows user.
getWorkstationId() - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns the identifier of the referenced workstation.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Return the Identifier of the workstation on which the FileInPlan is defined.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns the Identifier of the Workstation on which this FileInPlan is defined.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the Identifier of the referenced Workstation.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the referenced Workstation Identifier.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return the Identifier of the (optional) Workstation pointed by this dependency
getWorkstationId() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the Identifier of the referenced Workstation.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Return the referenced Workstation Identifier
getWorkstationId() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the referenced Workstation Identifier.
getWorkstationId() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns the Identifier of the workstation referenced by this windows user.
getWorkstationInPlanAvailabilityIntervals() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
z/OS only method.
getWorkstationKey() - Method in class com.ibm.tws.conn.exception.ConnDomainRefByWorkstationNotExistException
Get the workstation or workstation class key
getWorkstationKey() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns the key of the workstation referenced by this windows user.
getWorkstationKey() - Method in class com.ibm.tws.objects.model.WindowsUserKey
Returns the key of the workstation referenced by this windows user.
getWorkstationKey() - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns the key of the referenced workstation.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns the key of the workstation on which this object is defined.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Return the WorkstationInPlanKey on which this FileInPlan object is defined.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns the key of the workstation referenced by this job definition.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns the key of the workstation referenced by this job definition.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Returns the key of the workstation referenced by this job definition.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the referenced Workstation key.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Returns the reference to the Workstation key
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns the Key of the (optional) Workstation pointed by this dependency
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Return the key of the referenced Workstation.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns the Resource Workstation key.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Returns the key of the Workstation to which this resource refer.
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Gets the Workstation Key
getWorkstationKey() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Returns the key of the workstation referenced by this windows user.
getWorkstationLinks() - Method in class com.ibm.tws.objects.model.WorkstationClass
Returns a reference to the list of workstation links for this workstation class.
getWorkstationName() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns the name of the workstation where the job was run.
getZOSAttributes() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
z/OS only method.
getZosAttributes() - Method in class com.ibm.tws.objects.model.Workstation
Returns the workstation zOS attributes.
getZosNumberOfParallelServers() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns the zosNumberOfParallelServers attribute.
getZosNumberOfParallelServers() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns the zosNumberOfParallelServers attribute.
getZosR1Capacity() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns the zosR1Capacity attribute.
getZosR1Capacity() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns the capacity of the zosR1 fixed resource associated to the workstation for the specific interval.
getZosR2Capacity() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns the zosR2Capacity attribute.
getZosR2Capacity() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns the capacity of the zosR2 fixed resource associated to the workstation for the specific interval.
getZosSpecificAttributes() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns the Z/OS attributes.
getZosSpecificAttributes() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the Z/OS attributes.
getZosSpecificAttributes() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Returns the Z/OS Specific Attributes

H

HIPERBATCH - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The hiperbatch filter.
HIPERBATCH - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The hiperbatch filter.
HIPERBATCH - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The Hiperbatch filter.
HIPERBATCH - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The Hiperbatch filter.
HOLD_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "HOLD" status.
HOLIDAYS - Static variable in class com.ibm.tws.objects.model.Calendar
The constant to be used to identify the name of the HOLIDAYS calendar.
HOST_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The host workstation name filter.
HOST_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The host workstation name filter.
HostJobStatus - class com.ibm.tws.objects.plan.types.HostJobStatus.
This class implements the HostJobStatus ordinal type.
hasEnd() - Method in class com.ibm.tws.objects.filter.AbstractRange
Returns true if this range has an end limit.
hasMonitoredJob() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if this job stream contains a monitored job.
hasStart() - Method in class com.ibm.tws.objects.filter.AbstractRange
Returns true if this range has a start limit.
hashCode() - Method in class com.ibm.tws.objects.filter.AbstractRange
Returns a hash code for this AbstractRange object.
hashCode() - Method in class com.ibm.tws.objects.filter.IntegerRange
Returns a hash code for this range.
hashCode() - Method in class com.ibm.tws.objects.filter.LongRange
Returns a hash code for this range.
hashCode() - Method in class com.ibm.tws.objects.filter.TimeRange
Returns a hash code for this range.
hashCode() - Method in class com.ibm.tws.objects.model.Calendar
Returns a hash code for this Calendar object.
hashCode() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns a hash code for this CalendarHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.CalendarKey
Returns a hash code for this CalendarKey object.
hashCode() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns a hash code for this DistJobDefinition object.
hashCode() - Method in class com.ibm.tws.objects.model.Domain
Returns a hash code for this Domain object.
hashCode() - Method in class com.ibm.tws.objects.model.DomainKey
Returns a hash code for this DomainKey object.
hashCode() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns a hash code for this ExternalDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.FileDependency
Returns a hash code for this FileDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a hash code for this FlowNode object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns a hash code for this FlowNodeHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowNodeKey
Returns a hash code for this FlowNodeKey object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns a hash code for this FlowTarget object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns a hash code for this FlowTargetHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.FlowTargetKey
Returns a hash code for this FlowTargetKey object.
hashCode() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns a hash code for this InterNetworkDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns a hash code for this InternalDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.Job
Returns a hash code for this Job object.
hashCode() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns a hash code for this JobDefinition object.
hashCode() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns a hash code for this JobDefinitionHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Returns a hash code for this JobDefinitionKey object.
hashCode() - Method in class com.ibm.tws.objects.model.JobHeader
Returns a hash code for this JobHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns a hash code for this JobHistoryRun object.
hashCode() - Method in class com.ibm.tws.objects.model.JobKey
Returns a hash code for this JobKey object.
hashCode() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns a hash code for this JobStatistics object.
hashCode() - Method in class com.ibm.tws.objects.model.JobStream
Returns a hash code for this JobStream object.
hashCode() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns a hash code for this JobStreamHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns a hash code for this JobStreamKey object.
hashCode() - Method in class com.ibm.tws.objects.model.Period
Returns a hash code for this Period object.
hashCode() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns a hash code for this PeriodHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.PeriodKey
Returns a hash code for this PeriodKey object.
hashCode() - Method in class com.ibm.tws.objects.model.Prompt
Returns a hash code for this Prompt object.
hashCode() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns a hash code for this PromptDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.PromptKey
Returns a hash code for this PromptKey object.
hashCode() - Method in class com.ibm.tws.objects.model.Resource
Returns a hash code for this Resource object.
hashCode() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns a hash code for this ResourceDependency object.
hashCode() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns a hash code for this ResourceHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.ResourceKey
Returns a hash code for this ResourceKey object.
hashCode() - Method in class com.ibm.tws.objects.model.RunCycle
Returns a hash code for this RunCycle object.
hashCode() - Method in class com.ibm.tws.objects.model.Variable
Returns a hash code for this Variable object.
hashCode() - Method in class com.ibm.tws.objects.model.VariableKey
Returns a hash code for this VariableKey object.
hashCode() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns a hash code for this WindowsUser object.
hashCode() - Method in class com.ibm.tws.objects.model.WindowsUserKey
Returns a hash code for this WindowsUserKey object.
hashCode() - Method in class com.ibm.tws.objects.model.Workstation
Returns a hash code for this Workstation object.
hashCode() - Method in class com.ibm.tws.objects.model.WorkstationClass
Returns a hash code for this WorkstationClass object.
hashCode() - Method in class com.ibm.tws.objects.model.WorkstationClassHeader
Returns a hash code for this WorkstationClassHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns a hash code for this WorkstationHeader object.
hashCode() - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns a hash code for this WorkstationLink object.
hashCode() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns a hash code for this ZOSJobDefinition object.
hashCode() - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns a hash code for this ResourceAvailabilityInterval object.
hashCode() - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns a hash code for this TimeRestrictions object.
hashCode() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns a hash code for this WorkstationAvailabilityInterval object.
hashCode() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns a hash code for this JobDefinition object.
hashCode() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns a hash code for this DomainInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.DomainInPlanKey
Returns a hash code for this Domain object.
hashCode() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns a hash code for this ExternalDependencyInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Returns a hash code for this FileInPlanDependency object.
hashCode() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns a hash code for this FileInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Returns a hash code for this FileInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns a hash code for this FlowNodeInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Returns a hash code for this FlowNodeInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns a hash code for this InternalDependencyInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns a hash code for this InternetworkDependencyInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns a hash code for this JobDefinitionInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns a hash code for this JobDefinitionInPlanHeader object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Returns a hash code for this JobDefinitionInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns a hash code for this JobInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobInPlanKey
Returns a hash code for this JobInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns a hash code for this JobStreamInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Returns a hash code for this JobStreamInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns a hash code for this Operator Instruction object.
hashCode() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns a hash code for this prompt object.
hashCode() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns a hash code for this PromptInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.PromptInPlanKey
Returns a hash code for this PromptInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns a hash code for this resource dependency object.
hashCode() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns a hash code for this ResourceHolderInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns a hash code for this ResourceInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Returns a hash code for this ResourceInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Returns a hash code for this Symphony object.
hashCode() - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Returns a hash code for this Symphony object.
hashCode() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns a hash code for this WindowsUserInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Returns a hash code for this WindowsUserInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns a hash code for this Workstation object.
hashCode() - Method in class com.ibm.tws.objects.plan.WorkstationInPlanKey
HashCode method.
hashCode() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns a hash code for this ZOSJobDefinitionInPlan object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.AddingFunctions
Returns a hash code for this AddingFunctions object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Returns a hash code for this CalendarInPlanKey object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Returns a hash code for this CatalogManagementStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.CleanUpStatus
Returns a hash code for this CleanUpStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Returns a hash code for this CriticalPathStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Returns a hash code for this DependenciesResolutionOption object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.DependencyStatusType
Returns a hash code for this DependencyStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.EngineStatusType
Returns a hash code for this EngineStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.FileStatusType
Returns a hash code for this FileStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Returns a hash code for this FlowNodeInternalStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Returns a hash code for this FlowNodeStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.HostJobStatus
Returns a hash code for this HostJobStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Returns a hash code for this JCLLastUpdatingFunction object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JCLStatus
Returns a hash code for this JCLStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Returns a hash code for this JobExtendedStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns a hash code for this JobInPlanResourceUsageInfo object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns a hash code for this JobInPlanZOSAttribute object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Returns a hash code for this JobStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobStatusType
Returns a hash code for this JobStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns a hash code for this ResourceInPlanZOSAttributes object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.PromptStatusType
Returns a hash code for this PromptStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.PromptType
Returns a hash code for this PromptType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns a hash code for this ResourceInPlanAvailabilityInterval object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Returns a hash code for this ResourceInPlanConstraints object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns a hash code for this ResourceInPlanZOSAttributes object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.ResourceStatusType
Returns a hash code for this ResourceStatusType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupType
Returns a hash code for this RestartCleanupType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.RestartStep
Returns a hash code for this object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.SymphonyType
Returns a hash code for this SymphonyType object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns a hash code for this TimeRestrictions object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns a hash code for this WorkstationInPlanAvailabilityInterval object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns a hash code for this WorkstationInPlanAvailabilitySettings object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
Returns a hash code for this WorkstationInPlanExtendedStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Returns a hash code for this WorkstationInPlanZOSAttributes object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Returns a hash code for this WorkstationOperationOption object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.WorkstationStatus
Returns a hash code for this WorkstationStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
Returns a hash code for this ZOSRODMStatus object.
hashCode() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns a hash code for this EngineInformation object.
hashCode() - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
 
hashCode() - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Returns a hash code for this AbstractTimeRestrictions object.
hashCode() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns a hash code for this AvailabilityInterval object.
hashCode() - Method in class com.ibm.tws.objects.types.BooleanValue
Returns a hash code for this BooleanValue object.
hashCode() - Method in class com.ibm.tws.objects.types.CatManagementOption
Returns a hash code for this CatManagementOption object.
hashCode() - Method in class com.ibm.tws.objects.types.CleanUpOption
Returns a hash code for this CleanUpOption object.
hashCode() - Method in class com.ibm.tws.objects.types.CriticalJobType
Returns a hash code for this CriticalJobType object.
hashCode() - Method in class com.ibm.tws.objects.types.FilterMatchingCriteria
Returns a hash code for this FilterMatchingCriteria object.
hashCode() - Method in class com.ibm.tws.objects.types.FreeDaysRule
Returns a hash code for this FreeDaysRule object.
hashCode() - Method in class com.ibm.tws.objects.types.Identifier
Returns a hash code for this Identifier object.
hashCode() - Method in class com.ibm.tws.objects.types.InstanceStatus
Returns a hash code for this InstanceStatus object.
hashCode() - Method in class com.ibm.tws.objects.types.JobRunStatus
Returns a hash code for this JobRunStatus object.
hashCode() - Method in class com.ibm.tws.objects.types.LastModifyType
Returns a hash code for this LastModifyType object.
hashCode() - Method in class com.ibm.tws.objects.types.LateAction
Returns a hash code for this LateAction object.
hashCode() - Method in class com.ibm.tws.objects.types.LinkStatus
Returns a hash code for this LinkStatus object.
hashCode() - Method in class com.ibm.tws.objects.types.LockData
Returns a hash code for this LockData object.
hashCode() - Method in class com.ibm.tws.objects.types.ModifyData
Returns a hash code for this ModifyData object.
hashCode() - Method in class com.ibm.tws.objects.types.OffsetType
Returns a hash code for this OffsetType object.
hashCode() - Method in class com.ibm.tws.objects.types.OnErrorOption
Returns a hash code for this OnErrorOption object.
hashCode() - Method in class com.ibm.tws.objects.types.OperatingSystem
Returns a hash code for this OperatingSystem object.
hashCode() - Method in class com.ibm.tws.objects.types.PeriodInterval
Returns a hash code for this PeriodInterval object.
hashCode() - Method in class com.ibm.tws.objects.types.PeriodType
Returns a hash code for this PeriodType object.
hashCode() - Method in class com.ibm.tws.objects.types.PrintOption
Returns a hash code for this PrintOption object.
hashCode() - Method in class com.ibm.tws.objects.types.RecoveryOption
Returns a hash code for this RecoveryOption object.
hashCode() - Method in class com.ibm.tws.objects.types.ResolutionData
Returns a hash code for this ResolutionData object.
hashCode() - Method in class com.ibm.tws.objects.types.ResolutionRule
Returns a hash code for this ResolutionRule object.
hashCode() - Method in class com.ibm.tws.objects.types.ResourceActionOnComplete
Returns a hash code for this ResourceActionOnComplete object.
hashCode() - Method in class com.ibm.tws.objects.types.ResourceActionOnError
Returns a hash code for this ResourceActionOnError object.
hashCode() - Method in class com.ibm.tws.objects.types.ResourceAllocationType
Returns a hash code for this ResourceAllocationType object.
hashCode() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns a hash code for this ResourceBaseConstraints object.
hashCode() - Method in class com.ibm.tws.objects.types.ResourceUsage
Returns a hash code for this ResourceUsage object.
hashCode() - Method in class com.ibm.tws.objects.types.RunCycleType
Returns a hash code for this RunCycleType object.
hashCode() - Method in class com.ibm.tws.objects.types.SecurityLevel
Returns a hash code for this SecurityLevel object.
hashCode() - Method in class com.ibm.tws.objects.types.WLMPolicy
Returns a hash code for this WLMPolicy object.
hashCode() - Method in class com.ibm.tws.objects.types.WorkstationReportingAttribute
Returns a hash code for this WorkstationReportingAttribute object.
hashCode() - Method in class com.ibm.tws.objects.types.WorkstationType
Returns a hash code for this WorkstationType object.
hashCode() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns a hash code for this WorkstationZOSAttributes object.
hashCode() - Method in class com.ibm.tws.objects.types.YesNoDefaultOption
Returns a hash code for this YesNoDefaultOption object.
hashCode() - Method in class com.ibm.tws.objects.types.YesNoResetOption
Returns a hash code for this YesNoResetOption object.
holdJobInstance(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Holds the specified job.
holdJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Holds the specified job.
holdJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Holds the specified job stream.
holdJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Holds the specified job stream.
holdJobStreamInstanceJobs(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Hold all the job stream jobs.

I

IMMEDIATE - Static variable in class com.ibm.tws.objects.types.CatManagementOption
The IMMEDIATE value.
IMMEDIATE - Static variable in class com.ibm.tws.objects.types.CleanUpOption
The IMMEDIATE value.
INACTIVE - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
RODM Status Inactive
INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The input arrival time filter.
INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The input arrival time filter.
INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Input Arrival Time Filter.
INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Input Arrival Time Filter.
INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The input arrival time range filter.
INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The input arrival time range filter.
INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Input Arrival Time Range Filter.
INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Input Arrival Time Range Filter.
INTERNAL_STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Internal status list filter.
INTERNAL_STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Internal status list filter.
INTERNAL_STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Internal status list filter.
INTERNAL_STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Internal status list filter.
INTRO_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "INTRO" status.
IN_ABSOLUTE_INTERVAL - Static variable in class com.ibm.tws.objects.types.ResolutionRule
The IN_ABSOLUTE_INTERVAL value.
IN_RELATIVE_INTERVAL - Static variable in class com.ibm.tws.objects.types.ResolutionRule
The IN_RELATIVE_INTERVAL value.
IN_SAME_DAY - Static variable in class com.ibm.tws.objects.types.ResolutionRule
The IN_SAME_DAY value.
IS_AVAILABLE - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that are available.Valid values are of type YesNoDefaultOption .
(This filter can be used only with a TWS for z/OS engine.)
IS_AVAILABLE - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that are available.Valid values are of type YesNoDefaultOption .
(This filter can be used only with a TWS for z/OS engine.)
IS_FAULT_TOLERANT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The is fault tolerant filter.
IS_FAULT_TOLERANT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The is fault tolerant filter.
IS_FAULT_TOLERANT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Is Fault Tolerant Attribute filter.
IS_FAULT_TOLERANT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Is Fault Tolerant Attribute filter.
IS_SHARED - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that are allocated in shared mode.
IS_SHARED - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that are allocated in shared mode.
IS_WAITING - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that have jobs that are waiting for it.
IS_WAITING - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter on resources that have jobs that are waiting for it.
Identifier - class com.ibm.tws.objects.types.Identifier.
This class is a simple wrapper for the java type used to represent a TWS object identifier.
Identifier(String) - Constructor for class com.ibm.tws.objects.types.Identifier
Creates an Identifier object with the specified value.
InstanceStatus - class com.ibm.tws.objects.types.InstanceStatus.
This class implements the InstanceStatus ordinal type.
InstanceValidatorException - exception com.ibm.tws.objects.validator.InstanceValidatorException.
This exception is thrown when validation of an object fails because one of the objects in a list is not an instance of the expected class.
InstanceValidatorException(String, String, String, Validator) - Constructor for class com.ibm.tws.objects.validator.InstanceValidatorException
Creates a new InstanceValidatorException from the specified parameters.
IntegerRange - class com.ibm.tws.objects.filter.IntegerRange.
This subclass of AbstractRange can hold a range of integer values, and can be set into a QueryFilter to retrieve results with the requested range on a selected integer field.
IntegerRange(int, int) - Constructor for class com.ibm.tws.objects.filter.IntegerRange
Creates a "closed" IntegerRange object, having both a start and end limit.
IntegerRange(int, boolean) - Constructor for class com.ibm.tws.objects.filter.IntegerRange
Creates an "open" IntegerRange object, having only a start or end limit.
InterNetworkDependency - class com.ibm.tws.objects.model.InterNetworkDependency.
Inter-network dependencies model dependencies of jobs and job streams from targets in a remote TWS network.
InterNetworkDependency() - Constructor for class com.ibm.tws.objects.model.InterNetworkDependency
Creates an empty InterNetworkDependency.
InterNetworkDependency(Identifier) - Constructor for class com.ibm.tws.objects.model.InterNetworkDependency
Creates an InterNetworkDependency, specifying the identifier of the referenced network agent.
InterNetworkDependency(FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.InterNetworkDependency
Creates an InterNetworkDependency, specifying the key of the referenced network agent.
InterNetworkDependency(Identifier, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.InterNetworkDependency
Creates an InterNetworkDependency, specifying the identifier and key of the referenced network agent.
InternalDependency - class com.ibm.tws.objects.model.InternalDependency.
This object models an internal dependency of a job in a job stream from another job in the same job stream.
InternalDependency() - Constructor for class com.ibm.tws.objects.model.InternalDependency
Creates an empty InternalDependency.
InternalDependency(Identifier) - Constructor for class com.ibm.tws.objects.model.InternalDependency
Creates an InternalDependency, specifying the identifier of the referenced job.
InternalDependency(JobKey) - Constructor for class com.ibm.tws.objects.model.InternalDependency
Creates an InternalDependency, specifying the key of the referenced job.
InternalDependency(Identifier, JobKey) - Constructor for class com.ibm.tws.objects.model.InternalDependency
Creates an InternalDependency, specifying the identifier and key of the referenced job.
InternalDependencyInPlan - class com.ibm.tws.objects.plan.InternalDependencyInPlan.
Internal dependencies plan associations of jobs with other jobs.
InternalDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.InternalDependencyInPlan
Creates an empty InternalDependencyInPlan.
InternalDependencyInPlan(Identifier, JobInPlanKey) - Constructor for class com.ibm.tws.objects.plan.InternalDependencyInPlan
Creates an InternalDependencyInPlan, specifying the identifier and key of the referenced job.
InternetworkDependencyInPlan - class com.ibm.tws.objects.plan.InternetworkDependencyInPlan.
Internetwork dependencies plan associations of jobs or job streams from targets in a remote TWS network.
InternetworkDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Creates an empty InternetworkDependencyInPlan.
InternetworkDependencyInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Creates an InternetworkDependencyInPlan, specifying the identifier of the referenced network agent.
InternetworkDependencyInPlan(WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Creates an InternetworkDependencyInPlan, specifying the key of the referenced network agent.
InternetworkDependencyInPlan(Identifier, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Creates an InternetworkDependencyInPlan, specifying the identifier and key of the referenced network agent.
initialize(String, String, Object[], Throwable) - Method in class com.ibm.tws.util.exception.TWSException
Initializes instance fields of this TWSException
isAdHoc() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns true if the referenced prompt is an ad-hoc one.
isAddedToCurrentPlan() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns if added to current plan.
isAliased() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if this Job is aliased, false otherwise.
isAliased() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has been aliases, false otherwise
isAnyAllExclusiveUser() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns true if any all exclusive user
isAnyAllSharedUser() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns true if any all shared user
isAnyWaiting() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
returns true if any is waiting
isAsap() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns true if the job should be re-run immediately, false otherwise.
isAutomation() - Method in class com.ibm.tws.objects.model.Workstation
Returns true if the workstation is a system automation type.
isAutomation() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns true if the workstation is a system automation type.
isAutomation() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Verify if this Workstation is a system automation type
isAvailable() - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns YesNoDefaultOption.YES if the resource is available.
isAvailable() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns YesNoDefaultOption.YES if the resource is available.
isAvailable() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns true if the resource is available.
isBehindFirewall() - Method in class com.ibm.tws.objects.model.Workstation
Returns true if the workstation is behind a firewall.
isBehindFirewall() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns true if the workstation is behind a firewall.
isBehindFirewall() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Verify if this Workstation is behind a Firewall
isBuckujob() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job is a $USERJOB, false otherwise.
isCanceled() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job has been canceled, false otherwise
isCanceled() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has been canceled, false otherwise
isCarriedForward() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has been carried forward, false otherwise
isCarryForward() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is to be carried forward, false otherwise
isCentralized() - Method in class com.ibm.tws.objects.plan.JobInPlan
Centralized scripts (TWS for z/OS).
isCentralizedSatisfied() - Method in class com.ibm.tws.objects.plan.JobInPlan
Centralized scripts satisfied (TWS for z/OS).
isClosed() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns true if the interval is closed.
isCommand() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns true if the task is a command, false if it is a script.
isCommand() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns true if the task is a command, false if it is a script.
isCommand() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns true if the task is a command, false if it is a script.
isCommand() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns true if this job definitions refers to a command, false if refers to a script
isControlOnServers() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the information if parallel servers are considere when submitting or releasing a job
isDateIntervalType() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns true if the value of this interval is set to a specific date.
isDayOfWeekIntervalType() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns true if the value of this interval is set to a day of week.
isDbExpanded() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns true if the Database is expanded, false otherwise.
isDeadlineUsed() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Deadline time exists, false otherwise.
isDeadlineUsed() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if in this Job Stream Deadline Date is set, false otherwise
isDontTouch() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Until time passed, false otherwise.
isDontTouch() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if in this Job Stream Until Date has passed, false otherwise
isDraft() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if this job stream is a draft one.
isDraft() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns true if this job stream is a draft one.
isDraft() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns true if this job stream is a draft one.
isEvery() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job is a every Job, false otherwise.
isEvery() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream contains at least one Job Every, false otherwise
isEveryRerun() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a every rerun job, false otherwise.
isExpanded() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns true if the JCL is fro JS.
isExternal() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is an external job (internetwork), false otherwise.
isExternal() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is external, false otherwise
isFollowJobStreamInputArrival() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if follows Job Stream input Arrival, false otherwise.
isFromJS() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns true if the JCL is fro JS.
isFullStatus() - Method in class com.ibm.tws.objects.model.Workstation
Returns true if the workstation is a full status one.
isFullStatus() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns if this Workstation is full status or not
isGDGDataset() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the GDG Dataset
isGlobalLock() - Method in class com.ibm.tws.conn.exception.ConnLockingException
Returns true if the exception was generated because the database is locked.
isGroup() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if this job stream is a group of job streams.
isGroup() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns true if this job stream is a group of job streams.
isGroup() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns true if this job stream is a group of job streams.
isHasInternetworkDependencies() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has Internetwork Dependency, false otherwise
isHasRecoveryInfo() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if has recovery info, false otherwise.
isHasResource() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job owns resources, false otherwise.
isHasResources() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream owns Resources, false otherwise
isHeldByUser() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job is held by user, i.e.
isHeldByUser() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has priority set to zero, false otherwise
isHostedByMaster() - Method in class com.ibm.tws.objects.model.Workstation
Returns true if the host workstation is the master domain manager (XA only).
isHrcSet() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Hrc Set
isInOrder() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is in order, false otherwise
isInSymphony() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if is in Symphony, false otherwise
isInclusive() - Method in class com.ibm.tws.objects.model.RunCycle
Returns true if this run cycle is inclusive, false if exclusive.
isInitExec() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if JobMan is updating Workstation for exececuting job
isInited() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if Workstation is initialized
isInteractive() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns true if this job definition is interactive.
isInteractive() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns true if this job definition is interactive.
isInteractive() - Method in class com.ibm.tws.objects.plan.JobInPlan
Deprecated.  
isJclPreparation() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if is JCL preparation, false otherwise
isJobLate() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job is a Late Job, false otherwise.
isJobSetupAllowed() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if a "General" workstation can be used to prepare JCL using the job setup facilities.
isJobmanUp() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if JobMan is up and running
isLastInRerunChain() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if this job is the last in a rerun chain, false otherwise.
isLateJobStream() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is Late, false otherwise
isLatestOutPassed() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if the Latest out is passed, false otherwise
isLatestOutPassed() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns if latest out passed.
isLoadedFromDb() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Return if this prompt has been loaded from the DB or not.
isLoadedFromDb() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Gets if this Dependency is loaded from the DB or not For internal use only.
isMailReceived() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Used to check if the link is Up
isMaster() - Method in class com.ibm.tws.objects.model.Domain
Returns true if this domain is the master.
isMigrated() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns true if is migrated, false otherwise
isMonitored() - Method in class com.ibm.tws.objects.model.FlowNode
Returns true if the job stream or job is monitored.
isMonitored() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns if this Flow Node is monitored or not.
isMustBeExecuted() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the mustBeExecuted.
isMustNotBeExecuted() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns the mustNotBeExecuted.
isNeedMessage() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Recovery prompt needs a reply, false otherwise.
isNeedResource() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Job Requires resources, false otherwise.
isNeedResources() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream has Resource Dependencies, false otherwise
isNopedOperation() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the nopedOperation.
isOnCriticalPath() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns the information if the predecessor/successor job is on the critical path z/OS only method
isOnCriticalPath() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns the information if the predecessor/successor job is on the critical path It is a z/OS specific method.
isOnRequest() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if this job stream runs on request.
isOperatorInstrution() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns the Operator Instrution.
isPasswordEncrypted() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns true if the current windows user password is encrypted.
isPasswordEncrypted() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns true if the current windows user password is encrypted.
isPending() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns true if the dependency is pending.
isPendingCacellation() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is pending cancelation, false otherwise.
isPendingCancellation() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is pending cancellation, false otherwise
isPlanExpanded() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns true if the plan is expanded, false otherwise
isProgrammatic() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a Programmatic Job, false otherwise.
isProtectedDataset() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns true if the dataset is protected, false otherwise
isRecoveryRerunJob() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a Recovery rerun job, false otherwise.
isReleased() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job has been released, false otherwise.
isReleased() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is released, false otherwise
isReplicated() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is part of a replicated Job Stream, false otherwise.
isReplicated() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is replicated, false otherwise
isRequiresConfirmation() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if this job requires confirmation, false otherwise.
isRerouteMode() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the reroute mode of a z/OS Workstation in plan
isRerunJob() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a rerun job, false otherwise.
isRerunRequested() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns if rerun requested.
isRerunStep() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a rerun job with step name, false otherwise.
isResolveDependencies() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns if this Workstation resolves dependencies
isRestarted() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a rerun job, false otherwise.
isRunning() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is counted as running, false otherwise.
isSMSManaged() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns true if it is SMS manager, false otherwise
isSatisfied() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns if this Dependency is a satisfied.
isSatisfied() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Returns if the dependency is satisfied or not.
isSatisfied() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns true if this dependency is satisfied, false otherwise.
isSatisfied() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns true if this dependency is satisfied, false otherwise
isSatisfied() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns true if this dependency is satisfied, false otherwise
isSatisfied() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns true if this dependency is satisfied, false otherwise.
isSaturdayFree() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if saturday is considered as a free day for this job stream.
isServer1UsedforControl() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the information if workstation resource1 is used for controlling jobs on this workstation
isServer2UsedforControl() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
This method returns the information if workstation resource2 is used for controlling jobs on this workstation
isSplittable() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if a job can be interrupted on this workstation.
isStandardIntervalType() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns true if the value of this interval is the fixed "STANDARD" value.
isStartedTaskSupported() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if jobs should be treated as started tasks at a "Computer" workstation.
isSuccessPending() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job Succeeded but is still running, false otherwise.
isSundayFree() - Method in class com.ibm.tws.objects.model.JobStream
Returns true if sunday is considered as a free day for this job stream.
isSymDwnld() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if the symphony for the next day has been downloaded
isTcpLink() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Retruns true if this Workstation is TCP/IP linked
isThisCpu() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is for this Workstation, false otherwise
isTimeDependent() - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Returns true if the object that includes these time restrictions is time dependent.
isTimeZoneEnabled() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns true if the timezones are enabled, false otherwise.
isUntilGone() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Until time passed, false otherwise.
isUntilGone() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if the Until Date passed, false otherwise
isUntilUsed() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if Until time exists, false otherwise.
isUntilUsed() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if the Until Date is set, false otherwise
isUrgent() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns true if is urgent, false otherwise
isUseExpandedJCL() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns true if use expand JCL.
isUseExtendedTaskName() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the use extended task name option.
isUseScaffoldingCode() - Method in class com.ibm.tws.conn.util.Context
This method must be used for development purposes only
isUseSchedulingEnvironment() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the use scheduling environment name option.
isUserJob() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a USERJOB, false otherwise.
isUserJobs() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns true if this Job Stream is a USERJOBS, false otherwise
isUserRerunAgain() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is a Userjob that will run again, false otherwise.
isVSAMDataset() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns the VSAM Dataset
isValid() - Method in class com.ibm.tws.objects.plan.utils.PlanGroupFieldManager
This method returns the validation result value.
isWTOSupported() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if jobs should be treated as WTO messages at a "General" workstation.
isWait() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Returns true if the option wait on this workstation is checked.
isWait() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns true if the option wait on this workstation is checked.
isWildcarded() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns true if the Job is wildcarded, false otherwise.
isWorkstation(Identifier[], FlowTargetKey[], Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Retrieves the type, identifier and key of a Workstation or WorkstationClass object.
isWorkstation(Identifier[], FlowTargetKey[], Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Retrieves the type, identifier and key of a Workstation or WorkstationClass object.
isWriterDs() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if Mailman is writing to Mailbox
isWriterUp() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns true if the Writer is up
isZOSHiperbatch() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns the zOSHiperbatch flag.
isZombie() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns if this Dependency is a zombie.
iterator() - Method in class com.ibm.tws.objects.types.TWSObjectMap
Returns an iterator of all TWS objects in this map.

J

JCLLastUpdatingFunction - class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction.
This class implements the JCLLastUpdatingFunction ordinal type.
JCLPromptableVariable - class com.ibm.tws.objects.plan.types.JCLPromptableVariable.
This class includes the information required to describe the JCLPromptableVariable.
JCLPromptableVariable() - Constructor for class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Creates an empty promptable variable.
JCLStatus - class com.ibm.tws.objects.plan.types.JCLStatus.
This class implements the JCLStatus ordinal type.
JCL_COMPLETED - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
JCL completed
JCL_NOTFROMJS - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
JCL not from Job Stream
JCL_SAVED - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
JCL saved
JCL_SUBMITTED - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
JCL submitted
JCL_TEMPSAVED - Static variable in class com.ibm.tws.objects.plan.types.JCLStatus
JCL temporary saved
JCL_UPDATE_LTP - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update LTP
JCL_UPDATE_MODIFYCP - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update Modify CP
JCL_UPDATE_NOTUPDATED - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Not Updated
JCL_UPDATE_PIFFUNCTION - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update PIF Function
JCL_UPDATE_READYLIST - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update Ready List
JCL_UPDATE_SUBMITJOB - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update Submitted Job
JCL_UPDATE_SUBMITTED - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update Submitted
JCL_UPDATE_WORKSTATION - Static variable in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Update Workstation
JOBS_USING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A BooleanValue value.
JOBS_USING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A BooleanValue value.
JOBS_WAITING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A BooleanValue value.
JOBS_WAITING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A BooleanValue value.
JOB_DEFINITION_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition flow target name filter.
JOB_DEFINITION_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition flow target name filter.
JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The job definition name filter.
JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The job definition name filter.
JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition name filter.
JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition name filter.
JOB_DEFINITION_SE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job scheduling environment name filter.
(This filter can be used only with a TWS for z/OS engine.)
JOB_DEFINITION_SE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job scheduling environment name filter.
(This filter can be used only with a TWS for z/OS engine.)
JOB_DEFINITION_TASK - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition task filter.
JOB_DEFINITION_TASK - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job definition task filter.
JOB_DEFINITION_WLM_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job is marked as WLM critical filter.
JOB_DEFINITION_WLM_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job is marked as WLM critical filter.
JOB_DEFINITION_WLM_POLICY - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job WLM critical policy filter.
JOB_DEFINITION_WLM_POLICY - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job WLM critical policy filter.
JOB_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Job Identifier filter.
JOB_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Job Identifier filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The job name filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The job name filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job name filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job name filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job name filter.
JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job name filter.
JOB_STATUS - Static variable in interface com.ibm.tws.objects.plan.utils.PlanGroupFields
Used to count jobs by status
JOB_STATUS_ABEND - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is ABENDed
JOB_STATUS_ABEND_P - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job waiting for CONFIRM
JOB_STATUS_ADDING - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job is being ADDING
JOB_STATUS_BLOCKED - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Blocked
JOB_STATUS_CANCEL - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is CANCELed
JOB_STATUS_CANCELLED - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Canceled
JOB_STATUS_CANT_STREAM - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
BATCHMAN couldn_t stream job
JOB_STATUS_CNPEND - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job is CANCEL PENDING
JOB_STATUS_COMPLETED - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Completed
JOB_STATUS_END_P - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job waiting for CONFIRM
JOB_STATUS_ERROR - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Error
JOB_STATUS_ERROR_STAT - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
External JOB.
JOB_STATUS_EXEC - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is EXECuting
JOB_STATUS_EXEC_BM - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job status is EXEC and launched by batchman
JOB_STATUS_EXTRN - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Unknown state / external
JOB_STATUS_FENCE - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job status is FENCE
JOB_STATUS_HELD - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Held
JOB_STATUS_HOLD - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is HOLDing
JOB_STATUS_JSS_STAT - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Used to indicate that external status filter was passed, For Internal Use Only
JOB_STATUS_MPE_INTRO - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in INTRO state
JOB_STATUS_MPE_INTRO_BM - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in INTRO state and launched by batchman
JOB_STATUS_MPE_SCHED - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in SCHED state
JOB_STATUS_MPE_SUSP - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in SUSP state
JOB_STATUS_MPE_WAIT - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in WAIT state
JOB_STATUS_MPE_WAITD - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job in WAIT; DEFERRED state
JOB_STATUS_NOTON - Static variable in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Job Status Not On
JOB_STATUS_ON - Static variable in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Job Status On
JOB_STATUS_READY - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is READY
JOB_STATUS_READY - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Ready
JOB_STATUS_RESTART_JOB - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job status is RESTART JOB
JOB_STATUS_STARTED - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Started
JOB_STATUS_SUCC - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule/Job status is SUCCessful
JOB_STATUS_SUCC_P - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job waiting for CONFIRM
JOB_STATUS_SUSP - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Schedule is STUCK
JOB_STATUS_UNDECIDED - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Undecided
JOB_STATUS_UNKNOWN - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Job status is DONE
JOB_STATUS_USER_HELD - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Sched/Job priority has been changed to 0 by the user
JOB_STATUS_USER_STREAM - Static variable in class com.ibm.tws.objects.plan.types.JobInternalStatusType
User streamed job is executing
JOB_STATUS_WAITING - Static variable in class com.ibm.tws.objects.plan.types.JobStatusType
Status of the Job Waiting
JOB_STREAM_AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream authorization group filter.
JOB_STREAM_AUTH_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream authorization group filter.
JOB_STREAM_DRAFT - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream draft filter.
JOB_STREAM_DRAFT - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream draft filter.
JOB_STREAM_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream group filter.
JOB_STREAM_GROUP - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream group filter.
JOB_STREAM_GROUP_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream group name filter.
JOB_STREAM_GROUP_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream group name filter.
JOB_STREAM_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Job Stream Identifier filter.
JOB_STREAM_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Job Stream Identifier filter.
JOB_STREAM_MONITORED - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream monitored job filter.
JOB_STREAM_MONITORED - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream monitored job filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job stream real name filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job stream real name filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream name filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream name filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream real name filter.
JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream real name filter.
JOB_STREAM_OWNER - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream owner filter.
JOB_STREAM_OWNER - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream owner filter.
JOB_STREAM_PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream priority range filter.
JOB_STREAM_PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream priority range filter.
JOB_STREAM_SCOPE_DEFAULT - Static variable in class com.ibm.tws.conn.util.Context
Default job stream scope
JOB_STREAM_VALID_FROM - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid from filter.
JOB_STREAM_VALID_FROM - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid from filter.
JOB_STREAM_VALID_IN - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid in filter.
JOB_STREAM_VALID_IN - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid in filter.
JOB_STREAM_VALID_IN_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid in range filter.
JOB_STREAM_VALID_IN_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid in range filter.
JOB_STREAM_VALID_TO - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid to filter.
JOB_STREAM_VALID_TO - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The job stream valid to filter.
Job - class com.ibm.tws.objects.model.Job.
This subclass of FlowNode represents a job object, and includes a reference to JobDefinition, to navigate to the job definition from which it was created, and a list of InternalDependency objects, to model dependencies of this job from other jobs of the same job stream.
Job() - Constructor for class com.ibm.tws.objects.model.Job
Creates an empty Job.
Job(JobHeader) - Constructor for class com.ibm.tws.objects.model.Job
Creates a job with the specified header.
JobControlLanguage - class com.ibm.tws.objects.plan.types.JobControlLanguage.
This class includes the information required to describe the Job Control Language.
JobControlLanguage() - Constructor for class com.ibm.tws.objects.plan.types.JobControlLanguage
Creates an empty object.
JobDefinition - class com.ibm.tws.objects.model.JobDefinition.
This object, which acts as a base abstraction for job definitions, wraps a JobDefinitionHeader, which in turn wraps a JobDefinitionKey, including the reference to the workstation or workstation class on which the job definition can run.
JobDefinition() - Constructor for class com.ibm.tws.objects.model.JobDefinition
Creates an empty JobDefinition.
JobDefinition(JobDefinitionHeader) - Constructor for class com.ibm.tws.objects.model.JobDefinition
Creates a JobDefinition with the specified header.
JobDefinitionFilters - interface com.ibm.tws.objects.filter.JobDefinitionFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job definitions.
(These filters can be used only with a TWS Distributed engine.)
JobDefinitionFilters - interface com.ibm.tws.objects.filter.JobDefinitionFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job definitions.
(These filters can be used only with a TWS Distributed engine.)
JobDefinitionHeader - class com.ibm.tws.objects.model.JobDefinitionHeader.
This class hosts the attributes to be shown in TWS external interfaces when listing job definitions.
JobDefinitionHeader() - Constructor for class com.ibm.tws.objects.model.JobDefinitionHeader
Creates an empty JobDefinitionHeader.
JobDefinitionHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.JobDefinitionHeader
Creates a JobDefinitionHeader with the specified identifier.
JobDefinitionHeader(JobDefinitionKey) - Constructor for class com.ibm.tws.objects.model.JobDefinitionHeader
Creates a JobDefinitionHeader with the specified key.
JobDefinitionHeader(Identifier, JobDefinitionKey) - Constructor for class com.ibm.tws.objects.model.JobDefinitionHeader
Creates a JobDefinitionHeader with the specified identifier and key.
JobDefinitionInPlan - class com.ibm.tws.objects.plan.JobDefinitionInPlan.
This object, which acts as a base abstraction for job definitions, wraps a JobDefinitionInPlanHeader, which in turn wraps a JobDefinitionInPlanKey, including the reference to the workstation on which the job definition is defined.
JobDefinitionInPlan() - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlan
Creates an empty JobDefinitionInPlan.
JobDefinitionInPlan(JobDefinitionInPlanHeader) - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlan
Creates a JobDefinitionInPlan with the specified header.
JobDefinitionInPlanHeader - class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader.
This class is an utility class to host attributes of a Job Definition in plan.
JobDefinitionInPlanHeader() - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Creates an empty JobDefinitionInPlanHeader.
JobDefinitionInPlanHeader(Identifier) - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Creates a JobDefinitionInPlanHeader with the specified Identifier.
JobDefinitionInPlanHeader(JobDefinitionInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Creates a JobDefinitionInPlanHeader with the specified key.
JobDefinitionInPlanHeader(Identifier, JobDefinitionInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Creates a JobDefinitionInPlanHeader with the specified identifier and key.
JobDefinitionInPlanKey - class com.ibm.tws.objects.plan.JobDefinitionInPlanKey.
This object represents a job definition in plan external key, including fields used to identify a job definition in TWS external interfaces.
JobDefinitionInPlanKey() - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Creates an empty JobDefinitionInPlanKey.
JobDefinitionInPlanKey(String, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Creates a JobDefinitionInPlanKey with the specified name and workstation key.
JobDefinitionKey - class com.ibm.tws.objects.model.JobDefinitionKey.
This object represents a job definition external key, including fields used to identify a job definition in TWS external interfaces.
JobDefinitionKey() - Constructor for class com.ibm.tws.objects.model.JobDefinitionKey
Creates an empty JobDefinitionKey.
JobDefinitionKey(String, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.JobDefinitionKey
Creates a JobDefinitionKey with the specified name and workstation or workstation class key.
JobDefinitionValidator - class com.ibm.tws.objects.model.validator.JobDefinitionValidator.
This class provides methods that can be used to validate JobDefinition, JobDefinitionHeader and JobDefinitionKey objects.
JobDefinitionValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Creates a new JobDefinitionValidator, using the specified locale for error messages.
JobExtendedStatus - class com.ibm.tws.objects.plan.types.JobExtendedStatus.
This class implements the JobExtendedStatus ordinal type.
JobHeader - class com.ibm.tws.objects.model.JobHeader.
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing jobs in addition to those already hosted by the FlowNodeHeader class.
JobHeader() - Constructor for class com.ibm.tws.objects.model.JobHeader
Creates an empty JobHeader.
JobHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.JobHeader
Creates a JobHeader with the specified identifier.
JobHeader(JobKey) - Constructor for class com.ibm.tws.objects.model.JobHeader
Creates a JobHeader with the specified key.
JobHeader(Identifier, JobKey) - Constructor for class com.ibm.tws.objects.model.JobHeader
Creates a JobHeader with the specified identifier and key.
JobHistoryRun - class com.ibm.tws.objects.model.JobHistoryRun.
This object is used to represent the information collected about a single job run.
JobHistoryRun() - Constructor for class com.ibm.tws.objects.model.JobHistoryRun
Creates an empty JobHistoryRun object.
JobHistoryRunFilters - interface com.ibm.tws.objects.filter.JobHistoryRunFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job history runs.
(These filters can be used only with a TWS Distributed engine.)
JobHistoryRunFilters - interface com.ibm.tws.objects.filter.JobHistoryRunFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job history runs.
(These filters can be used only with a TWS Distributed engine.)
JobInPlan - class com.ibm.tws.objects.plan.JobInPlan.
This subclass of FlowNodeInPlan represents a job instance object, and includes a reference to JobDefinitionInPlan, and a list of InternalDependencyInPlan objects, to model dependencies of this job instance from other jobs of the same job stream instance.
JobInPlan() - Constructor for class com.ibm.tws.objects.plan.JobInPlan
Creates an empty JobInPlan.
JobInPlan(JobInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobInPlan
Creates a JobInPlan.
JobInPlanFilters - interface com.ibm.tws.objects.filter.JobInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on jobs.
JobInPlanFilters - interface com.ibm.tws.objects.filter.JobInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on jobs.
JobInPlanKey - class com.ibm.tws.objects.plan.JobInPlanKey.
This object represents a job instance in plan external key, including fields used to identify a job in TWS external interfaces.
JobInPlanKey() - Constructor for class com.ibm.tws.objects.plan.JobInPlanKey
Creates an empty JobInPlanKey.
JobInPlanKey(String, JobStreamInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobInPlanKey
Creates a JobInPlanKey with the specified name and job stream key.
JobInPlanResourceUsageFilters - interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Jobs that depend on a specific resource.
JobInPlanResourceUsageFilters - interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Jobs that depend on a specific resource.
JobInPlanResourceUsageInfo - class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo.
This class includes the information required to describe special resource usage in the current plan of a z/OS environment.
JobInPlanResourceUsageInfo() - Constructor for class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Empty Constructor
JobInPlanZOSAttributes - class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes.
This class includes some adidtional information for a JobInPlan object on the TWS z/OS environment.
JobInPlanZOSAttributes() - Constructor for class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Creates an empty JobInPlanZOSAttributes object
JobInternalStatusType - class com.ibm.tws.objects.plan.types.JobInternalStatusType.
This class implements the JobStatus ordinal type.
JobKey - class com.ibm.tws.objects.model.JobKey.
This object represents a job external key, including fields used to identify a job in TWS external interfaces.
JobKey() - Constructor for class com.ibm.tws.objects.model.JobKey
Creates an empty JobKey.
JobKey(String, JobStreamKey) - Constructor for class com.ibm.tws.objects.model.JobKey
Creates a JobKey with the specified name and job stream key.
JobRunStatus - class com.ibm.tws.objects.types.JobRunStatus.
This class implements the JobRunStatus ordinal type.
JobStatistics - class com.ibm.tws.objects.model.JobStatistics.
This object is just a container for execution statistics that are collected about jobs created from the same job definition.
JobStatistics() - Constructor for class com.ibm.tws.objects.model.JobStatistics
Creates an empty JobStatistics object.
JobStatistics(JobDefinition) - Constructor for class com.ibm.tws.objects.model.JobStatistics
Creates a JobStatistics object that refers to the specified job definition.
JobStatusType - class com.ibm.tws.objects.plan.types.JobStatusType.
This class implements the JobStatus ordinal type.
JobStep - class com.ibm.tws.objects.plan.types.JobStep.
This class includes the information required to describe the JobStep.
JobStep() - Constructor for class com.ibm.tws.objects.plan.types.JobStep
Creates an empty object.
JobStream - class com.ibm.tws.objects.model.JobStream.
This object represents a job stream and includes a list of Job objects to represent the jobs contained in the stream.
JobStream() - Constructor for class com.ibm.tws.objects.model.JobStream
Creates an empty JobStream.
JobStream(JobStreamHeader) - Constructor for class com.ibm.tws.objects.model.JobStream
Creates a job stream with the specified header.
JobStreamFilters - interface com.ibm.tws.objects.filter.JobStreamFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
JobStreamFilters - interface com.ibm.tws.objects.filter.JobStreamFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
JobStreamHeader - class com.ibm.tws.objects.model.JobStreamHeader.
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing job streams in addition to those already hosted by the FlowNodeHeader class.
JobStreamHeader() - Constructor for class com.ibm.tws.objects.model.JobStreamHeader
Creates an empty JobStreamHeader.
JobStreamHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.JobStreamHeader
Creates a JobStreamHeader with the specified identifier.
JobStreamHeader(JobStreamKey) - Constructor for class com.ibm.tws.objects.model.JobStreamHeader
Creates a JobStreamHeader with the specified key.
JobStreamHeader(Identifier, JobStreamKey) - Constructor for class com.ibm.tws.objects.model.JobStreamHeader
Creates a JobStreamHeader with the specified identifier and key.
JobStreamInPlan - class com.ibm.tws.objects.plan.JobStreamInPlan.
This object represents a job stream instance in plan and includes a list of JobInPlan objects to represent the jobs contained in the stream.
JobStreamInPlan(JobStreamInPlanKey) - Constructor for class com.ibm.tws.objects.plan.JobStreamInPlan
Constructor.
JobStreamInPlan() - Constructor for class com.ibm.tws.objects.plan.JobStreamInPlan
Empty Constructor
JobStreamInPlanFilters - interface com.ibm.tws.objects.filter.JobStreamInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
JobStreamInPlanFilters - interface com.ibm.tws.objects.filter.JobStreamInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on job streams.
JobStreamInPlanKey - class com.ibm.tws.objects.plan.JobStreamInPlanKey.
This object represents a job stream instance in plan external key, including fields used to identify a job stream in TWS external interfaces.
JobStreamInPlanKey() - Constructor for class com.ibm.tws.objects.plan.JobStreamInPlanKey
Creates an empty JobStreamKey.
JobStreamInPlanKey(String, WorkstationInPlanKey, Date) - Constructor for class com.ibm.tws.objects.plan.JobStreamInPlanKey
Creates a JobStreamKey with the specifed name, Workstation reference and scheduled time.
JobStreamInPlanZOSAttributes - class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes.
This class includes some adidtional information for a JobInPlan object on the TWS z/OS environment.
JobStreamInPlanZOSAttributes() - Constructor for class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Creates an empty ResourceInPlanZOSAttributes object
JobStreamKey - class com.ibm.tws.objects.model.JobStreamKey.
This object represents a job stream external key, including fields used to identify a job stream in TWS external interfaces.
JobStreamKey() - Constructor for class com.ibm.tws.objects.model.JobStreamKey
Creates an empty JobStreamKey.
JobStreamKey(String, FlowTargetKey, Date) - Constructor for class com.ibm.tws.objects.model.JobStreamKey
Creates a JobStreamKey with the specified name, workstation or workstation class key and validity date.
JobStreamKey(String, Date, boolean, boolean) - Constructor for class com.ibm.tws.objects.model.JobStreamKey
Creates a JobStreamKey with the specified name, validity date and draft and group flags.
JobStreamValidator - class com.ibm.tws.objects.model.validator.JobStreamValidator.
This class provides methods that can be used to validate JobStream, JobStreamHeader and JobStreamKey objects.
JobStreamValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.JobStreamValidator
Creates a new JobStreamValidator, using the specified locale for error messages.
JobSummaryInfo - class com.ibm.tws.objects.plan.utils.JobSummaryInfo.
This class is used to hold the summary information for jobs running on a workstation in plan.
JobSummaryInfo() - Constructor for class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Constructor
JobSummaryInfo(int, long, long) - Constructor for class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Constructor
JobValidator - class com.ibm.tws.objects.model.validator.JobValidator.
This class provides methods that can be used to validate Job, JobHeader and JobKey objects.
JobValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.JobValidator
Creates a new JobValidator, using the specified locale for error messages.

K

KEEP - Static variable in class com.ibm.tws.objects.types.OnErrorOption
The KEEP value.
KEEP - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
The KEEP value.
killFTAJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Kill the FTA job instance specified in the jobId.
killJobInstance(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Kill the specified job.
killJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Kill the specified job.
killRecoveryJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Kill the recovery job instance specified in the jobId.

L

LATESTSTART - Static variable in class com.ibm.tws.objects.types.WLMPolicy
The LATESTSTART value.
LIFESPAN_CHANGE - Static variable in class com.ibm.tws.objects.types.LastModifyType
The LIFESPAN_CHANGE value.
LIMIT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The limit filter.
LIMIT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The limit filter.
LIMIT_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The limit range filter.
LIMIT_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The limit range filter.
LINKED - Static variable in class com.ibm.tws.objects.types.LinkStatus
The LINKED value.
LONGDURATION - Static variable in class com.ibm.tws.objects.types.WLMPolicy
The LONGDURATION value.
LastModifyType - class com.ibm.tws.objects.types.LastModifyType.
This class implements the LastModifyType ordinal type.
LateAction - class com.ibm.tws.objects.types.LateAction.
This class implements the LateAction ordinal type.
LengthValidatorException - exception com.ibm.tws.objects.validator.LengthValidatorException.
This exception is thrown when validation of an object fails because a text field exceeds the allowed maximum length.
LengthValidatorException(String, String, int, Validator) - Constructor for class com.ibm.tws.objects.validator.LengthValidatorException
Creates a new LengthValidatorException from the specified parameters.
LinkStatus - class com.ibm.tws.objects.types.LinkStatus.
This class implements the LinkStatus ordinal type.
LockData - class com.ibm.tws.objects.types.LockData.
This utility class wraps the TWS object lock information, including the name of the user who is currently holding the lock, the time the object was locked, and the user session.
LockData() - Constructor for class com.ibm.tws.objects.types.LockData
Creates an empty LockData object.
LockData(String, Date, String) - Constructor for class com.ibm.tws.objects.types.LockData
Creates a LockData object with the specified user name, lock time and user session.
LongRange - class com.ibm.tws.objects.filter.LongRange.
This subclass of AbstractRange can hold a range of long values, and can be set into a QueryFilter to retrieve results with the requested range on a selected long field.
LongRange(long, long) - Constructor for class com.ibm.tws.objects.filter.LongRange
Creates a "closed" LongRange object, having both a start and end limit.
LongRange(long, boolean) - Constructor for class com.ibm.tws.objects.filter.LongRange
Creates an "open" LongRange object, having only a start or end limit.
linkDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method links the domain workstation.
linkDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method links the domain workstation.
linkWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Links the Workstation Instance.
linkWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Links the Workstation Instance.
loadJobStatistics(Identifier, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Load job definition statistcs object by job definition id.
loadJobStatistics(JobDefinitionKey, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Load job definition statistcs object by job definition external key.
loadJobStatistics(Identifier, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Load job definition statistcs object by job definition id.
loadJobStatistics(JobDefinitionKey, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Load job definition statistcs object by job definition external key.
lockTWSObject(Class, Identifier, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Locks a TWS model object by identifier, checking that the object is not locked by any user.
lockTWSObject(Class, TWSKey, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Locks a TWS model object by external key, checking that the object is not locked by any user.
lockTWSObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Locks the TWSObject object identified by the given id.
lockTWSObject(Class, TWSKey, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Locks the TWSObject object identified by the given key.

M

MANAGER - Static variable in class com.ibm.tws.objects.types.WorkstationType
The MANAGER value.
MANUAL - Static variable in class com.ibm.tws.objects.types.CleanUpOption
The MANUAL value.
MANUALCOMPLETIONONLY - Static variable in class com.ibm.tws.objects.types.WorkstationReportingAttribute
The MANUALCOMPLETIONONLY value.
MANUALLY_ADDED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream group name filter.
MANUALLY_ADDED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream group name filter.
MANUALSTARTSTOP - Static variable in class com.ibm.tws.objects.types.WorkstationReportingAttribute
The MANUALSTARTSTOP value.
MATCHING_CRITERIA - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The filter matching criteria.
MATCHING_CRITERIA - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The filter matching criteria.
MATCHING_CRITERIA - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter matching criteria to be used when filtering on Resources.
MATCHING_CRITERIA - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The filter matching criteria to be used when filtering on Resources.
MAX_USAGE_LIMIT_CHANGE - Static variable in class com.ibm.tws.objects.types.LastModifyType
The MAX_USAGE_LIMIT_CHANGE value.
MESSAGE_CATALOG - Static variable in class com.ibm.tws.objects.validator.ValidatorException
Message catalog name.
MONITORED_JOB - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job monitored job.
MONITORED_JOB - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job monitored job.
MONITORED_JOB - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream monitored job filter.
MONITORED_JOB - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream monitored job filter.
MOST_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream mist critical filter.
MOST_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream mist critical filter.
ModelValidator - class com.ibm.tws.objects.model.validator.ModelValidator.
This is a base class for all model validators, and includes common methods that can be used by different subclasses.
ModelValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.ModelValidator
Creates a new ModelValidator, using the specified locale for error messages.
ModifyData - class com.ibm.tws.objects.types.ModifyData.
This utility class wraps the TWS object modify information, including the name of the last user who has modified the object, and the last modification time.
ModifyData() - Constructor for class com.ibm.tws.objects.types.ModifyData
Creates an empty ModifyData object.
ModifyData(String, Date) - Constructor for class com.ibm.tws.objects.types.ModifyData
Creates a ModifyData object with the specified user name and last modify time.
makeJobInPlan(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method generates a JobInPlan object starting from a JobDefinition taken from the database.
makeJobInPlan(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method generates a JobInPlan object starting from a JobDefinition taken from the database.
makeJobInPlanIntoJobStreamInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method generates a JobInPlan object starting from a JobDefinition taken from the database.
makeJobInPlanIntoJobStreamInstance(Identifier, Identifier, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method generates a JobInPlan object starting from a JobDefinition taken from the database.
makeJobStreamInPlan(Identifier, Date, String, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method generates a JobStreamInPlan object starting from a JobStream taken from the database.
makeJobStreamInPlan(Identifier, Date, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This operation is not supported in z/OS environment.
modifyJobInstanceDependencies(Identifier, List, List, List, List, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Modify the specified dependences of a job instance specified by the jobId.
monitorAllJobsInStreamInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Set/deset the monitor flag on all the job instance part of the specified job stream instance.
monitorAllJobsInStreamInstance(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set/deset the monitor flag on all the job instance part of the specified job stream instance.

N

NEAREST_AFTER - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
The NEAREST_AFTER value.
NEAREST_BEFORE - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
The NEAREST_BEFORE value.
NEAREST_BEFORE - Static variable in class com.ibm.tws.objects.types.ResolutionRule
The NEAREST_BEFORE value.
NEITHER_PLANNING_NOR_CONTROL - Static variable in class com.ibm.tws.objects.types.ResourceUsage
The NEITHER_PLANNING_NOR_CONTROL value.
NO - Static variable in class com.ibm.tws.objects.types.BooleanValue
The NO value.
NO - Static variable in class com.ibm.tws.objects.types.CriticalJobType
The NO value.
NO - Static variable in class com.ibm.tws.objects.types.ResourceActionOnComplete
The NO value.
NO - Static variable in class com.ibm.tws.objects.types.YesNoDefaultOption
The NO value.
NO - Static variable in class com.ibm.tws.objects.types.YesNoResetOption
The NO value.
NONE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
The NONE value.
NONE - Static variable in class com.ibm.tws.objects.types.CatManagementOption
The NONE value.
NONE - Static variable in class com.ibm.tws.objects.types.CleanUpOption
The NONE value.
NONE - Static variable in class com.ibm.tws.objects.types.FreeDaysRule
The NONE value.
NONE - Static variable in class com.ibm.tws.objects.types.SecurityLevel
The NONE value.
NONREPORTING - Static variable in class com.ibm.tws.objects.types.WorkstationReportingAttribute
The NONREPORTING value.
NON_CYCLIC - Static variable in class com.ibm.tws.objects.types.PeriodType
The NON_CYCLIC value.
NOT_APPLICABLE - Static variable in class com.ibm.tws.objects.types.LinkStatus
The NOT_APPLICABLE value.
NOT_COMPLETED - Static variable in class com.ibm.tws.objects.types.InstanceStatus
The NOT_COMPLETED value.
NOT_MONITORED - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
RODM status Monitored
NO_GROUP - Static variable in interface com.ibm.tws.objects.plan.utils.PlanGroupFields
Used to count all objects
NO_LIMIT - Static variable in class com.ibm.tws.objects.model.JobStream
The constant used to check for unbounded job stream limit.
NO_LIMIT - Static variable in class com.ibm.tws.objects.model.JobStreamHeader
The constant used to check for unbounded job stream limit.
NO_LIMIT - Static variable in class com.ibm.tws.objects.plan.JobStreamInPlan
Constant value used to identify no limit Job Streams
NULL_OFFSET - Static variable in class com.ibm.tws.objects.types.TypeUtility
The constant used to check for missing offset values.
NullValidatorException - exception com.ibm.tws.objects.validator.NullValidatorException.
This exception is thrown when validation of an object fails because a required field is null.
NullValidatorException(List, Validator) - Constructor for class com.ibm.tws.objects.validator.NullValidatorException
Creates a new NullValidatorException from the specified parameters.
nopJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
NOP the job instance specified in the jobId.

O

OBJECT_COUNT_DEFAULT - Static variable in class com.ibm.tws.conn.util.Context
Default object count
OBJECT_COUNT_NO - Static variable in class com.ibm.tws.conn.util.Context
The integer used to specify that no object count is requested in plan queries
OBJECT_COUNT_YES - Static variable in class com.ibm.tws.conn.util.Context
The integer used to specify that object count is requested in plan queries
OBSOLETE - Static variable in class com.ibm.tws.objects.types.InstanceStatus
The OBSOLETE value.
OCCURRENCE_TOKEN - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream occurence token filter.
OCCURRENCE_TOKEN - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream occurence token filter.
OFFLINE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
The OFFLINE value.
ON - Static variable in class com.ibm.tws.objects.types.SecurityLevel
The ON value.
ON_COMPLETE_CHANGE - Static variable in class com.ibm.tws.objects.types.LastModifyType
The ON_COMPLETE_CHANGE value.
OTHER - Static variable in class com.ibm.tws.objects.types.OperatingSystem
The OTHER value.
OWNER - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream owner filter.
OWNER - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream owner filter.
OffsetType - class com.ibm.tws.objects.types.OffsetType.
This class implements the OffsetType ordinal type.
OnErrorOption - class com.ibm.tws.objects.types.OnErrorOption.
This class implements the OnErrorOption ordinal type.
OperatingSystem - class com.ibm.tws.objects.types.OperatingSystem.
This class implements the OperatingSystem ordinal type.
OperatorInstructionInPlan - class com.ibm.tws.objects.plan.OperatorInstructionInPlan.
This object represents an Operator Instruction in zOS environment.
OperatorInstructionInPlan() - Constructor for class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Creates an empty OperatorInstructionInPlan.
OperatorInstructionInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Creates an OperatorInstruction in plan with the specified identifier.
OrdinalType - class com.ibm.tws.objects.types.OrdinalType.
This is the base class of all TWS ordinal types, and wraps a character value, which has been chosen to convert ordinal types to values that can be easily serialized into a database or file system.
OrdinalType(String, char) - Constructor for class com.ibm.tws.objects.types.OrdinalType
Creates an instance of OrdinalType that wraps the specified character.

P

PARENT_DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
The parent domain name filter.
PARENT_DOMAIN_NAME - Static variable in interface com.ibm.tws.objects.filter.DomainFilters
The parent domain name filter.
PATH - Static variable in class com.ibm.tws.objects.types.CriticalJobType
The PATH value.
PENDING - Static variable in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
RODM Status Pending
PEND_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "PEND" status.
PERIOD_NAME - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
The period name filter.
PERIOD_NAME - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
The period name filter.
PERIOD_TYPE - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
The period type filter.
PERIOD_TYPE - Static variable in interface com.ibm.tws.objects.filter.PeriodFilters
The period type filter.
PLANNING - Static variable in class com.ibm.tws.objects.types.ResourceUsage
The PLANNING value.
PLANNING_AND_CONTROL - Static variable in class com.ibm.tws.objects.types.ResourceUsage
The PLANNING_AND_CONTROL value.
PLAN_DEPENDENCIES_SCOPE_DEFAULT - Static variable in class com.ibm.tws.conn.util.Context
Default plan dependencies scope
PLAN_ID - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) Identified filter.
PLAN_ID - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) Identified filter.
PLAN_NAME - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) name filter.
PLAN_NAME - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) name filter.
PLAN_TYPE - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) type filter.
PLAN_TYPE - Static variable in interface com.ibm.tws.objects.filter.SymphonyInPlanFilters
The Symphony (AKA plan) type filter.
PREFIX - Static variable in class com.ibm.tws.objects.types.FilterMatchingCriteria
The PREFIX value.
PRINTER - Static variable in class com.ibm.tws.objects.types.WorkstationType
The PRINTER value.
PRIORITY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The priority filter.
PRIORITY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The priority filter.
PRIORITY - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The priority filter.
PRIORITY - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The priority filter.
PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The priority range filter.
PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The priority range filter.
PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The priority range filter.
PRIORITY_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The priority range filter.
PROMPTABLESTATUS_COMPOUND - Static variable in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Status of the variable compound
PROMPTABLESTATUS_LEFTTORIGHTSUB - Static variable in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
The default status of the variable (left to right)
PROMPTABLESTATUS_TABULAR - Static variable in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Status of the variable tabular
PROMPT_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency Identifier filter.
PROMPT_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency Identifier filter.
PROMPT_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency Identifier filter.
PROMPT_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency Identifier filter.
PROMPT_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency prompt name filter.
PROMPT_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency prompt name filter.
PROMPT_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency prompt name filter.
PROMPT_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency prompt name filter.
PROMPT_DEPENDENCY_NUMBER - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency number filter.
PROMPT_DEPENDENCY_NUMBER - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The prompt dependency number filter.
PROMPT_DEPENDENCY_NUMBER - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency number filter.
PROMPT_DEPENDENCY_NUMBER - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The prompt dependency number filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The prompt name filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The prompt name filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.PromptFilters
The prompt name filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.PromptFilters
The prompt name filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt name filter.
PROMPT_NAME - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt name filter.
PROMPT_NUMBER - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt number filter.
PROMPT_NUMBER - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt number filter.
PROMPT_STATUS_ANSWERED_NO - Static variable in class com.ibm.tws.objects.plan.types.PromptStatusType
The Prompt has been Answered 'No'
PROMPT_STATUS_ANSWERED_YES - Static variable in class com.ibm.tws.objects.plan.types.PromptStatusType
The Prompt has been Answered 'Yes'
PROMPT_STATUS_ASKED - Static variable in class com.ibm.tws.objects.plan.types.PromptStatusType
The Prompt is Asked, and waits a Reply.
PROMPT_STATUS_NOT_ASKED - Static variable in class com.ibm.tws.objects.plan.types.PromptStatusType
The Prompt is Not Asked
PROMPT_TYPE_GLOBAL - Static variable in class com.ibm.tws.objects.plan.types.PromptType
The Prompt is a predefined (global) Prompt
PROMPT_TYPE_LOCAL - Static variable in class com.ibm.tws.objects.plan.types.PromptType
The Prompt is an ad-hoc (local) Prompt
PROMPT_TYPE_RESTART - Static variable in class com.ibm.tws.objects.plan.types.PromptType
The Prompt is a restart Prompt
Period - class com.ibm.tws.objects.model.Period.
This object represents a TWS zOS period, and wraps a PeriodHeader that in turn wraps a PeriodKey.
Period() - Constructor for class com.ibm.tws.objects.model.Period
Creates an empty Period.
Period(PeriodHeader) - Constructor for class com.ibm.tws.objects.model.Period
Creates a Period with the specified header.
PeriodFilters - interface com.ibm.tws.objects.filter.PeriodFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on periods.
(These filters can be used only with a TWS for z/OS engine.)
PeriodFilters - interface com.ibm.tws.objects.filter.PeriodFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on periods.
(These filters can be used only with a TWS for z/OS engine.)
PeriodHeader - class com.ibm.tws.objects.model.PeriodHeader.
This class hosts the attributes to be shown in TWS external interfaces when listing periods.
PeriodHeader() - Constructor for class com.ibm.tws.objects.model.PeriodHeader
Creates an empty PeriodHeader.
PeriodHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.PeriodHeader
Creates a PeriodHeader with the specified identifier.
PeriodHeader(PeriodKey) - Constructor for class com.ibm.tws.objects.model.PeriodHeader
Creates a PeriodHeader with the specified key.
PeriodHeader(Identifier, PeriodKey) - Constructor for class com.ibm.tws.objects.model.PeriodHeader
Creates a PeriodHeader with the specified identifier and key.
PeriodInterval - class com.ibm.tws.objects.types.PeriodInterval.
This class includes the information required to describe period days intervals.
PeriodInterval() - Constructor for class com.ibm.tws.objects.types.PeriodInterval
Creates an empty PeriodInterval object.
PeriodInterval(Date, Date) - Constructor for class com.ibm.tws.objects.types.PeriodInterval
Creates a PeriodInterval object with the specified origin and end dates.
PeriodKey - class com.ibm.tws.objects.model.PeriodKey.
This object represents a period external key, including fields used to identify a period in TWS external interfaces.
PeriodKey() - Constructor for class com.ibm.tws.objects.model.PeriodKey
Creates an empty PeriodKey.
PeriodKey(String) - Constructor for class com.ibm.tws.objects.model.PeriodKey
Creates a PeriodKey with the specified name.
PeriodType - class com.ibm.tws.objects.types.PeriodType.
This class implements the PeriodType ordinal type.
PlanGroupFieldManager - class com.ibm.tws.objects.plan.utils.PlanGroupFieldManager.
This class represents the manager of the group field.
PlanGroupFieldManager(Class, String) - Constructor for class com.ibm.tws.objects.plan.utils.PlanGroupFieldManager
Constructor
PlanGroupFields - interface com.ibm.tws.objects.plan.utils.PlanGroupFields.
This interface exposes the group fileds on which the plan objects can be grouped.
PlanIdentifier - class com.ibm.tws.objects.plan.PlanIdentifier.
This class is a subclass of Identified, used to represent a special kind of it.
PlanIdentifier(String) - Constructor for class com.ibm.tws.objects.plan.PlanIdentifier
Creates an Identifier object with the specified value.
PrintOption - class com.ibm.tws.objects.types.PrintOption.
This class implements the PrintOption ordinal type.
Prompt - class com.ibm.tws.objects.model.Prompt.
This simple object, which has no header, models all available types of prompts (predefined, ad-hoc or recovery), and wraps a PromptKey, including only the prompt name.
Prompt() - Constructor for class com.ibm.tws.objects.model.Prompt
Creates an empty Prompt.
Prompt(Identifier) - Constructor for class com.ibm.tws.objects.model.Prompt
Creates a Prompt with the specified identifier.
Prompt(PromptKey) - Constructor for class com.ibm.tws.objects.model.Prompt
Creates a Prompt with the specified key.
Prompt(Identifier, PromptKey) - Constructor for class com.ibm.tws.objects.model.Prompt
Creates a Prompt with the specified identifier and key.
PromptDependency - class com.ibm.tws.objects.model.PromptDependency.
Prompt dependencies for jobs and job streams are represented through multiple instances of the PromptDependency class, each one referencing a Prompt object.
PromptDependency() - Constructor for class com.ibm.tws.objects.model.PromptDependency
Creates an empty PromptDependency.
PromptDependency(Identifier) - Constructor for class com.ibm.tws.objects.model.PromptDependency
Creates a PromptDependency, specifying the identifier of the referenced prompt.
PromptDependency(Prompt) - Constructor for class com.ibm.tws.objects.model.PromptDependency
Creates a PromptDependency, specifying the referenced prompt.
PromptDependencyInPlan - class com.ibm.tws.objects.plan.PromptDependencyInPlan.
Prompt dependencies for jobs and job streams are represented through multiple instances of the PromptDependencyInPlan class, each one referencing a PromptInPlanKey object.
PromptDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.PromptDependencyInPlan
Creates an empty Prompt.
PromptDependencyInPlan(Identifier, PromptInPlanKey) - Constructor for class com.ibm.tws.objects.plan.PromptDependencyInPlan
Creates a Prompt containing an Identifier and a Key
PromptDependencyInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.PromptDependencyInPlan
Creates a Prompt Containing an Identifier
PromptDependencyInPlan(PromptInPlanKey) - Constructor for class com.ibm.tws.objects.plan.PromptDependencyInPlan
Creates a Prompt containing a key
PromptFilters - interface com.ibm.tws.objects.filter.PromptFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on prompts.
(These filters can be used only with a TWS Distributed engine.)
PromptFilters - interface com.ibm.tws.objects.filter.PromptFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on prompts.
(These filters can be used only with a TWS Distributed engine.)
PromptInPlan - class com.ibm.tws.objects.plan.PromptInPlan.
This simple object, which has no header, models all available types of prompts (predefined, ad-hoc or recovery), and wraps a PromptKey, including only the prompt name.
PromptInPlan() - Constructor for class com.ibm.tws.objects.plan.PromptInPlan
Creates an empty Prompt.
PromptInPlan(Identifier, PromptInPlanKey) - Constructor for class com.ibm.tws.objects.plan.PromptInPlan
Creates a Prompt containing an Identifier and a Key
PromptInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.PromptInPlan
Creates a Prompt Containing an Identifier
PromptInPlan(PromptInPlanKey) - Constructor for class com.ibm.tws.objects.plan.PromptInPlan
Creates a Prompt containing a key
PromptInPlanFilters - interface com.ibm.tws.objects.filter.PromptInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on prompts.
PromptInPlanFilters - interface com.ibm.tws.objects.filter.PromptInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on prompts.
PromptInPlanKey - class com.ibm.tws.objects.plan.PromptInPlanKey.
This object represents a prompt in plan external key, including fields used to identify a prompt in TWS external interfaces.
PromptInPlanKey() - Constructor for class com.ibm.tws.objects.plan.PromptInPlanKey
Creates an empty PromptKey.
PromptInPlanKey(String) - Constructor for class com.ibm.tws.objects.plan.PromptInPlanKey
Creates a PromptKey, with the specified name.
PromptKey - class com.ibm.tws.objects.model.PromptKey.
This object represents a prompt external key, including fields used to identify a prompt in TWS external interfaces.
PromptKey() - Constructor for class com.ibm.tws.objects.model.PromptKey
Creates an empty PromptKey.
PromptKey(String) - Constructor for class com.ibm.tws.objects.model.PromptKey
Creates a PromptKey with the specified name.
PromptStatusType - class com.ibm.tws.objects.plan.types.PromptStatusType.
This class implements the PromptStatusType ordinal type.
PromptType - class com.ibm.tws.objects.plan.types.PromptType.
This class implements the PromptType ordinal type.
PromptValidator - class com.ibm.tws.objects.model.validator.PromptValidator.
This class provides methods that can be used to validate Prompt and PromptKey objects.
PromptValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.PromptValidator
Creates a new PromptValidator, using the specified locale for error messages.
parseKey(String) - Static method in class com.ibm.tws.objects.model.CalendarKey
Parses data from the specified string and creates a new CalendarKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.DomainKey
Parses data from the specified string and creates a new DomainKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.FlowTargetKey
Parses data from the specified string and creates a new FlowTargetKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.JobDefinitionKey
Parses data from the specified string and creates a new JobDefinitionKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.JobKey
Parses data from the specified string and creates a new JobKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.JobStreamKey
Parses data from the specified string and creates a new JobStreamKey.
parseKey(String, DateFormat) - Static method in class com.ibm.tws.objects.model.JobStreamKey
Parses data from the specified string and creates a new JobStreamKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.PeriodKey
Parses data from the specified string and creates a new PeriodKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.PromptKey
Parses data from the specified string and creates a new PromptKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.ResourceKey
Parses data from the specified string and creates a new ResourceKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.VariableKey
Parses data from the specified string and creates a new VariableKey.
parseKey(String) - Static method in class com.ibm.tws.objects.model.WindowsUserKey
Parses data from the specified string and creates a new WindowsUserKey.
parseKey(String) - Static method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Parses data from the specified string and creates a new CalendarInPlanKey.
printStackTrace() - Method in class com.ibm.tws.util.exception.TWSException
Prints the stack trace to System.err
printStackTrace(PrintStream) - Method in class com.ibm.tws.util.exception.TWSException
Prints the stack trace to the specified PrintStream
printStackTrace(PrintWriter) - Method in class com.ibm.tws.util.exception.TWSException
Prints the stack trace to the specified PrintWriter
put(TWSObject) - Method in class com.ibm.tws.objects.types.TWSObjectMap
Puts the specified object in the map.

Q

QueryFilter - class com.ibm.tws.objects.filter.QueryFilter.
This object implements a general purpose map of parameters to be used in calls to TWS API methods that return multiple results.
QueryFilter() - Constructor for class com.ibm.tws.objects.filter.QueryFilter
Creates an empty QueryFilter.
QueryFilterValidator - class com.ibm.tws.objects.model.validator.QueryFilterValidator.
This class provides methods that can be used to validate QueryFilter objects.
QueryFilterValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.QueryFilterValidator
Creates a new QueryFilterValidator, using the specified locale for error messages.
QueryResult - class com.ibm.tws.conn.util.QueryResult.
This class is used in the query API.
QueryResult(QueryContext, List) - Constructor for class com.ibm.tws.conn.util.QueryResult
Constructor (to be used for object transfer mode)
QueryResult(QueryContext, byte[]) - Constructor for class com.ibm.tws.conn.util.QueryResult
Constructor (to be used for byte transfer mode)
queryJobInstanceResourceUsage(QueryFilter, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Returns the list of Job In plan objects that are holding or waiting on the resource specified in the filter
queryNext(QueryContext) - Method in interface com.ibm.tws.conn.model.ConnModel
Return the next chunk of objects retrieved by a queryTWSObject call.
queryNext(QueryPlanContext) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Return a list of objects according with the Filter present in the context.
queryNext(QueryContext) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Return a list of object according with the query context passed in input This list is contained in the QueryResult object
queryNext(QueryPlanContext) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return a list of objects according with the Filter present in the context.
queryNextJobInstanceResourceUsage(QueryPlanContext) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return a list of JobInPlan Objects holding or waiting ona given resource according with the query context passed in input This list is contained in the QueryResult object
queryPlanObject(Class, QueryFilter, int, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Return a list of object according with the Filter passed in input.
queryPlanObject(Class, QueryFilter, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return a list of object according with the Filter passed in input.
queryTWSObject(Class, QueryFilter, int, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Returns a list of the TWS model objects that match the given search filter.
queryTWSObject(Class, QueryFilter, int, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Return a list of object according with the Filter passed in input This list is contained in the QueryResult object

R

RCDSACTIONTYPE_DATASETDELETE - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Action Type: Dataset delete
RCDSACTIONTYPE_DATASETDELETEANDUNCATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Action Type: Dataset delete and uncatalog
RCDSACTIONTYPE_DATASETRECATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Action Type: Dataset recatalog
RCDSACTIONTYPE_DATASETUNCATALOG - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Action Type: Dataset uncatalog
RCDSRESULTTYPE_CLEANUPDONE - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Result Type: Clean Up Done
RCDSRESULTTYPE_CLEANUPFAILED - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Result Type: Clean Up Failed
RCDSRESULTTYPE_NOCLEANUP - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS Result Type: No Clean Up
RCDSUSERSELECTIONTYPE_EXCLUDEDATASET - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS User Selection Type: Exclude Dataset
RCDSUSERSELECTIONTYPE_INCLUDEDATASET - Static variable in class com.ibm.tws.objects.plan.types.DataSet
RCDS User Selection Type: Include Dataset
READY_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "READY" status.
RECOVERY_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The recovery flow target name filter.
RECOVERY_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The recovery flow target name filter.
RECOVERY_JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The recovery job definition name filter.
RECOVERY_JOB_DEFINITION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The recovery job definition name filter.
RECOVERY_OPTION_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Recovery Option Filter.
RECOVERY_OPTION_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Recovery Option Filter.
RELEASE - Static variable in class com.ibm.tws.objects.types.OnErrorOption
The RELEASE value.
REPORTING_ATTRIBUTES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The reporting attributes list filter.
REPORTING_ATTRIBUTES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The reporting attributes list filter.
REPORTING_ATTRIBUTES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Reporting Attribute filter.
REPORTING_ATTRIBUTES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Reporting Attribute filter.
RERUN - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The rerun filter.
RERUN - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The rerun filter.
RERUN - Static variable in class com.ibm.tws.objects.types.RecoveryOption
The RERUN value.
RERUN_REQUESTED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream rerun requested filter.
RERUN_REQUESTED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job stream rerun requested filter.
RESET - Static variable in class com.ibm.tws.objects.types.ResourceActionOnComplete
The RESET value.
RESET - Static variable in class com.ibm.tws.objects.types.YesNoResetOption
The RESET value.
RESOLUTION_ALL - Static variable in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Resolution All
RESOLUTION_NONE - Static variable in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Resolution None
RESOLUTION_PREDECESSORS - Static variable in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Resolution Predecessors
RESOLUTION_SUCCESSORS - Static variable in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Resolution Successors
RESOURCE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency Identifier filter.
RESOURCE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency Identifier filter.
RESOURCE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency Identifier filter.
RESOURCE_DEPENDENCY_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency Identifier filter.
RESOURCE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency resource name filter.
RESOURCE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency resource name filter.
RESOURCE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency resource name filter.
RESOURCE_DEPENDENCY_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency resource name filter.
RESOURCE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency workstaion name filter.
RESOURCE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The resource dependency workstaion name filter.
RESOURCE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency workstaion name filter.
RESOURCE_DEPENDENCY_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The resource dependency workstaion name filter.
RESOURCE_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The resource flow target name filter.
RESOURCE_FLOW_TARGET_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The resource flow target name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A string representing Name of the resource for which we want to get the list of jobs waiting or using this resource.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanResourceUsageFilters
A string representing Name of the resource for which we want to get the list of jobs waiting or using this resource.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The resource name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The resource name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The resource name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceFilters
The resource name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The resource name filter.
RESOURCE_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The resource name filter.
RESOURCE_STATUS_AVAILABLE - Static variable in class com.ibm.tws.objects.plan.types.ResourceStatusType
The Resource is Available
RESOURCE_STATUS_NOT_AVAILABLE - Static variable in class com.ibm.tws.objects.plan.types.ResourceStatusType
The Resource is Not Available.
RESOURCE_STATUS_UNDECIDED - Static variable in class com.ibm.tws.objects.plan.types.ResourceStatusType
The Resource is in an Undecided State.
RJOB_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "RJOB" status.
RULE - Static variable in class com.ibm.tws.objects.types.RunCycleType
The RULE value.
RUN_CYCLE_CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The run cycle calendar name filter.
RUN_CYCLE_CALENDAR_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamFilters
The run cycle calendar name filter.
RUN_DATE_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The run date range filter.
RUN_DATE_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The run date range filter.
RangeValidatorException - exception com.ibm.tws.objects.validator.RangeValidatorException.
This exception is thrown when validation of an object fails because a sortable field is out of the allowed range.
RangeValidatorException(String, int, int, int, Validator) - Constructor for class com.ibm.tws.objects.validator.RangeValidatorException
Creates a new RangeValidatorException from the specified parameters (used in range validations on integer fields).
RangeValidatorException(String, long, long, long, Validator) - Constructor for class com.ibm.tws.objects.validator.RangeValidatorException
Creates a new RangeValidatorException from the specified parameters (used in range validations on long integer fields).
RangeValidatorException(String, Date, Date, Date, Validator) - Constructor for class com.ibm.tws.objects.validator.RangeValidatorException
Creates a new RangeValidatorException from the specified parameters (used in range validations on date fields).
RecoveryOption - class com.ibm.tws.objects.types.RecoveryOption.
This class implements the RecoveryOption ordinal type.
RerunDetails - class com.ibm.tws.objects.plan.utils.RerunDetails.
This class is used as a parameter in the rerunJobInstance API, in order to pass in a single object all the needed parameters.
RerunDetails() - Constructor for class com.ibm.tws.objects.plan.utils.RerunDetails
Empty constructor.
RerunDetails(String) - Constructor for class com.ibm.tws.objects.plan.utils.RerunDetails
Constructor used to make a 'rerun step'.
RerunDetails(Identifier) - Constructor for class com.ibm.tws.objects.plan.utils.RerunDetails
Constructor used to make a simple 'rerun from'.
RerunDetails(Identifier, String) - Constructor for class com.ibm.tws.objects.plan.utils.RerunDetails
Constructor used to make a 'rerun from' with 'rerun step'.
RerunDetails(Date, int, Identifier, boolean) - Constructor for class com.ibm.tws.objects.plan.utils.RerunDetails
Constructor used to make a 'rerun from' with some other constrain.
ResolutionData - class com.ibm.tws.objects.types.ResolutionData.
This class includes the information required to describe the resolution criteria to be used for external dependencies.
ResolutionData() - Constructor for class com.ibm.tws.objects.types.ResolutionData
Creates an empty ResolutionData object.
ResolutionRule - class com.ibm.tws.objects.types.ResolutionRule.
This class implements the ResolutionRule ordinal type.
Resource - class com.ibm.tws.objects.model.Resource.
The Resource object, representing a TWS logical resource, wraps a ResourceHeader that in turn wraps a ResourceKey, which references the target workstation or workstation class through a FlowTargetKey.
Resource() - Constructor for class com.ibm.tws.objects.model.Resource
Creates an empty Resource.
Resource(ResourceHeader) - Constructor for class com.ibm.tws.objects.model.Resource
Creates a Resource with the specified header.
ResourceActionOnComplete - class com.ibm.tws.objects.types.ResourceActionOnComplete.
This class implements the ResourceActionOnComplete ordinal type.
ResourceActionOnError - class com.ibm.tws.objects.types.ResourceActionOnError.
This class implements the ResourceActionOnError ordinal type.
ResourceAllocationType - class com.ibm.tws.objects.types.ResourceAllocationType.
This class implements the ResourceAllocationType ordinal type.
ResourceAvailabilityInterval - class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval.
This class includes the information required to describe an availability interval of a z/OS resource.
ResourceAvailabilityInterval() - Constructor for class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Creates an empty ResourceAvailabilityInterval object.
ResourceAvailabilityInterval(boolean, long, long) - Constructor for class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Creates a ResourceAvailabilityInterval object using the "STANDARD" value as a validity interval, and specifying a start and end time.
ResourceAvailabilityInterval(int, long, long) - Constructor for class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Creates a ResourceAvailaiblityInterval object using a day of week as a validity interval, and specifying a start and end time.
ResourceAvailabilityInterval(Date, long, long) - Constructor for class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Creates a ResourceAvailaiblityInterval object using a specific date as a validity interval, and specifying a start and end time.
ResourceBaseConstraints - class com.ibm.tws.objects.types.ResourceBaseConstraints.
This class includes the information required to describe the usage constraints of a resource.
ResourceBaseConstraints() - Constructor for class com.ibm.tws.objects.types.ResourceBaseConstraints
Creates an empty ResourceBaseConstraints object.
ResourceDependency - class com.ibm.tws.objects.model.ResourceDependency.
Resource dependencies are represented for a job or job stream through multiple instances of this class, which references the resource on which the job or job stream depends, and allows defining a quantity attribute.
ResourceDependency() - Constructor for class com.ibm.tws.objects.model.ResourceDependency
Creates an empty ResourceDependency.
ResourceDependency(Identifier) - Constructor for class com.ibm.tws.objects.model.ResourceDependency
Creates a ResourceDependency, specifying the identifier of the referenced resource.
ResourceDependency(ResourceKey) - Constructor for class com.ibm.tws.objects.model.ResourceDependency
Creates a ResourceDependency, specifying the key of the referenced resource.
ResourceDependency(Identifier, ResourceKey) - Constructor for class com.ibm.tws.objects.model.ResourceDependency
Creates a ResourceDependency, specifying the identifier and key of the referenced resource.
ResourceDependencyInPlan - class com.ibm.tws.objects.plan.ResourceDependencyInPlan.
Resource dependencies are represented for a job or job stream through multiple instances of this class, which references the resource on which the job or job stream depends, and allows defining a quantity attribute.
ResourceDependencyInPlan() - Constructor for class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Creates an empty resource.
ResourceDependencyInPlan(Identifier, ResourceInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Creates a resource containing an Identifier and a Key
ResourceDependencyInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Creates a resource Containing an Identifier
ResourceDependencyInPlan(ResourceInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Creates a Resource containing a key
ResourceFilters - interface com.ibm.tws.objects.filter.ResourceFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on resources.
ResourceFilters - interface com.ibm.tws.objects.filter.ResourceFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on resources.
ResourceHeader - class com.ibm.tws.objects.model.ResourceHeader.
This class hosts the attributes to be shown in TWS external interfaces when listing resources.
ResourceHeader() - Constructor for class com.ibm.tws.objects.model.ResourceHeader
Creates an empty ResourceHeader.
ResourceHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.ResourceHeader
Creates a ResourceHeader with the specified identifier.
ResourceHeader(ResourceKey) - Constructor for class com.ibm.tws.objects.model.ResourceHeader
Creates a ResourceHeader with the specified key.
ResourceHeader(Identifier, ResourceKey) - Constructor for class com.ibm.tws.objects.model.ResourceHeader
Creates a ResourceHeader with the specified identifier and key.
ResourceHolderInPlan - class com.ibm.tws.objects.plan.ResourceHolderInPlan.
The ResourceHolderInPlan object, represents a link between a ResourceInPlan object and the FlowNodeInPlan object that depends on it.
ResourceHolderInPlan() - Constructor for class com.ibm.tws.objects.plan.ResourceHolderInPlan
Creates an empty ResourceHolderInPlan.
ResourceHolderInPlan(Identifier, JobStreamInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceHolderInPlan
Constructor
ResourceHolderInPlan(Identifier, JobInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceHolderInPlan
Constructor
ResourceInPlan - class com.ibm.tws.objects.plan.ResourceInPlan.
The ResourceInPlan object, representing a TWS logical resource wraps a ResourceKey, which references the target workstation through a WorkstationInPlanKey.
ResourceInPlan() - Constructor for class com.ibm.tws.objects.plan.ResourceInPlan
Empty Constructor
ResourceInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.ResourceInPlan
Constructor.
ResourceInPlan(ResourceInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceInPlan
Constructor.
ResourceInPlan(Identifier, ResourceInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceInPlan
Constructor.
ResourceInPlanAvailabilityInterval - class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval.
This class includes the information required to describe the additional constraints of a resource in plan, associated to a given interval.
ResourceInPlanAvailabilityInterval() - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Creates an empty ResourceInPlanAvailabilityInterval object.
ResourceInPlanAvailabilityInterval(boolean, long, long) - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Creates a ResourceInPlanAvailabilityInterval object using the "STANDARD" value as a validity interval, and specifying a start and end time.
ResourceInPlanAvailabilityInterval(int, long, long) - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Creates a ResourceAvailaiblityInterval object using a day of week as a validity interval, and specifying a start and end time.
ResourceInPlanAvailabilityInterval(Date, long, long) - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Creates a ResourceAvailaiblityInterval object using a specific date as a validity interval, and specifying a start and end time.
ResourceInPlanConstraints - class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints.
This class includes the information required to describe the additional constraints of a resource in plan, associated to a given interval.
ResourceInPlanConstraints() - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Creates an empty ResourceInPlanConstraints object
ResourceInPlanFilters - interface com.ibm.tws.objects.filter.ResourceInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on resources.
ResourceInPlanFilters - interface com.ibm.tws.objects.filter.ResourceInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on resources.
ResourceInPlanKey - class com.ibm.tws.objects.plan.ResourceInPlanKey.
This object represents a resource in plan external key, including fields used to identify a resource in TWS external interfaces.
ResourceInPlanKey() - Constructor for class com.ibm.tws.objects.plan.ResourceInPlanKey
Creates an empty Resource key.
ResourceInPlanKey(String, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.ResourceInPlanKey
Creates a Resource Key
ResourceInPlanZOSAttributes - class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes.
This class includes some adidtional information for a Resource in Plan object.
ResourceInPlanZOSAttributes() - Constructor for class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Creates an empty ResourceInPlanZOSAttributes object
ResourceKey - class com.ibm.tws.objects.model.ResourceKey.
This object represents a resource external key, including fields used to identify a resource in TWS external interfaces.
ResourceKey() - Constructor for class com.ibm.tws.objects.model.ResourceKey
Creates an empty ResourceKey.
ResourceKey(String) - Constructor for class com.ibm.tws.objects.model.ResourceKey
Creates a ResourceKey with the specified name.
ResourceKey(String, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.ResourceKey
Creates a ResourceKey with the specified name and workstation or workstation class key.
ResourceStatusType - class com.ibm.tws.objects.plan.types.ResourceStatusType.
This class implements the ResourceStatusType ordinal type.
ResourceUsage - class com.ibm.tws.objects.types.ResourceUsage.
This class implements the ResourceUsage ordinal type.
ResourceValidator - class com.ibm.tws.objects.model.validator.ResourceValidator.
This class provides methods that can be used to validate Resource, ResourceHeader and ResourceKey objects.
ResourceValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.ResourceValidator
Creates a new ResourceValidator, using the specified locale for error messages.
RestartCleanupOptions - class com.ibm.tws.objects.plan.types.RestartCleanupOptions.
This class includes the information required to describe the Restart and Cleanup options for Zos environment.
RestartCleanupOptions() - Constructor for class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Creates an empty object.
RestartCleanupType - class com.ibm.tws.objects.plan.types.RestartCleanupType.
This class implements the RestartCleanupType ordinal type.
RestartStep - class com.ibm.tws.objects.plan.types.RestartStep.
This class includes the information required to restart from a step for Zos environment.
RestartStep() - Constructor for class com.ibm.tws.objects.plan.types.RestartStep
Creates an empty object.
RunCycle - class com.ibm.tws.objects.model.RunCycle.
This class models a run cycle and can be used to represent the information about one of the run cycles defined for a job stream.
RunCycle() - Constructor for class com.ibm.tws.objects.model.RunCycle
Creates an empty RunCycle.
RunCycle(Identifier) - Constructor for class com.ibm.tws.objects.model.RunCycle
Creates a RunCycle with the specified identifier.
RunCycleType - class com.ibm.tws.objects.types.RunCycleType.
This class implements the RunCycleType ordinal type.
RunCycleValidator - class com.ibm.tws.objects.model.validator.RunCycleValidator.
This class provides methods that can be used to validate RunCycle objects.
RunCycleValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.RunCycleValidator
Creates a new RunCycleValidator, using the specified locale for error messages.
releaseAllJobInstanceDependencies(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release all the dependencies from the specified job.
releaseAllJobInstanceDependencies(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release all the dependencies from the specified job.
releaseAllJobStreamInstanceDependencies(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release all the dependencies from the specified job stream.
releaseAllJobStreamInstanceDependencies(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release all the dependencies from the specified job stream.
releaseJobInstance(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release the specified job.
releaseJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release the specified job.
releaseJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release the specified dependencies from the specified job.
releaseJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release the specified dependencies from the specified job.
releaseJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release the specified job stream.
releaseJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release the specified job stream.
releaseJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Release the specified dependencies from the specified job stream.
releaseJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Release the specified dependencies from the specified job stream.
remove(TWSObject) - Method in class com.ibm.tws.objects.types.TWSObjectMap
Removes the object corresponding to the specified one from the map.
removeJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Remove the specified dependencies from the specified job.
removeJobInstanceDependencies(Identifier, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Remove the specified dependencies from the specified job.
removeJobInstanceSuccessors(Identifier, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Remove the specified successors from the job identified by jobId
removeJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Remove the specified dependencies from the specified job stream.
removeJobStreamInstanceDependencies(Identifier, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Remove the specified dependencies from the specified job stream.
removeTWSObject(Class, TWSKey, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Removes a TWS model object by external key, checking that the object is not locked by any user.
removeTWSObject(Class, Identifier, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Removes a TWS model object by identifier, checking that the object is not locked by any user.
removeTWSObject(Class, TWSKey, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
removeTWSObject
removeTWSObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
removeTWSObject
replaceLists(JobStream) - Method in class com.ibm.tws.objects.model.JobStream
Replaces the current lists of jobs, run cycles and all dependencies with those of the specified job stream.
replyPrompt(Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Reply 'YES' (true) or 'NO' (false) to the sopecified prompt.
replyPrompt(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Reply 'YES' (true) or 'NO' (false) to the sopecified prompt.
requiresConfirmation() - Method in class com.ibm.tws.objects.model.Job
Returns true if this job requires confirmation.
requiresConfirmation() - Method in class com.ibm.tws.objects.plan.JobInPlan
Deprecated. use isRequiresConfirmation instead.
rerunJobInstance(Identifier, RerunDetails, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Rerun the specified job.
rerunJobInstance(Identifier, RerunDetails, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Rerun the specified job.
resetFilter(String) - Method in class com.ibm.tws.objects.filter.QueryFilter
Removes the specified parameter from this QueryFilter.
rollbackJobJCL(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Rollback the JCL modification done on the job identified by the given id.
rollbackJobRestartAndCleanup(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Rollback the restartAndCleanup modification done on the TWSObject object identified by the given id.
rollbackModifyPlanObject(Class, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
rollback the modification to the TWSObject object identified by the given id.

S

SA - Static variable in class com.ibm.tws.objects.types.WorkstationType
The SA value.
SCHEDULING_ENVIRONMENT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The scheduling environment name filter.
SCHEDULING_ENVIRONMENT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The scheduling environment name filter.
SCHEDULING_ENVIRONMENT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job scheduling environment name filter.
SCHEDULING_ENVIRONMENT_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The job scheduling environment name filter.
SCHED_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "SCHED" status.
SCOPE_NO_PLAN_DEPENDENCIES - Static variable in class com.ibm.tws.conn.util.Context
Disables loading of dependencies in plan queries
SCOPE_PROPERTIES - Static variable in class com.ibm.tws.conn.util.Context
The scope integer used to identify the properties of a job stream
SCOPE_PROPERTIES_AND_RUN_CYCLES - Static variable in class com.ibm.tws.conn.util.Context
The scope integer used to identify a job stream with its run cycles only
SCOPE_WHOLE - Static variable in class com.ibm.tws.conn.util.Context
The scope integer used to identify the whole content of a job stream
SCOPE_WHOLE_NO_JOB_DEFINITIONS - Static variable in class com.ibm.tws.conn.util.Context
The scope integer used to identify the whole content of a job stream without job definitions
SCOPE_WHOLE_NO_RUN_CYCLES - Static variable in class com.ibm.tws.conn.util.Context
The scope integer used to identify the whole content of a job stream, except for run cycles
SCOPE_YES_PLAN_DEPENDENCIES - Static variable in class com.ibm.tws.conn.util.Context
Enables loading of dependencies in plan queries
SHARED - Static variable in class com.ibm.tws.objects.types.ResourceAllocationType
The SHARED value.
SIMPLE - Static variable in class com.ibm.tws.objects.types.RunCycleType
The SIMPLE value.
SKEL_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "SKEL" status.
START_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Start Time Filter.
START_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Start Time Filter.
START_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Start Time Filter.
START_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Start Time Filter.
START_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Start Time Range Filter.
START_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Start Time Range Filter.
START_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Start Time Range Filter.
START_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Start Time Range Filter.
STATUS_ACTION_FAILED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Action Failed Status
STATUS_ADDEDTOJESQUEUE - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status added to JES queue for computer workstation operations in jobStarted
STATUS_AUTOMATICALLYRESET - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
State automatically reset for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_CANCELED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Canceled Status
STATUS_CLOSEDOWNINPROGRESS - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status close down in progress for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_COMPLETE - Static variable in class com.ibm.tws.objects.plan.types.CleanUpStatus
Status Complete
STATUS_COMPLETED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Completed Status
STATUS_DISCARDED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Discarted Status
STATUS_ERROR - Static variable in class com.ibm.tws.objects.plan.types.CleanUpStatus
Status Error
STATUS_ERRORDURINGJOBSUBMISSIONORRELEASE - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status error during job submission or release for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_EXCLUDED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Excluded Status
STATUS_EXECUTING - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status executing for computer workstation operations in jobStarted
STATUS_FIRST - Static variable in class com.ibm.tws.objects.plan.types.CriticalPathStatus
First Status
STATUS_HELD - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status Held for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_INITIATED_NOT_STARTED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Initiated but not started status
STATUS_JOBAAA - Static variable in class com.ibm.tws.objects.plan.types.HostJobStatus
Job AAA
STATUS_JOBBBB - Static variable in class com.ibm.tws.objects.plan.types.HostJobStatus
Job BBB
STATUS_JOBCCC - Static variable in class com.ibm.tws.objects.plan.types.HostJobStatus
Job CCC
STATUS_LATETHENSUPPRESSED - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status late then suppressed for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The status filter.
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The status filter.
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The status filter.
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The status filter.
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt status filter.
STATUS_LIST - Static variable in interface com.ibm.tws.objects.filter.PromptInPlanFilters
The prompt status filter.
STATUS_MANUALLYSET - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status Manually Set for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor jobStarted jobError
STATUS_NONE - Static variable in class com.ibm.tws.objects.plan.types.CleanUpStatus
Status None
STATUS_NONE - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status none for computer workstation operations in jobReady jobError
STATUS_NOPED - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status Noped for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_RESTARTED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Restarted Status
STATUS_STARTED - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Stareted status
STATUS_SUBMITINPROGRESS - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status submit in progress for computer workstation operations in jobStarted
STATUS_SUBMITTED - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status submitted for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_WAITINGFORCATMANACTIONCOMPLETITION - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status waiting for catman action completion for computer workstation operations in jobReady jobError
STATUS_WAITINGFORDEFERREDCATMANACTION - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status waiting for deferred catman action for computer workstation operations in jobReady jobError
STATUS_WAITINGFORRESOURCE - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status Waiting For Resource for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_WAITINGFORSCHEDULINGENVIRONMENT - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status waiting for scheduling environment
STATUS_WAITINGFORWORKSTATIONDELAY - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status waiting for workstation delay
STATUS_WAITINGPARTICULARTIME - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status waiting particular time for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor
STATUS_WAITING_DFHS_RESPONSE - Static variable in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Waiting DFHS Response Status
STATUS_WORKSTATIONCLOSED - Static variable in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Status workstation Closed for computer workstation operations in jobReady jobError
STEPACTION_END - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Action End
STEPACTION_EXCLUDE - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Action Exclude
STEPACTION_INCLUDE - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Action Include
STEPACTION_START - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Action Start
STEPRESTARTABILITY_BESTRESTARTSTEP - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Restart Ability Best Restart Step
STEPRESTARTABILITY_NONRESTARTABLE - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Restart Ability Not Restartable
STEPRESTARTABILITY_RESTARTABLE - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Restart Ability Restartable
STEPSTATUS_ABENDED - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Staus Abended
STEPSTATUS_EXECUTED - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Status Executed
STEPSTATUS_FLUSHED - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Staus Flushed
STEPSTATUS_NOTEXECUTED - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Status Not Executed
STEPTYPE_CLEANUP - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Type Clean Up
STEPTYPE_NORMAL - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Type Normal
STEPTYPE_SIMULATED - Static variable in class com.ibm.tws.objects.plan.types.JobStep
Step Type Simulated
STOP - Static variable in class com.ibm.tws.objects.types.RecoveryOption
The STOP value.
SUCCESSFUL - Static variable in class com.ibm.tws.objects.types.JobRunStatus
The SUCCESSFUL value.
SUCCESSORS_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors job Identifier filter.
SUCCESSORS_ID - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors job Identifier filter.
SUCCESSORS_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors job Identifier filter.
SUCCESSORS_ID - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors job Identifier filter.
SUCCESSORS_INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors input arrival time filter.
SUCCESSORS_INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors input arrival time filter.
SUCCESSORS_INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors input arrival time filter.
SUCCESSORS_INPUT_ARRIVAL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors input arrival time filter.
SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors input arrival time range filter.
SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors input arrival time range filter.
SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors input arrival time range filter.
SUCCESSORS_INPUT_ARRIVAL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors input arrival time range filter.
SUCCESSORS_INTERNETWORK_STRING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors internetwork string filter.
SUCCESSORS_INTERNETWORK_STRING - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors internetwork string filter.
SUCCESSORS_INTERNETWORK_STRING - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors internetwork string filter.
SUCCESSORS_INTERNETWORK_STRING - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors internetwork string filter.
SUCCESSORS_JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors job name filter.
SUCCESSORS_JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors job name filter.
SUCCESSORS_JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors job name filter.
SUCCESSORS_JOB_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors job name filter.
SUCCESSORS_JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors schedule name filter.
SUCCESSORS_JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors schedule name filter.
SUCCESSORS_JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors schedule name filter.
SUCCESSORS_JOB_STREAM_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors schedule name filter.
SUCCESSORS_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors workstation name filter.
SUCCESSORS_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The successors workstation name filter.
SUCCESSORS_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors workstation name filter.
SUCCESSORS_WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The successors workstation name filter.
SUCCP_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "SUCCP" status.
SUCC_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "SUCC" status.
SUFFIX - Static variable in class com.ibm.tws.objects.types.FilterMatchingCriteria
The SUFFIX value.
SUPPORTED_TASK_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The is supported task type filter.
SUPPORTED_TASK_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The is supported task type filter.
SUPPORTED_TASK_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Supported Task Type filter.
SUPPORTED_TASK_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The Supported Task Type filter.
SUPPRESS - Static variable in class com.ibm.tws.objects.types.LateAction
The SUPPRESS value.
SUSP_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "SUSP" status.
SYMPHONY_TYPE_ARCHIVED - Static variable in class com.ibm.tws.objects.plan.types.SymphonyType
The Symphony is Archived (and then stored in schedlog)
SYMPHONY_TYPE_FORECAST - Static variable in class com.ibm.tws.objects.plan.types.SymphonyType
The Symphony is a Forecast (and then stored in schedForecast)
SYMPHONY_TYPE_TRIAL - Static variable in class com.ibm.tws.objects.plan.types.SymphonyType
The Symphony is a Trial (and then stored in schedTrial)
SYMPHONY_TYPE_UNKNOWN - Static variable in class com.ibm.tws.objects.plan.types.SymphonyType
The Symphony is of an Unknown Type.
SYSTEM_DEFAULT - Static variable in class com.ibm.tws.objects.types.ResourceActionOnError
The SYSTEM_DEFAULT value.
SecurityLevel - class com.ibm.tws.objects.types.SecurityLevel.
This class implements the SecurityLevel ordinal type.
StartValidatorException - exception com.ibm.tws.objects.validator.StartValidatorException.
This exception is thrown when validation of an object fails because a text field does not start as expected.
StartValidatorException(String, String, String, Validator) - Constructor for class com.ibm.tws.objects.validator.StartValidatorException
Creates a new StartValidatorException from the specified parameters.
SymphonyInPlan - class com.ibm.tws.objects.plan.SymphonyInPlan.
This class maintains information about Symphony Files.
SymphonyInPlan() - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlan
Creates an empty SymphonyInPlan.
SymphonyInPlan(PlanIdentifier) - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlan
Creates a Symphony in plan with the specified Identifier.
SymphonyInPlan(SymphonyInPlanKey) - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlan
Creates a SymphonyInPlan with the specified key.
SymphonyInPlan(PlanIdentifier, SymphonyInPlanKey) - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlan
Creates a SymphonyInPlan with the specified id and key.
SymphonyInPlanFilters - interface com.ibm.tws.objects.filter.SymphonyInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Symphony.
SymphonyInPlanFilters - interface com.ibm.tws.objects.filter.SymphonyInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Symphony.
SymphonyInPlanKey - class com.ibm.tws.objects.plan.SymphonyInPlanKey.
This object represents a Symphony file external key, including fields used to identify a Symphony in TWS external interfaces.
SymphonyInPlanKey() - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlanKey
Empty Constructor
SymphonyInPlanKey(String, SymphonyType) - Constructor for class com.ibm.tws.objects.plan.SymphonyInPlanKey
Constructor for this class.
SymphonyType - class com.ibm.tws.objects.plan.types.SymphonyType.
This class implements the SymphonyType ordinal type.
set(String, Date, String) - Method in class com.ibm.tws.objects.types.LockData
Sets the name and session of the user who is currently holding the lock, and the time the object was locked.
set(String, Date) - Method in class com.ibm.tws.objects.types.ModifyData
Sets both the name of the last user who has modified the object and the last time the object was modified.
setAbendPrompt(Prompt) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the job definition abend prompt.
setAbendPromptId(Identifier) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the identifier of the job definition abend prompt.
setAbendPromptId(Identifier) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the identifier of the job definition abend prompt.
setAbendPromptKey(PromptInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the job definition abend prompt key.
setAbendPromptStatus(PromptStatusType) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Abend Prompt Status
setAbendPromptText(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the Recovery abend prompt Text
setAbortedRuns(int) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the total number of aborted job runs.
setAbstractId(Identifier) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the abstract job stream or abstract job identifier.
setAbstractJobId(Identifier) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the identifier of the referenced abstract job.
setAbstractJobId(Identifier) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
setAbstractJobKey(JobKey) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the key of the referenced abstract job.
setAbstractJobKey(JobInPlanKey) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
setAbstractJobStreamId(Identifier) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the identifier of the referenced abstract job stream.
setAbstractJobStreamId(Identifier) - Method in class com.ibm.tws.objects.model.Job
Sets the identifier of the abstract job stream that includes the abstract job.
setAbstractJobStreamId(Identifier) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
setAbstractJobStreamKey(JobStreamKey) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the key of the referenced abstract job stream.
setAbstractJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Deprecated.  
setAccessMethod(String) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation access method (XA only).
setAccessMethod(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the access method.
setAccessMethodNodeAddress(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the access method node address.
setAccessMethodPort(int) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the access method port number.
setAction(int) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the Action
setAction(RestartCleanupType) - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Sets the action.
setActionOnComplete(ResourceActionOnComplete) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the action on complete.
setActionOnComplete(ResourceActionOnComplete) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
 
setActionOnComplete(ResourceActionOnComplete) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setActionOnComplete(ResourceActionOnComplete) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the action on complete.
setActionOnError(ResourceActionOnError) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the action on error.
setActualArrival(Date) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Actual Arrival
setActualDuration(long) - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Sets the actual Duration.
setActualEnd(Date) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Actual End
setAdHoc(boolean) - Method in class com.ibm.tws.objects.model.PromptDependency
Sets the property used to decide if the referenced prompt is an ad-hoc one.
setAddedToCurrentPlan(boolean) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets if added to current plan.
setAddingFunction(AddingFunctions) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the adding function.
setAdjustedQuantity(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the adjusted quantity
setAliasJobStreamName(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets an alias for this Job Stream.
setAliased(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the alias Flag.
setAliased(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that this Job Stream has an alias.
setAllWorkstationsIncluded(boolean) - Method in class com.ibm.tws.objects.model.WorkstationClass
Sets the workstation class allWorkstationsIncluded property.
setAllocationType(ResourceAllocationType) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the resource allocation type.
setAllocationType(ResourceAllocationType) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the resource allocation type.
setAllocationType(ResourceAllocationType) - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Sets the Allocation type.
setAlternateWorkstation(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
z/OS only method.
setAlternateWorkstation(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Sets the alternate Workstation to be associated to this workstation for the specific interval.
setAlternateWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Sets the key of the alternate workstation associated to this availability interval.
setAmountExclusiveUsed(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the amount exclusive used
setAmountSharedUsed(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the amount shared used
setAnyAllExclusiveUser(boolean) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the any all exclusive user flag
setAnyAllSharedUser(boolean) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the any all shared user flag
setAnyWaiting(boolean) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the any waiting flag
setAsap(boolean) - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Sets if the job should be re-run immediately
setAuthorityGroup(String) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream authority group.
setAuthorityGroup(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the authority group.
setAuthorityGroup(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Authority Group
setAuthorityGroupName(String) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream authority group.
setAutoErrorCompletion(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto error completion option.
setAutoErrorCompletion(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto error completion option.
setAutoLink(boolean) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation autoLink property.
setAutoLink(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if this Workstation is autolink For internal use only.
setAutoRelease(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto release option.
setAutoRelease(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto release option.
setAutoSubmit(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the auto submit option.
setAutoSubmit(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the auto submit option.
setAutomatedFunction(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the automated function (system automation).
setAutomatedFunction(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the automated operator (system automation).
setAutomation(boolean) - Method in class com.ibm.tws.objects.model.Workstation
Sets the property used to decide if the workstation is a system automation type.
setAutomation(boolean) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the property used to decide if the workstation is a system automation type.
setAutomation(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set true if this Workstation is a system automation type.
setAvailable(YesNoDefaultOption) - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Sets the property used to state if the resource is available.
setAvailable(int) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the number of availbale resources
setAvailable(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Sets the property used to state if the resource is available.
setAvailable(YesNoDefaultOption) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the property used to state if the resource is available.
setAvailableResources(int) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the number of available resources.
setBehindFirewall(boolean) - Method in class com.ibm.tws.objects.model.Workstation
Sets the property used to decide if the workstation is behind a firewall.
setBehindFirewall(boolean) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the property used to decide if the workstation is behind a firewall.
setBehindFirewall(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set if this Workstation is behind Firewall.
setBuckujob(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the buckujob flag For internal use only.
setCalendarId(Identifier) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the identifier of the calendar by which this run cycle is defined.
setCalendarKey(CalendarKey) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the key of the calendar by which this run cycle is defined.
setCalendarKey(CalendarInPlanKey) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the calendar.
setCancelIfLate(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the cancel if late option.
setCancelIfLate(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the cancel if late option.
setCanceled(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the canceled flag.
setCanceled(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that this JobStream is canceled.
setCarriedForward(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream has been carried forward.
setCarryForward(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream carryForward property.
setCarryForward(boolean) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream carryForward property.
setCarryForward(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream is to be Carried forward.
setCatManagementOption(CatManagementOption) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the catalog management option.
setCatManagementOption(CatManagementOption) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the catalog management option.
setCatalogManagementStatus(CatalogManagementStatus) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Catalog Management Status
setCatalogType(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Catalog Type
setCentralized(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the centralized flag (TWS for z/OS).
setCentralizedSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the centralized satisfied flag (TWS for z/OS).
setCleanUpOption(CleanUpOption) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the cleanup option.
setCleanUpOption(CleanUpOption) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the cleanup option.
setCleanUpStatus(CleanUpStatus) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Clean up Status
setCleanup(CleanUpOption) - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Sets the cleanup option.
setClosed(boolean) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Sets the property used to decide if this interval is closed.
setCommand(boolean) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the property used to decide if the task is a command or a script.
setCommand(boolean) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the property used to decide if the task is a command or a script.
setCommand(boolean) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the property used to state if the task is a command or a script.
setCommand(boolean) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets if this job definitions refers to a command or if refers to a script
setCommandText(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the command text (system automation).
setCommandText(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the command text (system automation).
setComment(String) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job comment text.
setCompletedJobSummary(JobSummaryInfo) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the Job summary info for completed jobs
setCompletionCode(String) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the Completion Code
setCompletionInfo(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the completion info (system automation).
setCompletionInfo(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the completion info (system automation).
setContext(Context) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Set the context For Internal Use only
setControlOnServers(boolean) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the information if paralle server is used to control jobs on the workstation
setCount(int) - Method in class com.ibm.tws.conn.util.QueryResult
Sets the total number of items that match the query filter, including this chunk and all the following ones
setCpuTime(long) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the CPU time For internal use only.
setCurrentIntervalNumber(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the current interval number
setCurrentJobStreamDate(Date) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the current Job Stream Date.
setCurrentRole(boolean) - Method in class com.ibm.tws.objects.model.FlowTargetKey
Sets the current role, used only by the toString() method to format the key string.
setDataSets(List) - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Sets the data sets list.
setDatabaseAuditLevel(int) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the database audit level.
setDatasetName(String) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Dataset Name
setDateFormat(DateFormat) - Method in class com.ibm.tws.objects.model.JobStreamKey
Sets the date formatter, used only by the toString() method to format the key string.
setDbExpanded(boolean) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Set the Database expanded flag.
setDeadlineLimitFeedback(int) - Method in class com.ibm.tws.objects.model.JobStream
Sets the deadline limit feedback used with this job stream.
setDeadlineLimitFeedback(int) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the deadline limit feedback used with this job stream.
setDeadlineOffset(long) - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Sets the deadline offset.
setDeadlineSmoothingFactor(int) - Method in class com.ibm.tws.objects.model.JobStream
Sets the deadline smoothing factor used with this job stream.
setDeadlineSmoothingFactor(int) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the deadline smoothing factor used with this job stream.
setDeadlineTime(Date) - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Sets the Deadline Time Date
setDeadlineUsed(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the deadline used flag.
setDeadlineUsed(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that TimeRestrictions on Deadline Date exists for this Job Stream.
setDeadlineWTO(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the deadline WTO option.
setDeadlineWTO(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the deadline WTO option.
setDefaultAvailability(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the default availability
setDefaultConstraints(ResourceBaseConstraints) - Method in class com.ibm.tws.objects.model.Resource
Sets the default resource constraints.
setDefaultConstraints(ResourceBaseConstraints) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the default resource constraints.
setDefaultConstraints(ResourceInPlanConstraints) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the default resource constraints.
setDefaultJobDuration(int) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the average duration for jobs on the workstation.
setDefaultQuantity(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns the default quantity
setDefaultTransportTime(int) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the time required to transport material to a workstation from a preceding workstation.
setDefuser(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Default User.
setDependency(String) - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Sets the dependency value.
setDependency(String) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets the real 'dependency' of this dependency object.
setDescription(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar description.
setDescription(String) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the calendar description.
setDescription(String) - Method in class com.ibm.tws.objects.model.Domain
Sets the domain description.
setDescription(String) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the description of the dependent job.
setDescription(String) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job description.
setDescription(String) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the job stream or job description.
setDescription(String) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class description.
setDescription(String) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class description.
setDescription(String) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the description of the dependent job.
setDescription(String) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition description.
setDescription(String) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition description.
setDescription(String) - Method in class com.ibm.tws.objects.model.Period
Sets the period description.
setDescription(String) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period description.
setDescription(String) - Method in class com.ibm.tws.objects.model.Resource
Sets the resource description.
setDescription(String) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the resource description.
setDescription(String) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle description.
setDescription(String) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable description.
setDescription(String) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Description of this Flow node.
setDescription(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the job definition description.
setDescription(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the job definition description.
setDescription(String) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Resource description
setDescription(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the Description.
setDescription(String) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Sets the description
setDescription(String) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Sets the description attribute.
setDescription(String) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the description associated to this availability interval.
setDestination(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the destination where computer and WTO jobs will be routed for initiation.
setDeviation(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the deviation
setDeviceType(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Device Type
setDomainId(Identifier) - Method in class com.ibm.tws.objects.model.Workstation
Sets the identifier of the domain to which the workstation is associated.
setDomainId(Identifier) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the Identifier of the Domain to which this Workstation refer.
setDomainKey(DomainKey) - Method in class com.ibm.tws.objects.model.Workstation
Sets the key of the domain to which the workstation is associated.
setDomainKey(DomainKey) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the key of the domain to which the workstation is associated.
setDomainKey(DomainInPlanKey) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the key of the Domain referenced by this Workstation.
setDontTouch(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the don't touch flag.
setDontTouch(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Until Date is passed.
setDraft(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if this job stream is a draft one.
setDraft(boolean) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the property used to decide if this job stream is a draft one.
setDraft(boolean) - Method in class com.ibm.tws.objects.model.JobStreamKey
Sets the property used to decide if this job stream is a draft one.
setElapsedTime(long) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Real Flow Node Duration.
setElapsedTime(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Deprecated.  
setElapsedTime(long) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the elapsed time from the start Time.
setEndDate(Date) - Method in class com.ibm.tws.objects.types.PeriodInterval
Sets the interval end date.
setEndOffset(long) - Method in class com.ibm.tws.objects.types.ResolutionData
Sets the time frame end offset.
setEngineStatus(EngineStatusType) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Engine status.
setErroCode(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the error code.
setErrorCode(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Error Code
setErrorCode(String) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the error code.
setEstimatedDuration(long) - Method in class com.ibm.tws.objects.model.Job
Sets the normal elapsed time on the job definition, or does nothing if no job definition is set.
setEstimatedDuration(long) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Estimated Flow Node Duration For internal use only.
setEstimatedDuration(long) - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Sets the estimated Duration.
setEvery(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the every flag.
setEvery(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that at least one Job in the Job Stream is every.
setEveryRerun(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the every rerun flag For internal use only.
setExpanded(boolean) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets true if expanded.
setExpandedJCL(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the expanded JCL property.
setExpandedJCL(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the expanded JCL property.
setExtendedName(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the extended name.
setExtendedName(String) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the extended name.
setExtendedName(String) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the extendend name.
setExtendedName(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Set the extended name.
setExtendedStatus(JobExtendedStatus) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Extended Status
setExtendedStatus(WorkstationInPlanExtendedStatus) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Set the extended status of the workstation.
setExternal(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the external flag.
setExternal(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Job Stream is external.
setFence(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Workstation fence.
setFile(FileInPlan) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Sets the FileInPlan object pointed by this dependency For internal use only.
setFileId(Identifier) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Set the file identifier.
setFileId(Identifier) - Method in class com.ibm.tws.objects.model.FileDependency
Sets the file identifier.
setFileName(String) - Method in class com.ibm.tws.objects.model.FileDependency
Sets the file name.
setFileStatus(FileStatusType) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the Status of the internal FileInPlan object.
setFilter(String, Object) - Method in class com.ibm.tws.objects.filter.QueryFilter
Stores in this QueryFilter a new value for the specified parameter.
setFirstCriticalOperation(String) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the first operations on critical path.
setFirstCriticalOperationWorkstation(String) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the first operations workstation on critical path.
setFirstVolume(String) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the First Volume
setFlowTargetId(Identifier) - Method in class com.ibm.tws.objects.model.FileDependency
Sets the identifier of the workstation or workstation class referenced by this file.
setFlowTargetId(Identifier) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the identifier of the workstation or workstation class referenced by this job definition.
setFlowTargetId(Identifier) - Method in class com.ibm.tws.objects.model.JobStream
Set the identifier of the workstation or workstation class referenced by this job stream.
setFlowTargetId(Identifier) - Method in class com.ibm.tws.objects.model.Resource
Sets the identifier of the workstation or workstation class referenced by this resource.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.FileDependency
Sets the key of the workstation or workstation class referenced by this file.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the key of the workstation or workstation class referenced by this job definition.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the key of the workstation or workstation class referenced by this job definition.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Sets the key of the workstation or workstation class referenced by this job definition.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobStream
Sets the key of the workstation or workstation class referenced by this job stream.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the key of the workstation or workstation class referenced by this job stream.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.JobStreamKey
Sets the key of the workstation or workstation class referenced by this job stream.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.Resource
Sets the key of the workstation or workstation class referenced by this resource.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the key of the workstation or workstation class referenced by this resource.
setFlowTargetKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.ResourceKey
Sets the key of the workstation or workstation class referenced by this resource.
setFollowJobStreamInputArrival(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Follow Job Stream Input Arrival
setFormNumber(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the form number.
setFormNumber(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the form number.
setFreeDaysCalendarId(Identifier) - Method in class com.ibm.tws.objects.model.JobStream
Sets the identifier of the free days calendar used with this job stream.
setFreeDaysCalendarKey(CalendarKey) - Method in class com.ibm.tws.objects.model.JobStream
Sets the key of the free days calendar used with this job stream.
setFreeDaysCalendarKey(CalendarKey) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the key of the free days calendar used with this job stream.
setFreeDaysRule(FreeDaysRule) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle free days rule.
setFromJs(boolean) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets true if from JS.
setFullStatus(boolean) - Method in class com.ibm.tws.objects.model.Workstation
Sets the property used to decide if the workstation is a full status one.
setFullStatus(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if this Workstation is full status.
setGDGDataset(boolean) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the GDG Dataset
setGDGRelativeNumber(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Relative Number
setGroup(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if this job stream is a group of job streams.
setGroup(boolean) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the property used to decide if this job stream is a group of job streams.
setGroup(boolean) - Method in class com.ibm.tws.objects.model.JobStreamKey
Sets the property used to decide if this job stream is a group of job streams.
setGroupId(String) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the group identifier.
setGroupName(String) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream group name.
setGroupName(String) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream group name.
setGroupName(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the group name.
setHasCentralizedScript(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the has centralized script option.
setHasCentralizedScript(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the has centralized script option.
setHasInternetworkDependencies(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream has InternetworkDependencyInPlan.
setHasMonitoredJob(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if this job stream contains a monitored job.
setHasRecoveryInfo(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the has recovery info flag
setHasResource(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the has resource flag.
setHasResources(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream owns Resources.
setHeader(CalendarHeader) - Method in class com.ibm.tws.objects.model.Calendar
Sets the CalendarHeader to be wrapped by this Calendar object.
setHeader(FlowNodeHeader) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the FlowNodeHeader to be wrapped by this FlowNode object.
setHeader(FlowTargetHeader) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the FlowTargetHeader to be wrapped by this FlowTarget object.
setHeader(JobDefinitionHeader) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the JobDefinitionHeader to be wrapped by this JobDefinition object.
setHeader(JobDefinitionHeader) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the header of the job definition to which this JobStatistics object refers.
setHeader(PeriodHeader) - Method in class com.ibm.tws.objects.model.Period
Sets the PeriodHeader to be wrapped by this Period object.
setHeader(ResourceHeader) - Method in class com.ibm.tws.objects.model.Resource
Sets the ResourceHeader to be wrapped by this Resource object.
setHeader(JobDefinitionInPlanHeader) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the JobDefinitionInPlanHeader to be wrapped by this JobDefinitionInPlan object.
setHeldByUser(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the held by user flag.
setHeldByUser(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Job Stream has a priority equal to zero or that in any case is hed by the user.
setHighestOkReturnCode(int) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the highest OK return code.
setHighestOkReturnCode(int) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the highest OK return code.
setHolders(List) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Deprecated.  
setHostJobStatus(HostJobStatus) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Host Job Status
setHostWorkstationId(Identifier) - Method in class com.ibm.tws.objects.model.Workstation
Sets the identifier of the host workstation, if other than the master domain manager (XA only).
setHostWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the host Workstation Identifier.
setHostWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.Workstation
Sets the key of the host workstation, if other than the master domain manager (XA only).
setHostWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the new key of the host workstation.
setHostedByMaster(boolean) - Method in class com.ibm.tws.objects.model.Workstation
Sets the property used to decide if the host workstation is the master domain manager (XA only).
setHrcSet(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Hrc Set
setICalendar(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of all specific dates to be associated to this calendar as an iCalendar string.
setICalendar(String) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the definition of this run cycle as an iCalendar string.
setICalendarFreeDates(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of the "free" dates to be associated to this calendar as an iCalendar string.
setICalendarFreeWeekdays(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of the "free" weekdays to be associated to this calendar as an iCalendar string.
setICalendarWeekdays(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of all weekdays to be associated to this calendar as an iCalendar string.
setICalendarWorkDates(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of the "working" dates to be associated to this calendar as an iCalendar string.
setICalendarWorkWeekdays(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the list of the "working" weekdays to be associated to this calendar as an iCalendar string.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the calendar identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Domain
Sets the domain identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the job stream or job identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the identifier of the job definition to which this JobStatistics object refers.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Period
Sets the period identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Prompt
Sets the prompt identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Resource
Sets the resource identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the resource identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the domain Identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the Identifier of the internal FileInPlan object
setId(Identifier) - Method in class com.ibm.tws.objects.plan.FileInPlan
Set the Identifier of this FileInPlan object.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node Identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the job definition identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the job definition Identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Operator Instruction identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the Identifier of the PromptInPlan object
setId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the Prompt Identifier For Internal Use only
setId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the Resource Identifier
setId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Resource Ientifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the windows user Identifier.
setId(Identifier) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the object Identifier.
setIdCreationCriterion(char) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Id Creation Criterion
setInOrder(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream is in Order.
setIncludeInPlan(boolean) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class includeInPlan property.
setIncludeInPlan(boolean) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class includeInPlan property.
setInclusive(boolean) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the property used to decide if this run cycle is inclusive or exclusive.
setInitExec(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if JobMan is updating Workstation for exececuting job For internal use only.
setInited(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if this Workstation is Initialized For internal use only.
setInteractive(boolean) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the property used to decide if this job definition is interactive.
setInteractive(boolean) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the property used to state if this job definition is interactive.
setInteractive(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Deprecated.  
setIntermediateStart(Date) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the intermediate Start
setInternalIdentifier(Identifier) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Job Stream Internal Identifier.
setInternalStatus(FlowNodeInternalStatusType) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the internal status.
setInternalStatus(FlowNodeInternalStatusType) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node Internal Status.
setInternalStatus(FlowNodeInternalStatusType) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the internal status.
setInternalStatus(FlowNodeInternalStatusType) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets the Internal Status of the internetwork dependency For internal use only
setInterruptedJobSummary(JobSummaryInfo) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the Job summary info for interrupted jobs
setIntervalEndDateTime(Date) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Sets the Interval End Date
setIntervalEndTime(long) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the end time of this interval.
setIntervalLength(int) - Method in class com.ibm.tws.objects.model.Period
Sets the period interval length.
setIntervalLength(int) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period interval length.
setIntervalStartDateTime(Date) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Sets the Interval Start Date
setIntervalStartTime(long) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the start time of this interval.
setIntervalValidityDate(Date) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the validity date of this interval, and resets the validity day of week.
setIntervalValidityDayOfWeek(int) - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the validity day of week of this interval, and resets the validity date.
setIntervalValidityToStandard() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Sets the validity of this interval to the "STANDARD" value, and resets the validity day of week and date values.
setIsInSymphony(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the is in Symphony flag.
setIsLastPage(boolean) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Mark the last page.
setJclName(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the JCL name.
setJclName(String) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the JCL Name
setJclName(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the JCL name.
setJclPreparation(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the JCL preparation flag
setJesJobId(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the jes Job Id
setJobClass(char) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the job class.
setJobClass(char) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the job class.
setJobDataSets(Identifier, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Sets the data set list for the requested job instance.
setJobDefinition(JobDefinition) - Method in class com.ibm.tws.objects.model.Job
Sets the job definition on which this job is defined.
setJobDefinition(JobDefinition) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the job definition to which this JobStatistics object refers.
setJobDefinition(JobDefinitionInPlan) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Job Definition of this Job.
setJobDefinitionDbIdentifier(Identifier) - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Sets the Database Job Definition Identifier.
setJobDefinitionId(Identifier) - Method in class com.ibm.tws.objects.model.Job
Sets the identifier of the job definition on which this job is defined.
setJobDefinitionId(Identifier) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job definition identifier.
setJobDefinitionId(Identifier) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the identifier of the job definition to which this JobStatistics object refers.
setJobDefinitionId(Identifier) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Job Definition Identifier of this Job.
setJobDefinitionKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.Job
Sets the key of the job definition on which this job is defined.
setJobDefinitionKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the key of the job definition to which this JobStatistics object refers.
setJobId(Identifier) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Set the job identifier For Internal Use Only.
setJobId(Identifier) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the identifier of the referenced job.
setJobId(Identifier) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job identifier.
setJobId(Identifier) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the identifier of the referenced job.
setJobId(Identifier) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the identifier of the referenced job.
setJobId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Job Identifier.
setJobId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the Job Identifier For Internal Use Only.
setJobId(Identifier) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the Job identifier.
setJobInstance(JobInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Change properties of the specified job.
setJobInstance(JobInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Change properties of the specified job.
setJobInstanceStatus(Identifier, FlowNodeInternalStatusType, String, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the status of the job instance specified in the jobId.
setJobJCL(Identifier, JobControlLanguage, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the requested job JCL
setJobJCLPromptableVariableList(Identifier, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the requested job JCL promptable variable list.
setJobKey(JobKey) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the key of the referenced job.
setJobKey(JobInPlanKey) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the key of the referenced job.
setJobKey(JobInPlanKey) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the key of the referenced job.
setJobKey(JobInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Job Key.
setJobKey(JobInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the Job key For Internal use only.
setJobLate(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the job late flag For internal use only.
setJobName(String) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job name.
setJobName(String) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Job Name
setJobName(String) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the Job name.
setJobNumber(int) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Job Number.
setJobOutputContext(GetJobOutputContext) - Method in class com.ibm.tws.conn.util.GetJobOutputResult
Set the Job output Context For Internal Use Only
setJobRerunSequence(int) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets Job Rerun Sequence in rerun chains.
setJobRestartSteps(Identifier, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Sets the restart step list for the requested job instance.
setJobSetupAllowed(boolean) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the property used to decide if a "General" workstation can be used to prepare JCL using the job setup facilities.
setJobStatistics(JobStatistics) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the statistics of the job definition.
setJobStreamDbIdentifier(Identifier) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Job Stream Database Identifier.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.model.Job
Sets the identifier of the job stream that includes this job.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the identifier of the job stream to which this run cycle belongs.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the identifier of the referenced job stream.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Job Stream Identifier.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Job Stream Identifier.
setJobStreamId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the Job Stream Identifier.
setJobStreamInstance(JobStreamInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Change properties of the specified job stream.
setJobStreamInstance(JobStreamInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Change properties of the specified job stream.
setJobStreamInstanceId(Identifier) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job stream instance identifier.
setJobStreamInternalName(String) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the job stream internal name For Internal use only.
setJobStreamKey(JobStreamKey) - Method in class com.ibm.tws.objects.model.Job
Sets the key of the job stream that includes this job.
setJobStreamKey(JobStreamKey) - Method in class com.ibm.tws.objects.model.JobHeader
Sets the key of the job stream that includes this job.
setJobStreamKey(JobStreamKey) - Method in class com.ibm.tws.objects.model.JobKey
Sets the key of the job stream that includes this job.
setJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the key of the referenced job stream.
setJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the key of the job stream that includes this job.
setJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.JobInPlanKey
Sets the key of the Job Stream to which this Job belongs
setJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Job Stream key For internal use only.
setJobStreamKey(JobStreamInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the Job Stream Key For Internal use only.
setJobStreamName(String) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job stream name.
setJobStreamName(String) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Job Stream Name
setJobStreamScope(int) - Method in class com.ibm.tws.conn.util.Context
Sets the job stream scope
setJobWorkstation(String) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the Job workstation.
setJobmanUp(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if JobMan is up and Running For internal use only.
setKey(CalendarKey) - Method in class com.ibm.tws.objects.model.Calendar
Sets the CalendarKey to be wrapped by this Calendar object.
setKey(CalendarKey) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the CalendarKey to be wrapped by this CalendarHeader object.
setKey(DomainKey) - Method in class com.ibm.tws.objects.model.Domain
Sets the DomainKey to be wrapped by this Domain object.
setKey(FlowNodeKey) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the FlowNodeKey to be wrapped by this FlowNode object.
setKey(FlowNodeKey) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the FlowNodeKey to be wrapped by this FlowNodeHeader object.
setKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the FlowTargetKey to be wrapped by this FlowTarget object.
setKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the FlowTargetKey to be wrapped by this FlowTargetHeader object.
setKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the JobDefinitionKey to be wrapped by this JobDefinition object.
setKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the JobDefinitionKey to be wrapped by this JobDefinitionHeader object.
setKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the key of the job definition to which this JobStatistics object refers.
setKey(PeriodKey) - Method in class com.ibm.tws.objects.model.Period
Sets the PeriodKey to be wrapped by this Period object.
setKey(PeriodKey) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the PeriodKey to be wrapped by this PeriodHeader object.
setKey(PromptKey) - Method in class com.ibm.tws.objects.model.Prompt
Sets the PromptKey to be wrapped by this Prompt object.
setKey(ResourceKey) - Method in class com.ibm.tws.objects.model.Resource
Sets the ResourceKey to be wrapped by this Resource object.
setKey(ResourceKey) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the ResourceKey to be wrapped by this ResourceHeader object.
setKey(VariableKey) - Method in class com.ibm.tws.objects.model.Variable
Sets the VariableKey to be wrapped by this Variable object.
setKey(WindowsUserKey) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the WindowsUserKey to be wrapped by this WindowsUser object.
setKey(DomainInPlanKey) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the DomainInPlanKey to be wrapped by this DomainInPlan object.
setKey(FileInPlanKey) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the key of the internal FileInPlan object.
setKey(FileInPlanKey) - Method in class com.ibm.tws.objects.plan.FileInPlan
Set the Key of this FileInPlan object For internal use only.
setKey(FlowNodeInPlanKey) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the FlowNodeInPlanKey to be wrapped by this FlowNodeInPlan object.
setKey(JobDefinitionInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the JobDefinitionInPlanKey to be wrapped by this JobDefinitionInPlan object.
setKey(JobDefinitionInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the JobDefinitionKey to be wrapped by this JobDefinitionInPlanHeader object.
setKey(PromptInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the PromptInPlan key For internal use only.
setKey(PromptInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the Prompt key.
setKey(ResourceInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the Resource key
setKey(ResourceInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Resource Key.
setKey(WindowsUserInPlanKey) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the WindowsUserKey to be wrapped by this WindowsUser object.
setKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the Workstation key
setLTPInputArrival(Date) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the LTP input arrival.
setLastCPUTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the CPU time of the last job run.
setLastElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the elapsed time of the last job run.
setLastInRerunChain(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the last in rerun chain value.
setLastModifyType(LastModifyType) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setLastRunDate(Date) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the date and time of the last job run.
setLastTime(Date) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the last time For internal use only
setLastUpdatingFunction(JCLLastUpdatingFunction) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the last updating function.
setLateJobStream(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that this is a Late Job Stream.
setLatestOut(Date) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Latest out
setLatestOutPassed(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the latest out passed flag
setLatestOutPassed(boolean) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets if latest out passed.
setLatestStartAction(LateAction) - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Sets the latest start action.
setLatestStartOffset(long) - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Sets the latest start offset.
setLifespanAction(YesNoResetOption) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setLifespanExpireTime(Date) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setLimit(int) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream limit.
setLimit(int) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream limit.
setLimit(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the new Job Stream limit.
setLimit(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Workstation Limit.
setLimitForFeedback(int) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the limit for feedback.
setLines(int) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Set the lines to retrieve For Internal Use Only
setLinkStatus(LinkStatus) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets the Link status of this Workstation.
setList(List) - Method in class com.ibm.tws.conn.util.QueryResult
Sets the list of items that match the query filter
setListAsByteArray(byte[]) - Method in class com.ibm.tws.conn.util.QueryResult
Sets the list of the items that match the query filter, as a byte array
setLoadedFromDb(boolean) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets if this prompt has been loaded from the DB or not.
setLoadedFromDb(boolean) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets if this Dependency is loaded from DB or not.
setLocale(Locale) - Method in class com.ibm.tws.conn.util.Context
Sets the user Locale
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the calendar lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Domain
Sets the domain lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Period
Sets the period lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Prompt
Sets the prompt lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Resource
Sets the resource lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the resource lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable lock data.
setLockData(LockData) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user lock data.
setLockedBy(String) - Method in class com.ibm.tws.objects.types.LockData
Sets the name of the user who is currently holding the lock.
setLockedSession(String) - Method in class com.ibm.tws.objects.types.LockData
Sets the session of the user who is currently holding the lock.
setLockedTime(Date) - Method in class com.ibm.tws.objects.types.LockData
Sets the time the object was locked.
setLtpId(JobStreamInstanceIdentifier) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the LTP Job Stream Identifier.
setMailReceived(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if the link is up For internal use only.
setManagerWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.Domain
Sets the key of the domain manager workstation.
setManagerWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the key of the domain manager workstation.
setMaster(boolean) - Method in class com.ibm.tws.objects.model.Domain
Sets the property used to decide if this domain is the master.
setMasterDatabaseTimeZone(TimeZone) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Master Database Timezone.
setMasterDomainId(Identifier) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Master Domain Identifier.
setMasterDomainKey(DomainInPlanKey) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Master Domain key.
setMasterPlanTimeZone(TimeZone) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Mster Plan Timezone.
setMasterWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the master Workstation Identifier.
setMasterWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the master Workstation Key.
setMaxCPUTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the maximum CPU time of all job runs.
setMaxElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the maximum elapsed time of all job runs.
setMaxRunDate(Date) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the maximum job run date and time.
setMaxUsageLimitType(YesNoResetOption) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setMaxUsageLimitType(YesNoResetOption) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the max usage limit type.
setMaxUsageLimitValue(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setMaxUsageLimitValue(int) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the max usage limit value.
setMigrated(boolean) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets if this dataset is migrated or not.
setMinCPUTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the minimum CPU time of all job runs.
setMinElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the minimum elapsed time of all job runs.
setMinRunDate(Date) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the minimum job run date and time.
setModifiedBy(String) - Method in class com.ibm.tws.objects.types.ModifyData
Sets the name of the last user who has modified the object.
setModifiedTime(Date) - Method in class com.ibm.tws.objects.types.ModifyData
Sets the last time the object was last modified.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the calendar modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Domain
Sets the domain modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Period
Sets the period modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Prompt
Sets the prompt modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Resource
Sets the resource modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the resource modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user modification data.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Modify Data
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
z/OS specific method For internal use only.
setModifyData(ModifyData) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the modify data
setMonitored(boolean) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the property used to decide if this job stream or job is monitored.
setMonitored(boolean) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets if this Flow Node is monitored or not.
setMostCriticalDate(Date) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the most critical data.
setMustBeExecuted(boolean) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the must be executed flag
setMustNotBeExecuted(boolean) - Method in class com.ibm.tws.objects.plan.types.JobStep
sets the must not be excuted flag
setName(String) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar name.
setName(String) - Method in class com.ibm.tws.objects.model.CalendarHeader
Sets the calendar name.
setName(String) - Method in class com.ibm.tws.objects.model.CalendarKey
Sets the calendar name.
setName(String) - Method in class com.ibm.tws.objects.model.Domain
Sets the domain name.
setName(String) - Method in class com.ibm.tws.objects.model.DomainKey
Sets the domain name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the job stream or job name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowNodeKey
Sets the job stream or job name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowTarget
Sets the workstation or workstation class name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Sets the workstation or workstation class name.
setName(String) - Method in class com.ibm.tws.objects.model.FlowTargetKey
Sets the workstation or workstation class name.
setName(String) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.model.Period
Sets the period name.
setName(String) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period name.
setName(String) - Method in class com.ibm.tws.objects.model.PeriodKey
Sets the period name.
setName(String) - Method in class com.ibm.tws.objects.model.Prompt
Sets the prompt name.
setName(String) - Method in class com.ibm.tws.objects.model.PromptKey
Sets the prompt name.
setName(String) - Method in class com.ibm.tws.objects.model.Resource
Sets the resource name.
setName(String) - Method in class com.ibm.tws.objects.model.ResourceHeader
Sets the resource name.
setName(String) - Method in class com.ibm.tws.objects.model.ResourceKey
Sets the resource name.
setName(String) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle name.
setName(String) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable name.
setName(String) - Method in class com.ibm.tws.objects.model.VariableKey
Sets the variable name.
setName(String) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user name.
setName(String) - Method in class com.ibm.tws.objects.model.WindowsUserKey
Sets the windows user name.
setName(String) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the domain name.
setName(String) - Method in class com.ibm.tws.objects.plan.DomainInPlanKey
This method set the name of domain.
setName(String) - Method in class com.ibm.tws.objects.plan.FileInPlan
Sets the key name.
setName(String) - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Set the name of the FileInPlan object.
setName(String) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node name.
setName(String) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Sets The Flow Node Name
setName(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Sets the job definition name.
setName(String) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the name of this PromptInPlan object.
setName(String) - Method in class com.ibm.tws.objects.plan.PromptInPlanKey
Sets the Prompt name.
setName(String) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Resource key name.
setName(String) - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Sets The resource name
setName(String) - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Set the symphony name
setName(String) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the windows user name.
setName(String) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
This method set the name of domain.
setName(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the name of this Workstation.
setName(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlanKey
Set the name of the workstation.
setName(String) - Method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Sets the calendar name.
setName(String) - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Sets the name of the variable
setName(String) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the name
setName(String) - Method in class com.ibm.tws.objects.plan.types.RestartStep
Sets the step name.
setNeedMessage(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the need message flag.
setNeedResource(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the need resource flag.
setNeedResources(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Job Stream has Resource Dependencies.
setNetworkAgentId(Identifier) - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Sets the identifier of the referenced network agent.
setNetworkAgentId(Identifier) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets the Identifier of the Network Agent.
setNetworkAgentKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Sets the key of the referenced network agent.
setNetworkAgentKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets the key of the Network Agent.
setNextTimeZone(String) - Method in class com.ibm.tws.objects.model.JobStream
Sets the time zone of the following job stream version.
setNextTimeZone(String) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the time zone of the following job stream version.
setNodeName(String) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation node name.
setNodeName(String) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation node name.
setNodeName(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Node Name.
setNopedOperation(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the noped Operation
setNormalElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the normal elapsed time of a job run.
setNumDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the number of dependencies
setNumber(int) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the PromptInPlan number For internal use only.
setNumber(int) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the prompt number.
setNumber(int) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the number
setNumber(int) - Method in class com.ibm.tws.objects.plan.types.RestartStep
Sets the step number.
setNumberOfAbendedJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of abended jobs.
setNumberOfCompletedPredecessors(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of Completed Predecessors
setNumberOfExecutingJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of executing jobs.
setNumberOfFailedJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of failed jobs.
setNumberOfFileDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of File Dependencies.
setNumberOfInternetworkDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of Internetwork Dependencies.
setNumberOfJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of jobs.
setNumberOfJobDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of Job Dependencies.
setNumberOfJobStreamDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of Job Stream Dependencies.
setNumberOfJobs(int) - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
Sets the number Of Jobs.
setNumberOfNotRunningJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of not yet running jobs.
setNumberOfParallelServerRequired(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of Parallel Server Required
setNumberOfPredecessors(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number Of predecessors
setNumberOfPromptDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of Prompt Dependencies.
setNumberOfR1ResourcesRequired(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of R1 Resources required
setNumberOfR2ResourcesRequired(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of R2 Resources required
setNumberOfResourceDependencies(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets The Number of Resource Dependencies.
setNumberOfSkelJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of not executing jobs.
setNumberOfSpecialResources(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of Special Resources
setNumberOfSuccessfullJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of successfull jobs.
setNumberOfSuccessors(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Number of Successors
setNumberOfUndecidedJob(int) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the number of undecided jobs.
setNumberOfVolumes(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the number of volumes.
setObjectCount(int) - Method in class com.ibm.tws.conn.util.Context
Sets the request for the object count in plan queries
setObjectName(String) - Method in class com.ibm.tws.objects.validator.Validator
Sets the name of the object for which this validator is working.
setOccurrenceToken(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the occurrence Token
setOccurrenceToken(String) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the occurrence token.
setOffsetType(OffsetType) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the type of offset specified for a calendar-based run cycle.
setOffsetValue(int) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the offset specified for a calendar-based run cycle.
setOnCriticalPath(boolean) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets on Critical Path z/OS only method.
setOnCriticalPath(boolean) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Set if the predecessor/successor job is on the critical path It is a z/OS specific method.
setOnCriticalPath(CriticalPathStatus) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the on Critical Path
setOnError(OnErrorOption) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the on error option.
setOnError(OnErrorOption) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the on error option.
setOnRequest(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if this job stream runs on request.
setOperationCommand(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the operation command
setOperatorInstrution(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the operator Instrution
setOrigPriority(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node original priority.
setOriginDate(Date) - Method in class com.ibm.tws.objects.types.PeriodInterval
Sets the interval origin date.
setOriginalJobStreamName(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Original Job Stream Name For internal use only.
setOs(OperatingSystem) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation operating system.
setOs(OperatingSystem) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation operating system.
setOs(OperatingSystem) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Operating System.
setOutputBuffer(String) - Method in class com.ibm.tws.conn.util.GetJobOutputResult
Set the output buffer For Internal Use only.
setOverriddenAvailability(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Set the overridden availiability
setOverriddenQuantity(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Set the overridden quantity
setOwnerDescription(String) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream owner description.
setOwnerDescription(String) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream owner description.
setOwnerDescription(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the owner description.
setOwnerName(String) - Method in class com.ibm.tws.objects.model.JobStream
Sets the job stream owner name.
setOwnerName(String) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the job stream owner name.
setOwnerName(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the owner name.
setOwningOpNumber(int) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the owning operation number.
setOwningOpNumber(int) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the owning operation number.
setPageNum(int) - Method in class com.ibm.tws.conn.util.GetJobOutputContext
Set the page number.
setParallelServersUsage(ResourceUsage) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the ordinal value used to explain if parallel servers are used for planning and controlling work.
setParentDomainId(Identifier) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the parent domain identifier.
setParentDomainKey(DomainKey) - Method in class com.ibm.tws.objects.model.Domain
Sets the key of the parent domain.
setParentDomainKey(DomainInPlanKey) - Method in class com.ibm.tws.objects.plan.DomainInPlan
Sets the key of the parent domain.
setParentId(Identifier) - Method in class com.ibm.tws.objects.model.Domain
Sets the identifier of the parent domain.
setPassword(byte[]) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user password.
setPassword(byte[], boolean) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the windows user password.
setPassword(byte[]) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the windows user password.
setPassword(byte[], boolean) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the windows user password.
setPending(boolean) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets if this Dependency is Pending For Internal Use Only.
setPendingCacellation(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the pending cancellation flag For internal use only.
setPendingCancellation(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream is pending cancellation.
setPlanAuditLevel(int) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Plan Audit Level.
setPlanDependenciesScope(int) - Method in class com.ibm.tws.conn.util.Context
Sets the plan dependencies scope
setPlanEnd(Date) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the plan end For internal use only
setPlanExpanded(boolean) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the plan expanded flag.
setPlanIdentifier(PlanIdentifier) - Method in class com.ibm.tws.conn.util.Context
Sets the plan identifier
setPlanRunNumber(long) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
For internal use only
setPlanStart(Date) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the plan start For internal use only
setPlannedRestriction(TimeRestrictions) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Planned Restrictions
setPosition(int) - Method in class com.ibm.tws.objects.model.Job
Sets the position of this job in the job list of the job stream.
setPrintClass(char) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the print class.
setPrintClass(char) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the print class.
setPrintoutRouting(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the daily planning ddname where the reports for this workstation are written.
setPriority(int) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job priority.
setPriority(int) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the job stream or job priority.
setPriority(int) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node priority.
setPriority(int) - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Sets the Priority
setProcStepName(String) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the proc step name
setProductionDate(Date) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Date when the Job Stream was selected.
setProgramName(String) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets ther program name
setProgrammatic(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the programmatic flag For internal use only.
setPrompt(Prompt) - Method in class com.ibm.tws.objects.model.PromptDependency
Sets the referenced prompt.
setPromptId(Identifier) - Method in class com.ibm.tws.objects.model.PromptDependency
Sets the identifier of the referenced prompt.
setPromptStatus(PromptStatusType) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the status of the prompt.
setProtectedDataset(boolean) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets if this dataset is protected or not.
setQualifier(String) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Sets the FileInPlan qualifier.
setQualifier(String) - Method in class com.ibm.tws.objects.plan.FileInPlan
Set the qualifier of this FileInPlan object For Internal Use only
setQualifiers(String) - Method in class com.ibm.tws.objects.model.FileDependency
Sets the requested file qualifiers.
setQuantity(int) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the requested resource quantity.
setQuantity(int) - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Sets the resource quantity.
setQuantity(int) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Set the Resource quantity For internal use only.
setQuantity(int) - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Sets the quantity used bu holder.
setQuantity(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Sets the resource quantity.
setQuantity(int) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the resource quantity.
setRcdAactionType(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Deprecated.  
setRcdActionType(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Rcd Action Type
setRcdCleanupResult(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Rcd Cleanup Result
setRcdUserSelection(int) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Rcd User Selection
setReadyJobSummary(JobSummaryInfo) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the Job summary info for ready jobs
setRecordNumber(long) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node Record Number in the Symphony File For Internal Use Only
setRecoveryJob(JobInPlan) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the Recovery job referenced by this job definition For internal use only.
setRecoveryJobId(Identifier) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the identifier of the recovery job definition.
setRecoveryJobId(Identifier) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the identifier of the recovery job definition.
setRecoveryJobKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the key of the recovery job definition.
setRecoveryJobKey(JobDefinitionInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the key of the recovery job definition.
setRecoveryJobKey(JobDefinitionInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the key of the recovery job definition.
setRecoveryOption(RecoveryOption) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the job definition recovery option.
setRecoveryOption(RecoveryOption) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the job definition recovery option.
setRecoveryRerunJob(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the recovery rerun flag For internal use only.
setReleased(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the released flag For internal use only.
setReleased(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream has been released.
setRemainingDurationCriticalPath(long) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the remaining duration on critical path.
setRemainingOperationsCriticalPath(int) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets the remaining operations on critical path.
setRepeatEndTime(long) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle repeat end time.
setRepeatEveryTime(long) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle repeat every time.
setRepeatInterval(long) - Method in class com.ibm.tws.objects.model.Job
Sets the job repeat interval.
setRepeatInterval(long) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Repeat Interval of this Job (in Milliseconds).
setReplicated(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the replicated flag.
setReplicated(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that the Job Stream has been replicated.
setReportPrintOption(PrintOption) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the LTP report print option.
setReportPrintOption(PrintOption) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the LTP report print option.
setReportingAttribute(WorkstationReportingAttribute) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation reporting attribute.
setReportingAttribute(WorkstationReportingAttribute) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation reporting attribute.
setReportingAttribute(WorkstationReportingAttribute) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the reporting attribute.
setReportingAttribute(WorkstationReportingAttribute) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the reporting attribute.
setReportingAttribute(WorkstationReportingAttribute) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the workstation reporting attribute.
setRequested(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the number of job requested.
setRequiresConfirmation(boolean) - Method in class com.ibm.tws.objects.model.Job
Sets the property used to decide if this job requires confirmation.
setRequiresConfirmation(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Requires Confirmation flag.
setReroutableOption(YesNoDefaultOption) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the reroutable option.
setReroutableOption(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the reroutable option.
setRerouteMode(boolean) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the reroute mode flag
setRerunJob(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the rerun job flag For internal use only.
setRerunRequested(boolean) - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Sets if rerun requested.
setRerunStep(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the rerun step flag For internal use only.
setResolutionData(ResolutionData) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the criteria to be used for resolving the external dependency.
setResolutionData(ResolutionData) - Method in class com.ibm.tws.objects.model.JobStream
Sets the default criteria to be used for resolving external dependencies.
setResolutionRule(ResolutionRule) - Method in class com.ibm.tws.objects.types.ResolutionData
Sets the resolution rule.
setResolveDependencies(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if this workstation resolves the dependencies For internal use only.
setResourceId(Identifier) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the identifier of the referenced resource.
setResourceInstance(ResourceInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Change properties of the specified resource.
setResourceInstance(ResourceInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Change properties of the specified resource.
setResourceKey(ResourceKey) - Method in class com.ibm.tws.objects.model.ResourceDependency
Sets the key of the referenced resource.
setResourceUsageInfo(JobInPlanResourceUsageInfo) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the Resource Usage Info
setRestartability(int) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the restartability value.
setRestartableOption(YesNoDefaultOption) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the restartable option.
setRestartableOption(YesNoDefaultOption) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the restartable option.
setRestarted(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the restarted flag.
setReturnCode(int) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the return code for this job definition.
setReturnCodeMapping(String) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the job definition return code mapping.
setReturnCodeMapping(String) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the job definition return code mapping.
setRodmAvailable(ZOSRODMStatus) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
sets the rodm available
setRodmDeviation(ZOSRODMStatus) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the rodm deviation
setRodmQuantity(ZOSRODMStatus) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Sets the rodm available
setRunDate(Date) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the date and time of this job run.
setRunNumber(int) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the run number For internal use only
setRunNumber(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Symphony RunNumber.
setRunning(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the running flag.
setSMSManaged(boolean) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets if this Dataset is SMS managed or not.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets if this Dependency is satisfied.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Sets the status (satisfied or not) of this dependency For internal use only.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets if this dependency is satisfied or not.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets if this dependency is satisfied or not.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets if this dependency is satisfied or not.
setSatisfied(boolean) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets if this dependency is satisfied For internal use only.
setSaturdayFree(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if saturday is considered as a free day for this job stream.
setScheduleDate(Date) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the schedule date For internal use only
setSchedulingEnvironmentName(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the scheduling environment name.
setSchedulingEnvironmentName(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Set the scheduling environment name.
setSecurityElement(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the security element (system automation).
setSecurityElement(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the security element (system automation).
setSecurityLevel(SecurityLevel) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation security level.
setSecurityLevel(SecurityLevel) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation security level.
setSecurityLevel(SecurityLevel) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Security Level.
setSequenceNumber(String) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the Sequence Number
setServer(char) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation server code.
setServer(char) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Server Code.
setServer1Name(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the server1Name attribute.
setServer1NumberInUse(int) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the quantity in sue for R1 This method is for internal use only.
setServer1Usage(ResourceUsage) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the server1Usage attribute.
setServer1UsedforControl(boolean) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the information if workstation associated resourceR1 is used or not to control jobs
setServer2Name(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the server2Name attribute.
setServer2NumberInUse(int) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the quantity in sue for R2 This method is for internal use only.
setServer2Usage(ResourceUsage) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the server2Usage attribute.
setServer2UsedforControl(boolean) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the information if workstation associated resourceR2 is used or not to control jobs
setSession(String) - Method in class com.ibm.tws.conn.util.Context
Sets the session string
setShiftEndTime(long) - Method in class com.ibm.tws.objects.model.Calendar
Sets the calendar shift end time in milliseconds (e.g.
setSize(int) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the size of this Symphony For internal use only
setSmoothingFactor(int) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the smoothing factor.
setSplittable(boolean) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the property used to decide if a job can be interrupted on this workstation.
setSslPort(int) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation SSL port.
setSslPort(int) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation SSL port.
setSslPort(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the SSL Port.
setStartOfDay(long) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the start of day (in Milliseconds).
setStartOffset(long) - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Sets the start offset.
setStartOffset(long) - Method in class com.ibm.tws.objects.types.ResolutionData
Sets the time frame start offset.
setStartTime(Date) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job start time.
setStartTime(Date) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Job Stream Schedule Time.
setStartTime(Date) - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Sets the Scheduled Time
setStartTime(Date) - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Sets the Start Time Date
setStartTime(Date) - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Sets the job start time.
setStartedJobSummary(JobSummaryInfo) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the Job summary info for started jobs
setStartedTaskSupported(boolean) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the property used to decide if jobs should be treated as started tasks at a "Computer" workstation.
setStatus(JobRunStatus) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the job run status.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the Dependency Status.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the dependency status of this object.
setStatus(FileStatusType) - Method in class com.ibm.tws.objects.plan.FileInPlan
Set the status of this FileInPlan object For internal use only.
setStatus(FlowNodeStatusType) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the status of the Flow Node For internal use only.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Set the status of this dependency.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Sets the status of this dependency.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the dependency status.
setStatus(PromptStatusType) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the status of the Prompt.
setStatus(DependencyStatusType) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the dependency status For internal use only.
setStatus(ResourceStatusType) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Resource status For internal use only.
setStatus(int) - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Sets the status of the variable For internal use only.
setStatus(JCLStatus) - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Sets the status.
setStatus(int) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the status
setStatus(WorkstationStatus) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Set the status of the workstation.
setStep(RestartStep) - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Sets the step number.
setStepName(String) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the step name
setStepName(String) - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Sets the step name.
setSuReDatasetName(String) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the suReDatasetName attribute.
setSuccessPending(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the success pending flag.
setSuccessfulRuns(int) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the total number of successful job runs.
setSundayFree(boolean) - Method in class com.ibm.tws.objects.model.JobStream
Sets the property used to decide if sunday is considered as a free day for this job stream.
setSymDwnld(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if the Symphony for the next day has been downloaded.
setSymRunNumber(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Deprecated.  
setTWSObject(TWSObject, boolean, boolean, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Updates a TWS model object, checking that the lock status is the expected one and optionally releasing the lock.
setTWSObject(TWSObject, boolean, boolean, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
This method update the TWSObject passed in input
setTaskData(String) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the task data of the dependent job.
setTaskData(String) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the task data of the dependent job.
setTaskData(String) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the task data of the dependent job.
setTaskData(String) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the task data of the dependent job.
setTaskString(String) - Method in class com.ibm.tws.objects.model.DistJobDefinition
Sets the job definition task string.
setTaskString(String) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the job definition task string.
setTaskType(String) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the job definition task type.
setTaskType(String) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the job definition task type.
setTaskType(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the job definition task type.
setTaskType(String) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the job definition task type.
setTcpLink(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if this Workstation is TCP/IP linked For internal use only.
setTcpPort(int) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation TCP port.
setTcpPort(int) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation TCP port.
setTcpPort(int) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the TCP/IP Port.
setText(String) - Method in class com.ibm.tws.objects.model.Prompt
Sets the prompt text.
setText(String) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the text of the PromptInPlan object.
setText(String) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the Text of this Prompt.
setTextLines(List) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Text Lines
setThisCpu(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that this Job Stream is defined on this Workstation.
setThisWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Set 'This' Workstation Identifier.
setThisWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Set 'This' Workstation key.
setTimeAsked(Date) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the Date this prompt has been asked.
setTimeDependent(boolean) - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Sets the property used to state if the object that includes these time restrictions is time dependent.
setTimeLastChecked(Date) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the Date this dependency has been checked last time.
setTimeOfLastMCPUpdate(Date) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the time of last MCP Update
setTimeRespond(Date) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the Date this prompt has been answered.
setTimeRestrictions(TimeRestrictions) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job time restrictions.
setTimeRestrictions(TimeRestrictions) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle time restrictions.
setTimeRestrictions(TimeRestrictions) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node Time Restriction.
setTimeStarted(Date) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Real Start Time For internal use only.
setTimeStarted(Date) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the time started For internal use only
setTimeStarted(Date) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Time this Workstation Started.
setTimeZone(String) - Method in class com.ibm.tws.objects.model.FlowNode
Sets the job stream or job timezone.
setTimeZone(String) - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Sets the job stream or job timezone.
setTimeZone(String) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation timezone.
setTimeZone(String) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation timezone.
setTimeZone(String) - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Sets the Flow Node Timezone For internal use only.
setTimeZone(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Workstation Time Zone.
setTimeZoneEnabled(boolean) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets if the timezones are enabled For internal use only
setToWaitJobStreamInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the job stream instance to wait.
setTotalCPUTime(long) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the total CPU time of this job run.
setTotalCPUTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the total CPU time of all job runs.
setTotalElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the total elapsed time of this job run.
setTotalElapsedTime(long) - Method in class com.ibm.tws.objects.model.JobStatistics
Sets the total elapsed time of all job runs.
setTotalQuantity(int) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the total quantity of the Resource, not of the Resource Dependency.
setTransferMode(int) - Method in class com.ibm.tws.conn.util.Context
Sets the transfer mode
setTransportTime(long) - Method in class com.ibm.tws.objects.model.ExternalDependency
Sets the transport time.
setTransportTime(long) - Method in class com.ibm.tws.objects.model.InternalDependency
Sets the transport time.
setTransportTime(int) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets the transport time.
setTransportTime(int) - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Sets the transport time.
setTransportTime(long) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the trasport time
setType(PeriodType) - Method in class com.ibm.tws.objects.model.Period
Sets the period type.
setType(PeriodType) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period type.
setType(RunCycleType) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the run cycle type.
setType(WorkstationType) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation type.
setType(WorkstationType) - Method in class com.ibm.tws.objects.model.WorkstationHeader
Sets the workstation type.
setType(PromptType) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets the type of the prompt Possible values are: Local, Global, Restart.
setType(PromptType) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the type of this Prompt.
setType(SymphonyType) - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Sets the Symphony type For Internal Use Only Valid Values are: Archived, Trial, Forecast, Unknown.
setType(SymphonyType) - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Sets the Symphony Type
setType(WorkstationType) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the Workstation Type.
setType(int) - Method in class com.ibm.tws.objects.plan.types.JobStep
Sets the type
setUntilGone(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Until gone flag For internal use only.
setUntilGone(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Until Date is passed.
setUntilTime(Date) - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Sets the Until Time Date.
setUntilUsed(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Until Used flag.
setUntilUsed(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that TimeRestrictions on Until Date exists for this Job Stream.
setUrgent(boolean) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the urgent flag
setUsageCounter(int) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
 
setUseExpandedJCL(boolean) - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Sets true if expanded.
setUseExtendedTaskName(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the use extended task name option.
setUseScaffoldingCode(boolean) - Method in class com.ibm.tws.conn.util.Context
This method must be used for development purposes only.
setUseSchedulingEnvironment(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the use scheduling environment name option.
setUsedFor(ResourceUsage) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the resource usage.
setUsedQuantity(int) - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Sets the Used Quantity.
setUsedResources(int) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the number of used Resources For internal use only.
setUserCatalog(String) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets the user catalog
setUserData(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Sets the User Data
setUserInfo(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the User Information.
setUserJob(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the user job flag For internal use only.
setUserJobs(boolean) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets that Job Stream is a USERJOBS.
setUserLogin(String) - Method in class com.ibm.tws.objects.model.JobDefinition
Sets the user login to be used for this job definition.
setUserLogin(String) - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Sets the user login to be used for this job definition.
setUserLogin(String) - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Sets the user login to be used for this job definition.
setUserRerunAgain(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the user rerun again flag.
setUserSysOut(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the user sysout option.
setUserSysOut(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the user sysout option.
setVSAMDataset(boolean) - Method in class com.ibm.tws.objects.plan.types.DataSet
Sets if this dataset is VSAM or not.
setValidFrom(Date) - Method in class com.ibm.tws.objects.model.JobStream
Sets the start date of the job stream validity period.
setValidFrom(Date) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the start date of the job stream validity period.
setValidFrom(Date) - Method in class com.ibm.tws.objects.model.JobStreamKey
Sets the start date of the job stream validity period.
setValidFrom(Date) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the start date of the run cycle validity period.
setValidFromDateTime(Date) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Valid From Date
setValidTo(Date) - Method in class com.ibm.tws.objects.model.JobStream
Sets the end date of the job stream validity period.
setValidTo(Date) - Method in class com.ibm.tws.objects.model.JobStreamHeader
Sets the end date of the job stream validity period.
setValidTo(Date) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the end date of the run cycle validity period.
setValidToDateTime(Date) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Valid To Date
setValue(String) - Method in class com.ibm.tws.objects.model.Variable
Sets the variable value.
setValue(String) - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Sets the value of the variable
setValue(String) - Method in class com.ibm.tws.objects.types.Identifier
Sets the identifier value as a String object.
setVariableTable(String) - Method in class com.ibm.tws.objects.model.Period
Sets the period variable table.
setVariableTable(String) - Method in class com.ibm.tws.objects.model.PeriodHeader
Sets the period variable table.
setVariableTable(String) - Method in class com.ibm.tws.objects.model.RunCycle
Sets the variable table associated to the run cycle.
setVariableTable(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns the variable table.
setVersion(String) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Set the version of the workstation For Internal Use Only.
setVersion(String) - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Sets the Engine Version.
setWLMClass(String) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the WLM class.
setWLMClass(String) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the WLM Class.
setWLMCriticalJob(boolean) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the WLM critical job property.
setWLMCriticalJob(boolean) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the WLM critical job property.
setWLMCriticalJobType(CriticalJobType) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Sets the CriticalJobType option.
setWLMCriticalJobType(CriticalJobType) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Sets the WLM critical job property.
setWLMPolicy(WLMPolicy) - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns the WLM policy.
setWLMPolicy(WLMPolicy) - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns the WLM policy.
setWTOSupported(boolean) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the property used to decide if jobs should be treated as WTO messages at a general workstation.
setWait(boolean) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the option wait on this workstation.
setWait(boolean) - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Sets the option wait on this workstation.
setWaitingJobSummary(JobSummaryInfo) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Sets the Job summary info for waiting jobs
setWaitingReason(String) - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Sets the waiting Reason For Internal Use Only.
setWholeJobInstance(JobInPlan, boolean, List, List, List, List, List, List, List, List, List, List, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Change properties and dependencies of the specified job in a single atomic action
setWildcarded(boolean) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the wildcarded flag For internal use only.
setWindowsUserPassword(WindowsUserInPlan, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Sets the password for the specified user.
setWindowsUserPassword(WindowsUserInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Sets the password for the specified user.
setWorkstation(String) - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Sets the Workstation String
setWorkstationClass(String) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Workstation Class of this Job Stream.
setWorkstationFence(Identifier, int, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Sets the Workstation Instance new Fence.
setWorkstationFence(Identifier, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Sets the Workstation Instance new Fence.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the identifier of the workstation referenced by this windows user.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.model.WorkstationLink
Sets the identifier of the referenced workstation.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Set the workstation id of the FileInPlan object.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.FileInPlan
Set the Identifier of the Workstation on which this object is defined.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the Identifier of the referenced Workstation.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the referenced Workstation Identifier.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets The Identifier of the (optional) Workstation
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Workstation Identifier.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Sets the Resource Workstation Identifier
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
The Identifier of the referenced Workstation.
setWorkstationId(Identifier) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the Identifier of the workstation referenced by this windows user.
setWorkstationInstance(WorkstationInPlan, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the values for the input Workstation instance.
setWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.WindowsUser
Sets the key of the workstation referenced by this windows user.
setWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.WindowsUserKey
Sets the key of the workstation referenced by this windows user.
setWorkstationKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.WorkstationLink
Sets the key of the referenced workstation.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.FileInPlan
Sets the key of the workstation on which this object is defined.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Set the WorkstationInPlanKey on which this FileInPlan object is defined.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Sets the key of the workstation referenced by this job definition.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Sets the key of the workstation referenced by this job definition.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Sets the key of the workstation referenced by this job definition.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the referenced Workstation key.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Sets the Workstation key.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Sets The key of the (optional) Workstation For internal use only.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.PromptInPlan
Sets the referenced Workstation Key.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Sets the Workstation key.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Sets the key of the Workstation to which this Resource refer.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Sets the workstation key.
setWorkstationKey(WorkstationInPlanKey) - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Sets the key of the Workstation referenced by this windows user.
setWorkstationLimit(Identifier, int, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Sets the Workstation Instance new Limit.
setWorkstationLimit(Identifier, int, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Sets the Workstation Instance new Limit.
setWorkstationName(String) - Method in class com.ibm.tws.objects.model.JobHistoryRun
Sets the name of the workstation where the job was run.
setWorkstationStatus(Identifier, Context, WorkstationStatus, WorkstationOperationOption, WorkstationInPlanKey) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Set the status for the input Workstation instance.
setWriterDs(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if Mailman is writing to Mailbox For internal use only.
setWriterUp(boolean) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Sets if Writer is Up For internal use only.
setZOSAttributes(WorkstationInPlanZOSAttributes) - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
z/OS only method.
setZOSHiperbatch(boolean) - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Sets the zOSHiperbatch flag.
setZombie(boolean) - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Sets if this Dependency is a zombie.
setZosAttributes(WorkstationZOSAttributes) - Method in class com.ibm.tws.objects.model.Workstation
Sets the workstation zOS attributes.
setZosNumberOfParallelServers(int) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Sets the zosNumberOfParallelServers attribute.
setZosNumberOfParallelServers(int) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Sets the zosNumberOfParallelServers attribute.
setZosR1Capacity(int) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Sets the zosR1Capacity attribute.
setZosR1Capacity(int) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Sets the capacity of the zosR1 fixed resource to be associated to the workstation for the specific interval.
setZosR2Capacity(int) - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Sets the zosR2Capacity attribute.
setZosR2Capacity(int) - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Sets the capacity of the zosR2 fixed resource to be associated to the workstation for the specific interval.
setZosSpecificAttributes(JobInPlanZOSAttributes) - Method in class com.ibm.tws.objects.plan.JobInPlan
Sets the Z/OS attributes.
setZosSpecificAttributes(JobStreamInPlanZOSAttributes) - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Sets the Z/OS attributes.
setZosSpecificAttributes(ResourceInPlanZOSAttributes) - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Sets the Z/OS Specific Attributes
solveJobJCLNoPromptableVariableList(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Return the requested job JCL variable list.
startDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method starts the domain workstation.
startDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method starts the domain workstation.
startWorkstation(Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Starts the Workstation Instance.
startWorkstation(Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Starts the Workstation Instance.
stopDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method stops the domain workstation.
stopDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method stops the domain workstation.
stopWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Stops the Workstation Instance.
stopWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Stops the Workstation Instance.
switchDomainManager(Identifier, Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method changes the Domain manager of a given domain.
switchDomainManager(Identifier, Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method changes the Domain manager of a given domain.

T

TASK - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Task Filter.
TASK - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Task Filter.
TIME_STARTED - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Time Started Filter.
TIME_STARTED - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Time Started Filter.
TIME_STARTED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Time Started Filter.
TIME_STARTED - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Time Started Filter.
TIME_STARTED_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Time Started Range Filter.
TIME_STARTED_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Time Started Range Filter.
TIME_STARTED_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Time Started Range Filter.
TIME_STARTED_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Time Started Range Filter.
TRANSFER_MODE_BYTES - Static variable in class com.ibm.tws.conn.util.Context
The transfer mode integer used to specify that plan query results must be transferred in bytes
TRANSFER_MODE_DEFAULT - Static variable in class com.ibm.tws.conn.util.Context
Default transfer mode
TRANSFER_MODE_OBJECTS - Static variable in class com.ibm.tws.conn.util.Context
The transfer mode integer used to specify that plan query results must be transferred in objects
TWSException - exception com.ibm.tws.util.exception.TWSException.
Base class for TWS exceptions.
TWSException(Throwable) - Constructor for class com.ibm.tws.util.exception.TWSException
Creates a TWSException with the specified root cause
TWSException(String, String) - Constructor for class com.ibm.tws.util.exception.TWSException
Creates a TWSException with the specified message
TWSException(String, String, Throwable) - Constructor for class com.ibm.tws.util.exception.TWSException
Creates a TWSException with the specified message and root cause
TWSException(String, String, Object[]) - Constructor for class com.ibm.tws.util.exception.TWSException
Creates a TWSException with the specified message and arguments
TWSException(String, String, Object[], Throwable) - Constructor for class com.ibm.tws.util.exception.TWSException
Creates a TWSException with the specified message, arguments and root cause
TWSHeader - interface com.ibm.tws.objects.TWSHeader.
This interface is implemented by all java objects representing headers of TWS objects.
TWSKey - interface com.ibm.tws.objects.TWSKey.
This interface is implemented by all java objects representing external keys of TWS objects.
TWSLink - interface com.ibm.tws.objects.TWSLink.
This interface is implemented by all java objects representing many-to-many associations between TWS objects.
TWSObject - interface com.ibm.tws.objects.TWSObject.
This interface is implemented by all java objects representing TWS business objects.
TWSObjectMap - class com.ibm.tws.objects.types.TWSObjectMap.
This class wraps a couple of maps where TWS objects can be stored and retrieved by identifier or name.
TWSObjectMap() - Constructor for class com.ibm.tws.objects.types.TWSObjectMap
Creates a new TWSObjectMap.
TaskTypes - interface com.ibm.tws.objects.types.TaskTypes.
This interface inlcudes constants defining TWS task types.
TimeRange - class com.ibm.tws.objects.filter.TimeRange.
This subclass of AbstractRange can hold a range of date values, and can be set into a QueryFilter to retrieve results with the requested range on a selected date field.
TimeRange(Date, Date) - Constructor for class com.ibm.tws.objects.filter.TimeRange
Creates a "closed" TimeRange object, having both a start and end limit.
TimeRange(Date, boolean) - Constructor for class com.ibm.tws.objects.filter.TimeRange
Creates an "open" TimeRange object, having only a start or end limit.
TimeRestrictions - class com.ibm.tws.objects.model.types.TimeRestrictions.
This class includes the information required to describe the time restrictions of a job or run cycle.
TimeRestrictions() - Constructor for class com.ibm.tws.objects.model.types.TimeRestrictions
Creates an empty TimeRestrictions object.
TimeRestrictions - class com.ibm.tws.objects.plan.types.TimeRestrictions.
This class includes the information required to describe the time restrictions of a job or of a job stream in the plan.
TimeRestrictions() - Constructor for class com.ibm.tws.objects.plan.types.TimeRestrictions
Creates an empty TimeRestrictions object.
TypeUtility - class com.ibm.tws.objects.types.TypeUtility.
This simple utility class can be used by object model classes to access common services.
toString() - Method in class com.ibm.tws.objects.filter.IntegerRange
Returns a compact representation of this range.
toString() - Method in class com.ibm.tws.objects.filter.LongRange
Returns a compact representation of this range.
toString() - Method in class com.ibm.tws.objects.filter.QueryFilter
Returns a string representation of this QueryFilter object.
toString() - Method in class com.ibm.tws.objects.filter.TimeRange
Returns a compact representation of this range.
toString() - Method in class com.ibm.tws.objects.model.Calendar
Returns a string representation of this Calendar object.
toString() - Method in class com.ibm.tws.objects.model.CalendarHeader
Returns a string representation of this CalendarHeader object.
toString() - Method in class com.ibm.tws.objects.model.CalendarKey
Returns a string representation of this CalendarKey object.
toString() - Method in class com.ibm.tws.objects.model.DistJobDefinition
Returns a string representation of this DistJobDefinition object.
toString() - Method in class com.ibm.tws.objects.model.Domain
Returns a string representation of this Domain object.
toString() - Method in class com.ibm.tws.objects.model.DomainKey
Returns a string representation of this DomainKey object.
toString() - Method in class com.ibm.tws.objects.model.ExternalDependency
Returns a string representation of this ExternalDependency object.
toString() - Method in class com.ibm.tws.objects.model.FileDependency
Returns a string representation of this FileDependency object.
toString() - Method in class com.ibm.tws.objects.model.FlowNode
Returns a string representation of this FlowNode object.
toString() - Method in class com.ibm.tws.objects.model.FlowNodeHeader
Returns a string representation of this FlowNodeHeader object.
toString() - Method in class com.ibm.tws.objects.model.FlowTarget
Returns a string representation of this FlowTarget object.
toString() - Method in class com.ibm.tws.objects.model.FlowTargetHeader
Returns a string representation of this FlowTargetHeader object.
toString() - Method in class com.ibm.tws.objects.model.FlowTargetKey
Returns a string representation of this FlowTargetKey object as a workstation key.
toString(boolean) - Method in class com.ibm.tws.objects.model.FlowTargetKey
Returns a string representation of this FlowTargetKey object as a workstation or workstation class key.
toString() - Method in class com.ibm.tws.objects.model.InterNetworkDependency
Returns a string representation of this InterNetworkDependency object.
toString() - Method in class com.ibm.tws.objects.model.InternalDependency
Returns a string representation of this InternalDependency object.
toString() - Method in class com.ibm.tws.objects.model.Job
Returns a string representation of this Job object.
toString() - Method in class com.ibm.tws.objects.model.JobDefinition
Returns a string representation of this JobDefinition object.
toString() - Method in class com.ibm.tws.objects.model.JobDefinitionHeader
Returns a string representation of this JobDefinitionHeader object.
toString() - Method in class com.ibm.tws.objects.model.JobDefinitionKey
Returns a string representation of this JobDefinitionKey object.
toString() - Method in class com.ibm.tws.objects.model.JobHeader
Returns a string representation of this JobHeader object.
toString() - Method in class com.ibm.tws.objects.model.JobHistoryRun
Returns a string representation of this JobHistoryRun object.
toString() - Method in class com.ibm.tws.objects.model.JobKey
Returns a string representation of this JobKey object.
toString() - Method in class com.ibm.tws.objects.model.JobStatistics
Returns a string representation of this JobStatistics object.
toString() - Method in class com.ibm.tws.objects.model.JobStream
Returns a string representation of this JobStream object.
toString() - Method in class com.ibm.tws.objects.model.JobStreamHeader
Returns a string representation of this JobStreamHeader object.
toString() - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns a string representation of this JobStreamKey object.
toString(DateFormat) - Method in class com.ibm.tws.objects.model.JobStreamKey
Returns a string representation of this JobStreamKey object.
toString() - Method in class com.ibm.tws.objects.model.Period
Returns a string representation of this Period object.
toString() - Method in class com.ibm.tws.objects.model.PeriodHeader
Returns a string representation of this PeriodHeader object.
toString() - Method in class com.ibm.tws.objects.model.PeriodKey
Returns a string representation of this PeriodKey object.
toString() - Method in class com.ibm.tws.objects.model.Prompt
Returns a string representation of this Prompt object.
toString() - Method in class com.ibm.tws.objects.model.PromptDependency
Returns a string representation of this PromptDependency object.
toString() - Method in class com.ibm.tws.objects.model.PromptKey
Returns a string representation of this PromptKey object.
toString() - Method in class com.ibm.tws.objects.model.Resource
Returns a string representation of this Resource object.
toString() - Method in class com.ibm.tws.objects.model.ResourceDependency
Returns a string representation of this ResourceDependency object.
toString() - Method in class com.ibm.tws.objects.model.ResourceHeader
Returns a string representation of this ResourceHeader object.
toString() - Method in class com.ibm.tws.objects.model.ResourceKey
Returns a string representation of this ResourceKey object.
toString() - Method in class com.ibm.tws.objects.model.RunCycle
Returns a string representation of this RunCycle object.
toString() - Method in class com.ibm.tws.objects.model.Variable
Returns a string representation of this Variable object.
toString() - Method in class com.ibm.tws.objects.model.VariableKey
Returns a string representation of this VariableKey object.
toString() - Method in class com.ibm.tws.objects.model.WindowsUser
Returns a string representation of this WindowsUser object.
toString() - Method in class com.ibm.tws.objects.model.WindowsUserKey
Returns a string representation of this WindowsUserKey object.
toString() - Method in class com.ibm.tws.objects.model.Workstation
Returns a string representation of this Workstation object.
toString() - Method in class com.ibm.tws.objects.model.WorkstationClass
Returns a string representation of this WorkstationClass object.
toString() - Method in class com.ibm.tws.objects.model.WorkstationClassHeader
Returns a string representation of this WorkstationClassHeader object.
toString() - Method in class com.ibm.tws.objects.model.WorkstationHeader
Returns a string representation of this WorkstationHeader object.
toString() - Method in class com.ibm.tws.objects.model.WorkstationLink
Returns a string representation of this WorkstationLink object.
toString() - Method in class com.ibm.tws.objects.model.ZOSJobDefinition
Returns a string representation of this ZOSJobDefinition object.
toString() - Method in class com.ibm.tws.objects.model.types.ResourceAvailabilityInterval
Returns a string representation of this ResourceAvailabilityInterval object.
toString() - Method in class com.ibm.tws.objects.model.types.TimeRestrictions
Returns a string representation of this TimeRestrictions object.
toString() - Method in class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Returns a string representation of this WorkstationAvailabilityInterval object.
toString() - Method in class com.ibm.tws.objects.plan.DistJobDefinitionInPlan
Returns a string representation of this JobDefinition.
toString() - Method in class com.ibm.tws.objects.plan.DomainInPlan
Returns a string representation of this DomainInPlan.
toString() - Method in class com.ibm.tws.objects.plan.DomainInPlanKey
Returns a string representation of this Domain.
toString() - Method in class com.ibm.tws.objects.plan.ExternalDependencyInPlan
Returns a string representation of this ExternalDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.FileDependencyInPlan
Returns a string representation of this FileDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.FileInPlan
Returns a string representation of this FileInPlan.
toString() - Method in class com.ibm.tws.objects.plan.FileInPlanKey
Returns a string representation of this FileInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlan
Returns a string representation of this FlowNodeInPlan.
toString() - Method in class com.ibm.tws.objects.plan.FlowNodeInPlanKey
Returns a string representation of this FlowNodeInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.InternalDependencyInPlan
Returns a string representation of this InternalDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.InternetworkDependencyInPlan
Returns a string representation of this InternetworkDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlan
Returns a string representation of this JobDefinitionInPlan.
toString() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanHeader
Returns a string representation of this JobDefinitionInPlanHeader.
toString() - Method in class com.ibm.tws.objects.plan.JobDefinitionInPlanKey
Returns a string representation of this JobDefinitionInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.JobInPlan
Returns a string representation of this JobInPlan.
toString() - Method in class com.ibm.tws.objects.plan.JobInPlanKey
Returns a string representation of this JobInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.JobStreamInPlan
Returns a string representation of this JobStreamInPlan.
toString() - Method in class com.ibm.tws.objects.plan.JobStreamInPlanKey
Returns a string representation of this JobStreamInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.OperatorInstructionInPlan
Returns a string representation of this Operator Instruction.
toString() - Method in class com.ibm.tws.objects.plan.PromptDependencyInPlan
Returns a string representation of this PromptDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.PromptInPlan
Returns a string representation of this PromptInPlan.
toString() - Method in class com.ibm.tws.objects.plan.PromptInPlanKey
Returns a string representation of this PromptInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.ResourceDependencyInPlan
Returns a string representation of this ResourceDependencyInPlan.
toString() - Method in class com.ibm.tws.objects.plan.ResourceHolderInPlan
Returns a string representation of this ResourceHolderInPlan.
toString() - Method in class com.ibm.tws.objects.plan.ResourceInPlan
Returns a string representation of this ResourceInPlan.
toString() - Method in class com.ibm.tws.objects.plan.ResourceInPlanKey
Returns a string representation of this ResourceInPlanKey.
toString() - Method in class com.ibm.tws.objects.plan.SymphonyInPlan
Returns a string representation of this Symphony.
toString() - Method in class com.ibm.tws.objects.plan.SymphonyInPlanKey
Returns a string representation of this SymphonyInPlan object.
toString() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlan
Returns a string representation of this WindowsUserInPlan.
toString() - Method in class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Returns a string representation of this Windows User.
toString() - Method in class com.ibm.tws.objects.plan.WorkstationInPlan
Returns a string representation of this Workstation.
toString() - Method in class com.ibm.tws.objects.plan.WorkstationInPlanKey
Returns a String representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Returns a string representation of this ZOSJobDefinitionInPlan object.
toString() - Method in class com.ibm.tws.objects.plan.types.AddingFunctions
Returns a string representation of this AddingFunctions object.
toString() - Method in class com.ibm.tws.objects.plan.types.CalendarInPlanKey
Returns a string representation of this CalendarInPlanKey object.
toString() - Method in class com.ibm.tws.objects.plan.types.CatalogManagementStatus
Returns a string representation of this CatalogManagementStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.CleanUpStatus
Returns a string representation of this CleanUpStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.CriticalPathStatus
Returns a string representation of this CriticalPathStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.DataSet
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.DataSetsListResult
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.DependenciesResolutionOption
Returns a string representation of this DependenciesResolutionOption object.
toString() - Method in class com.ibm.tws.objects.plan.types.DependencyStatusType
Returns a string representation of this DependencyStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.EngineStatusType
Returns a string representation of this EngineStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.FileStatusType
Returns a string representation of this FileStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.FlowNodeInternalStatusType
Returns a string representation of this FlowNodeInternalStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.FlowNodeStatusType
Returns a string representation of this FlowNodeStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.HostJobStatus
Returns a string representation of this HostJobStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.JCLLastUpdatingFunction
Returns a string representation of this JCLLastUpdatingFunction object.
toString() - Method in class com.ibm.tws.objects.plan.types.JCLPromptableVariable
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.JCLStatus
Returns a string representation of this JCLStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobControlLanguage
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobExtendedStatus
Returns a string representation of this JobExtendedStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
Returns a string representation of this JobInPlanResourceUsageInfo.
toString() - Method in class com.ibm.tws.objects.plan.types.JobInPlanZOSAttributes
Returns a string representation of this JobInPlanZOSAttribute object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobInternalStatusType
Returns a string representation of this JobStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobStatusType
Returns a string representation of this JobStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobStep
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
Returns a string representation of this ResourceInPlanZOSAttributes object.
toString() - Method in class com.ibm.tws.objects.plan.types.PromptStatusType
Returns a string representation of this PromptStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.PromptType
Returns a string representation of this PromptType object.
toString() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanAvailabilityInterval
Returns a string representation of this ResourceInPlanAvailabilityInterval object.
toString() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
Returns a string representation of this ResourceInPlanConstraints object.
toString() - Method in class com.ibm.tws.objects.plan.types.ResourceInPlanZOSAttributes
Returns a string representation of this ResourceInPlanZOSAttributes object.
toString() - Method in class com.ibm.tws.objects.plan.types.ResourceStatusType
Returns a string representation of this ResourceStatusType object.
toString() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupOptions
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.RestartCleanupType
Returns a string representation of this RestartCleanupType object.
toString() - Method in class com.ibm.tws.objects.plan.types.RestartStep
Returns a string representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.types.SymphonyType
Returns a string representation of this SymphonyType object.
toString() - Method in class com.ibm.tws.objects.plan.types.TimeRestrictions
Returns a string representation of this TimeRestrictions object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Returns a string representation of this WorkstationAvailabilityInterval object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Returns a string representation of this WorkstationInPlanAvailabilitySettings object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus
Returns a string representation of this WorkstationInPlanExtendedStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Returns a string representation of this WorkstationInPlanZOSAttributes object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Returns a string representation of this WorkstationOperationOption object.
toString() - Method in class com.ibm.tws.objects.plan.types.WorkstationStatus
Returns a string representation of this WorkstationStatus object.
toString() - Method in class com.ibm.tws.objects.plan.types.ZOSRODMStatus
Returns a string representation of this ZOSRODMStatus object.
toString() - Method in class com.ibm.tws.objects.plan.utils.EngineInformation
Returns a String representation of this object.
toString() - Method in class com.ibm.tws.objects.plan.utils.JobSummaryInfo
 
toString() - Method in class com.ibm.tws.objects.plan.utils.RerunDetails
Returns a String representation of this object.
toString() - Method in class com.ibm.tws.objects.types.AbstractTimeRestrictions
Returns a string representation of this AbstractTimeRestrictions object.
toString() - Method in class com.ibm.tws.objects.types.AvailabilityInterval
Returns a string representation of this AvailabilityInterval object.
toString() - Method in class com.ibm.tws.objects.types.BooleanValue
Returns a string representation of this BooleanValue object.
toString() - Method in class com.ibm.tws.objects.types.CatManagementOption
Returns a string representation of this CatManagementOption object.
toString() - Method in class com.ibm.tws.objects.types.CleanUpOption
Returns a string representation of this CleanUpOption object.
toString() - Method in class com.ibm.tws.objects.types.CriticalJobType
Returns a string representation of this CriticalJobType object.
toString() - Method in class com.ibm.tws.objects.types.FilterMatchingCriteria
Returns a string representation of this FilterMatchingCriteria object.
toString() - Method in class com.ibm.tws.objects.types.FreeDaysRule
Returns a string representation of this FreeDaysRule object.
toString() - Method in class com.ibm.tws.objects.types.Identifier
Returns a string representation of this Identifier object.
toString() - Method in class com.ibm.tws.objects.types.InstanceStatus
Returns a string representation of this InstanceStatus object.
toString() - Method in class com.ibm.tws.objects.types.JobRunStatus
Returns a string representation of this JobRunStatus object.
toString() - Method in class com.ibm.tws.objects.types.LastModifyType
Returns a string representation of this LastModifyType object.
toString() - Method in class com.ibm.tws.objects.types.LateAction
Returns a string representation of this LateAction object.
toString() - Method in class com.ibm.tws.objects.types.LinkStatus
Returns a string representation of this LinkStatus object.
toString() - Method in class com.ibm.tws.objects.types.LockData
Returns a string representation of this LockData object.
toString() - Method in class com.ibm.tws.objects.types.ModifyData
Returns a string representation of this ModifyData object.
toString() - Method in class com.ibm.tws.objects.types.OffsetType
Returns a string representation of this OffsetType object.
toString() - Method in class com.ibm.tws.objects.types.OnErrorOption
Returns a string representation of this OnErrorOption object.
toString() - Method in class com.ibm.tws.objects.types.OperatingSystem
Returns a string representation of this OperatingSystem object.
toString(String) - Method in class com.ibm.tws.objects.types.OrdinalType
Returns a string representation of this OrdinalType object.
toString() - Method in class com.ibm.tws.objects.types.PeriodInterval
Returns a string representation of this PeriodInterval object.
toString() - Method in class com.ibm.tws.objects.types.PeriodType
Returns a string representation of this PeriodType object.
toString() - Method in class com.ibm.tws.objects.types.PrintOption
Returns a string representation of this PrintOption object.
toString() - Method in class com.ibm.tws.objects.types.RecoveryOption
Returns a string representation of this RecoveryOption object.
toString() - Method in class com.ibm.tws.objects.types.ResolutionData
Returns a string representation of this ResolutionData object.
toString() - Method in class com.ibm.tws.objects.types.ResolutionRule
Returns a string representation of this ResolutionRule object.
toString() - Method in class com.ibm.tws.objects.types.ResourceActionOnComplete
Returns a string representation of this ResourceActionOnComplete object.
toString() - Method in class com.ibm.tws.objects.types.ResourceActionOnError
Returns a string representation of this ResourceActionOnError object.
toString() - Method in class com.ibm.tws.objects.types.ResourceAllocationType
Returns a string representation of this ResourceAllocationType object.
toString() - Method in class com.ibm.tws.objects.types.ResourceBaseConstraints
Returns a string representation of this ResourceBaseConstraints object.
toString() - Method in class com.ibm.tws.objects.types.ResourceUsage
Returns a string representation of this ResourceUsage object.
toString() - Method in class com.ibm.tws.objects.types.RunCycleType
Returns a string representation of this RunCycleType object.
toString() - Method in class com.ibm.tws.objects.types.SecurityLevel
Returns a string representation of this SecurityLevel object.
toString(Collection, Class) - Static method in class com.ibm.tws.objects.types.TypeUtility
Returns a string representation of the specified collection.
toString() - Method in class com.ibm.tws.objects.types.WLMPolicy
Returns a string representation of this WLMPolicy object.
toString() - Method in class com.ibm.tws.objects.types.WorkstationReportingAttribute
Returns a string representation of this WorkstationReportingAttribute object.
toString() - Method in class com.ibm.tws.objects.types.WorkstationType
Returns a string representation of this WorkstationType object.
toString() - Method in class com.ibm.tws.objects.types.WorkstationZOSAttributes
Returns a string representation of this WorkstationZOSAttributes object.
toString() - Method in class com.ibm.tws.objects.types.YesNoDefaultOption
Returns a string representation of this YesNoDefaultOption object.
toString() - Method in class com.ibm.tws.objects.types.YesNoResetOption
Returns a string representation of this YesNoResetOption object.
toUpperCase(String) - Static method in class com.ibm.tws.objects.types.TypeUtility
Returns the upper case version of the specified string.

U

UNIX - Static variable in class com.ibm.tws.objects.types.OperatingSystem
The UNIX value.
UNIX_JOB - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "Unix Job" task type.
UNKNOWN - Static variable in class com.ibm.tws.objects.types.JobRunStatus
The UNKNOWN value.
UNKNOWN - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "Unknown" task type.
UNLINKED - Static variable in class com.ibm.tws.objects.types.LinkStatus
The UNLINKED value.
UNTIL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Until Time Filter.
UNTIL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Until Time Filter.
UNTIL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Until Time Filter.
UNTIL_TIME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Until Time Filter.
UNTIL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Until Time Range Filter.
UNTIL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Until Time Range Filter.
UNTIL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Until Time Range Filter.
UNTIL_TIME_RANGE - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Until Time Range Filter.
USAGE_COUNTER_INCREASE - Static variable in class com.ibm.tws.objects.types.LastModifyType
The USAGE_COUNTER_INCREASE value.
USER_LOGIN - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The user login filter.
USER_LOGIN - Static variable in interface com.ibm.tws.objects.filter.JobDefinitionFilters
The user login filter.
USER_LOGIN - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The User Login Filter.
USER_LOGIN - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The User Login Filter.
USER_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
The windows user name filter.
USER_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
The windows user name filter.
USER_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
The windows user name filter.
USER_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
The windows user name filter.
USER_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "USER" status.
unNopJobInstance(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Un NOP the job instance specified in the jobId.
unlinkDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
This method unlinks the domain workstation.
unlinkDomainWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
This method unlinks the domain workstation.
unlinkWorkstation(Identifier, Context) - Method in interface com.ibm.tws.conn.plan.ConnPlan
Unlinks the Workstation Instance.
unlinkWorkstation(Identifier, Context) - Method in interface com.ibm.tws.zconn.plan.ZConnPlan
Unlinks the Workstation Instance.
unlockTWSObject(Class, Identifier, boolean, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Unlocks a TWS model object by identifier, checking that it is currently locked by the requesting user and session.
unlockTWSObject(Class, TWSKey, boolean, Context) - Method in interface com.ibm.tws.conn.model.ConnModel
Unlocks a TWS model object by external key, checking that it is currently locked by the requesting user and session.
unlockTWSObject(Class, Identifier, boolean, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Unlocks the TWSObject object identified by the given id.
unlockTWSObject(Class, TWSKey, boolean, Context) - Method in interface com.ibm.tws.zconn.model.ZConnModel
Unlocks the TWSObject object identified by the given key.
useShortTask() - Method in class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Tells this validator to check that the task string does not exceed 4000 characters (instead of 4095, which is the default limit).

V

VARIABLE_NAME - Static variable in interface com.ibm.tws.objects.filter.VariableFilters
Used with a TWS Distributed engine:
The variable name filter.
VARIABLE_NAME - Static variable in interface com.ibm.tws.objects.filter.VariableFilters
Used with a TWS Distributed engine:
The variable name filter.
Validator - class com.ibm.tws.objects.validator.Validator.
This class is the root of all validator classes, and provides common utility methods that can be invoked by subclasses to check the validity of allowed lengths, ranges and other rules on object fields.
Validator(Locale) - Constructor for class com.ibm.tws.objects.validator.Validator
Creates a new Validator, using the specified locale for error messages.
ValidatorException - exception com.ibm.tws.objects.validator.ValidatorException.
This class is the root of all validator exception classes.
ValidatorException(String) - Constructor for class com.ibm.tws.objects.validator.ValidatorException
Creates a new ValidatorException from the specified message.
ValidatorException(String, Object[]) - Constructor for class com.ibm.tws.objects.validator.ValidatorException
Creates a new ValidatorException from the specified message and parameters.
ValueValidatorException - exception com.ibm.tws.objects.validator.ValueValidatorException.
This exception is thrown when validation of an object fails because one of the fields contains an invalid value.
ValueValidatorException(String, int, Validator) - Constructor for class com.ibm.tws.objects.validator.ValueValidatorException
Creates a new ValueValidatorException from the specified parameters (used in value validations on integer fields).
ValueValidatorException(String, long, Validator) - Constructor for class com.ibm.tws.objects.validator.ValueValidatorException
Creates a new ValueValidatorException from the specified parameters (used in value validations on long integer fields).
ValueValidatorException(String, Object, Validator) - Constructor for class com.ibm.tws.objects.validator.ValueValidatorException
Creates a new ValueValidatorException from the specified parameters (used in value validations on object fields).
Variable - class com.ibm.tws.objects.model.Variable.
A Variable object represents a TWS parameter and wraps a VariableKey object.
Variable() - Constructor for class com.ibm.tws.objects.model.Variable
Creates an empty Variable.
Variable(Identifier) - Constructor for class com.ibm.tws.objects.model.Variable
Creates a Variable with the specified identifier.
Variable(VariableKey) - Constructor for class com.ibm.tws.objects.model.Variable
Creates a Variable with the specified key.
Variable(Identifier, VariableKey) - Constructor for class com.ibm.tws.objects.model.Variable
Creates a Variable with the specified identifier and key.
VariableFilters - interface com.ibm.tws.objects.filter.VariableFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on variables.
(These filters can be used only with a TWS Distributed engine.)
VariableFilters - interface com.ibm.tws.objects.filter.VariableFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on variables.
(These filters can be used only with a TWS Distributed engine.)
VariableKey - class com.ibm.tws.objects.model.VariableKey.
This object represents a variable external key, including fields used to identify a variable in TWS external interfaces.
VariableKey() - Constructor for class com.ibm.tws.objects.model.VariableKey
Creates an empty VariableKey.
VariableKey(String) - Constructor for class com.ibm.tws.objects.model.VariableKey
Creates a VariableKey with the specified name.
VariableValidator - class com.ibm.tws.objects.model.validator.VariableValidator.
This class provides methods that can be used to validate Variable and VariableKey objects.
VariableValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.VariableValidator
Creates a new VariableValidator, using the specified locale for error messages.
validateFilter(QueryFilter) - Method in class com.ibm.tws.objects.model.validator.QueryFilterValidator
Validates a QueryFilter object.
validateHeader(CalendarHeader) - Method in class com.ibm.tws.objects.model.validator.CalendarValidator
Validates a CalendarHeader object.
validateHeader(FlowNodeHeader) - Method in class com.ibm.tws.objects.model.validator.FlowNodeValidator
Validates a FlowNodeHeader object.
validateHeader(FlowTargetHeader) - Method in class com.ibm.tws.objects.model.validator.FlowTargetValidator
Validates a FlowTargetHeader object.
validateHeader(JobDefinitionHeader) - Method in class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Validates a JobDefinitionHeader object.
validateHeader(JobStreamHeader) - Method in class com.ibm.tws.objects.model.validator.JobStreamValidator
Validates a JobStreamHeader object.
validateHeader(JobHeader) - Method in class com.ibm.tws.objects.model.validator.JobValidator
Validates a JobHeader object.
validateHeader(ResourceHeader) - Method in class com.ibm.tws.objects.model.validator.ResourceValidator
Validates a ResourceHeader object.
validateHeader(WorkstationClassHeader) - Method in class com.ibm.tws.objects.model.validator.WorkstationClassValidator
Validates a WorkstationClassHeader object.
validateHeader(WorkstationHeader) - Method in class com.ibm.tws.objects.model.validator.WorkstationValidator
Validates a WorkstationHeader object.
validateKey(CalendarKey) - Method in class com.ibm.tws.objects.model.validator.CalendarValidator
Validates a CalendarKey object.
validateKey(DomainKey) - Method in class com.ibm.tws.objects.model.validator.DomainValidator
Validates a DomainKey object.
validateKey(FlowNodeKey) - Method in class com.ibm.tws.objects.model.validator.FlowNodeValidator
Validates a FlowNodeKey object.
validateKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.validator.FlowTargetValidator
Validates a FlowTargetKey object.
validateKey(JobDefinitionKey) - Method in class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Validates a JobDefinitionKey object.
validateKey(JobStreamKey) - Method in class com.ibm.tws.objects.model.validator.JobStreamValidator
Validates a JobStreamKey object.
validateKey(JobKey) - Method in class com.ibm.tws.objects.model.validator.JobValidator
Validates a JobKey object.
validateKey(PromptKey) - Method in class com.ibm.tws.objects.model.validator.PromptValidator
Validates a PromptKey object.
validateKey(ResourceKey) - Method in class com.ibm.tws.objects.model.validator.ResourceValidator
Validates a ResourceKey object.
validateKey(VariableKey) - Method in class com.ibm.tws.objects.model.validator.VariableValidator
Validates a VariableKey object.
validateKey(WindowsUserKey) - Method in class com.ibm.tws.objects.model.validator.WindowsUserValidator
Validates a WindowsUserKey object.
validateKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.validator.WorkstationClassValidator
Validates a FlowTargetKey object.
validateKey(FlowTargetKey) - Method in class com.ibm.tws.objects.model.validator.WorkstationValidator
Validates a FlowTargetKey object.
validateObject(Calendar) - Method in class com.ibm.tws.objects.model.validator.CalendarValidator
Validates a Calendar object.
validateObject(Domain) - Method in class com.ibm.tws.objects.model.validator.DomainValidator
Validates a Domain object.
validateObject(FlowNode) - Method in class com.ibm.tws.objects.model.validator.FlowNodeValidator
Validates a FlowNode object.
validateObject(FlowTarget) - Method in class com.ibm.tws.objects.model.validator.FlowTargetValidator
Validates a FlowTarget object.
validateObject(JobDefinition) - Method in class com.ibm.tws.objects.model.validator.JobDefinitionValidator
Validates a JobDefinition object.
validateObject(JobStream) - Method in class com.ibm.tws.objects.model.validator.JobStreamValidator
Validates a JobStream object.
validateObject(Job) - Method in class com.ibm.tws.objects.model.validator.JobValidator
Validates a Job object.
validateObject(Prompt) - Method in class com.ibm.tws.objects.model.validator.PromptValidator
Validates a Prompt object.
validateObject(Resource) - Method in class com.ibm.tws.objects.model.validator.ResourceValidator
Validates a Resource object.
validateObject(RunCycle) - Method in class com.ibm.tws.objects.model.validator.RunCycleValidator
Validates a RunCycle object.
validateObject(Variable) - Method in class com.ibm.tws.objects.model.validator.VariableValidator
Validates a Variable object.
validateObject(WindowsUser) - Method in class com.ibm.tws.objects.model.validator.WindowsUserValidator
Validates a WindowsUser object.
validateObject(WorkstationClass) - Method in class com.ibm.tws.objects.model.validator.WorkstationClassValidator
Validates a WorkstationClass object.
validateObject(Workstation) - Method in class com.ibm.tws.objects.model.validator.WorkstationValidator
Validates a Workstation object.

W

WAIT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The wait filter.
WAIT - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The wait filter.
WAIT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The wait filter.
WAIT - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The wait filter.
WAITD_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "WAITD" status.
WAITING_FOR_SCHEDULING_ENVIRONMENT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The waiting scheduling environment status filter.
WAITING_FOR_SCHEDULING_ENVIRONMENT - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The waiting scheduling environment status filter.
WAITING_FOR_SCHEDULING_ENVIRONMENT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The waiting scheduling environment status filter.
WAITING_FOR_SCHEDULING_ENVIRONMENT - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The waiting scheduling environment status filter.
WAITING_FOR_WORKSTATION_DELAY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The waiting for workstation delay status filter.
WAITING_FOR_WORKSTATION_DELAY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The waiting for workstation delay status filter.
WAITING_FOR_WORKSTATION_DELAY - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The waiting for workstation delay status filter.
WAITING_FOR_WORKSTATION_DELAY - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The waiting for workstation delay status filter.
WAIT_STATUS - Static variable in interface com.ibm.tws.objects.types.CarryJobStates
The "WAIT" status.
WEEKDAYS - Static variable in class com.ibm.tws.objects.types.OffsetType
The WEEKDAYS value.
WILDCARD - Static variable in class com.ibm.tws.objects.types.FilterMatchingCriteria
The WILDCARD value.
WINDOWS - Static variable in class com.ibm.tws.objects.types.OperatingSystem
The WINDOWS value.
WINDOWS_JOB - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "Windows Job" task type.
WLM - Static variable in class com.ibm.tws.objects.types.CriticalJobType
The WLM value.
WLMPolicy - class com.ibm.tws.objects.types.WLMPolicy.
This class implements the WLMPolicy ordinal type.
WLM_CLASS - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job WLM class filter.
WLM_CLASS - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job WLM class filter.
WLM_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job is marked as WLM critical filter.
WLM_CRITICAL - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job is marked as WLM critical filter.
WLM_CRITICAL_TYPE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job is marked as WLM critical filter.
WLM_CRITICAL_TYPE - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job is marked as WLM critical filter.
WLM_POLICY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job WLM critical policy filter.
WLM_POLICY - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The job WLM critical policy filter.
WORKDAYS - Static variable in class com.ibm.tws.objects.types.OffsetType
The WORKDAYS value.
WORKSTATION_ACCESS_METHOD - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation access method filter.
WORKSTATION_ACCESS_METHOD - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation access method filter.
WORKSTATION_ACCESS_METHOD - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation access method filter.
WORKSTATION_ACCESS_METHOD - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation access method filter.
WORKSTATION_CLASS_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationClassFilters
The workstation class name filter.
WORKSTATION_CLASS_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationClassFilters
The workstation class name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.FileInPlanFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobHistoryRunFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobInPlanFilters
The Workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.JobStreamInPlanFilters
The Workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.ResourceInPlanFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
The windows user workstation filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters
The windows user workstation filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation name filter.
WORKSTATION_NAME - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation name filter.
WORKSTATION_OP_LEAVE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Workstation Option Leave
WORKSTATION_OP_ONERROR - Static variable in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Workstation Option On Error
WORKSTATION_OP_RESTART - Static variable in class com.ibm.tws.objects.plan.types.WorkstationOperationOption
Workstation Option Restart
WORKSTATION_STATUS - Static variable in interface com.ibm.tws.objects.plan.utils.PlanGroupFields
Used to count workstations by status
WORKSTATION_STATUS_ACTIVE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationStatus
Workstation Status Active
WORKSTATION_STATUS_FAILED - Static variable in class com.ibm.tws.objects.plan.types.WorkstationStatus
Workstation Status Failed
WORKSTATION_STATUS_OFFLINE - Static variable in class com.ibm.tws.objects.plan.types.WorkstationStatus
Workstation Status Offline
WORKSTATION_STATUS_UNKNOWN - Static variable in class com.ibm.tws.objects.plan.types.WorkstationStatus
Workstation Status Unknown
WORKSTATION_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation type filter.
WORKSTATION_TYPE - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation type filter.
WORKSTATION_TYPES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation type filter.
WORKSTATION_TYPES_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationInPlanFilters
The workstation type filter.
WORKSTATION_TYPE_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation type list filter.
WORKSTATION_TYPE_LIST - Static variable in interface com.ibm.tws.objects.filter.WorkstationFilters
The workstation type list filter.
WindowsUser - class com.ibm.tws.objects.model.WindowsUser.
This class maintains information about Windows users.
WindowsUser() - Constructor for class com.ibm.tws.objects.model.WindowsUser
Creates an empty WindowsUser.
WindowsUser(Identifier) - Constructor for class com.ibm.tws.objects.model.WindowsUser
Creates a WindowsUser with the specified identifier.
WindowsUser(WindowsUserKey) - Constructor for class com.ibm.tws.objects.model.WindowsUser
Creates a WindowsUser with the specified key.
WindowsUser(Identifier, WindowsUserKey) - Constructor for class com.ibm.tws.objects.model.WindowsUser
Creates a WindowsUser with the specified identifier and key.
WindowsUserFilters - interface com.ibm.tws.objects.filter.WindowsUserFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on windows users.
(These filters can be used only with a TWS Distributed engine.)
WindowsUserFilters - interface com.ibm.tws.objects.filter.WindowsUserFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on windows users.
(These filters can be used only with a TWS Distributed engine.)
WindowsUserInPlan - class com.ibm.tws.objects.plan.WindowsUserInPlan.
This class maintains information about Windows users.
WindowsUserInPlan() - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlan
Creates an empty WindowsUser.
WindowsUserInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlan
Creates a WindowsUser with the specified identifier.
WindowsUserInPlan(WindowsUserInPlanKey) - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlan
Creates a WindowsUser with the specified key.
WindowsUserInPlan(Identifier, WindowsUserInPlanKey) - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlan
Creates a WindowsUser with the specified Identifier and key.
WindowsUserInPlanFilters - interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Windows Users.
WindowsUserInPlanFilters - interface com.ibm.tws.objects.filter.WindowsUserInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Windows Users.
WindowsUserInPlanKey - class com.ibm.tws.objects.plan.WindowsUserInPlanKey.
This object represents a Windows user in plan external key, including fields used to identify a Windows user in TWS external interfaces.
WindowsUserInPlanKey() - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Constructor for WindowsUserInPlanKey
WindowsUserInPlanKey(String, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.WindowsUserInPlanKey
Constructor for WindowsUserInPlanKey
WindowsUserKey - class com.ibm.tws.objects.model.WindowsUserKey.
This object represents a Windows user external key, including fields used to identify a Windows user in TWS external interfaces.
WindowsUserKey() - Constructor for class com.ibm.tws.objects.model.WindowsUserKey
Creates an empty WindowsUserKey.
WindowsUserKey(String, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WindowsUserKey
Creates a WindowsUserKey with the specified name and workstation key.
WindowsUserValidator - class com.ibm.tws.objects.model.validator.WindowsUserValidator.
This class provides methods that can be used to validate WindowsUser and WindowsUserKey objects.
WindowsUserValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.WindowsUserValidator
Creates a new WindowsUserValidator, using the specified locale for error messages.
Workstation - class com.ibm.tws.objects.model.Workstation.
This subclass of FlowTarget represents a workstation, and references a domain and a host workstation (for XA or SA type).
Workstation() - Constructor for class com.ibm.tws.objects.model.Workstation
Creates an empty Workstation.
Workstation(WorkstationHeader) - Constructor for class com.ibm.tws.objects.model.Workstation
Creates a Workstation with the specified header.
WorkstationAvailabilityInterval - class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval.
This class includes the information required to describe an availability interval of a z/OS workstation.
WorkstationAvailabilityInterval() - Constructor for class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Creates an empty WorkstationAvailabilityInterval object.
WorkstationAvailabilityInterval(boolean, long, long) - Constructor for class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Creates a WorkstationAvailabilityInterval object using the "STANDARD" value as a validity interval, and specifying a start and end time.
WorkstationAvailabilityInterval(int, long, long) - Constructor for class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Creates a WorkstationAvailabilityInterval object using a day of week as a validity interval, and specifying a start and end time.
WorkstationAvailabilityInterval(Date, long, long) - Constructor for class com.ibm.tws.objects.model.types.WorkstationAvailabilityInterval
Creates a WorkstationAvailabilityInterval object using a specific date as a validity interval, and specifying a start and end time.
WorkstationClass - class com.ibm.tws.objects.model.WorkstationClass.
This subclass of FlowTarget represents a workstation class.
WorkstationClass() - Constructor for class com.ibm.tws.objects.model.WorkstationClass
Creates an empty WorkstationClass.
WorkstationClass(WorkstationClassHeader) - Constructor for class com.ibm.tws.objects.model.WorkstationClass
Creates a WorkstationClass with the specified header.
WorkstationClassFilters - interface com.ibm.tws.objects.filter.WorkstationClassFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on workstation classes.
(These filters can be used only with a TWS Distributed engine.)
WorkstationClassFilters - interface com.ibm.tws.objects.filter.WorkstationClassFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on workstation classes.
(These filters can be used only with a TWS Distributed engine.)
WorkstationClassHeader - class com.ibm.tws.objects.model.WorkstationClassHeader.
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstation classes in addition to those already hosted by the FlowTargetHeader class.
WorkstationClassHeader() - Constructor for class com.ibm.tws.objects.model.WorkstationClassHeader
Creates an empty WorkstationClassHeader.
WorkstationClassHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.WorkstationClassHeader
Creates a WorkstationClassHeader with the specified identifier.
WorkstationClassHeader(FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationClassHeader
Creates a WorkstationClassHeader with the specified key.
WorkstationClassHeader(Identifier, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationClassHeader
Creates a WorkstationClassHeader with the specified identifier and key.
WorkstationClassValidator - class com.ibm.tws.objects.model.validator.WorkstationClassValidator.
This class provides methods that can be used to validate WorkstationClass, WorkstationClassHeader and FlowTargetKey objects.
WorkstationClassValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.WorkstationClassValidator
Creates a new WorkstationClassValidator, using the specified locale for error messages.
WorkstationFilters - interface com.ibm.tws.objects.filter.WorkstationFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on workstations.
WorkstationFilters - interface com.ibm.tws.objects.filter.WorkstationFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on workstations.
WorkstationHeader - class com.ibm.tws.objects.model.WorkstationHeader.
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstations in addition to those already hosted by the FlowTargetHeader class.
WorkstationHeader() - Constructor for class com.ibm.tws.objects.model.WorkstationHeader
Creates an empty WorkstationHeader.
WorkstationHeader(Identifier) - Constructor for class com.ibm.tws.objects.model.WorkstationHeader
Creates a WorkstationHeader with the specified identifier.
WorkstationHeader(FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationHeader
Creates a WorkstationHeader with the specified key.
WorkstationHeader(Identifier, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationHeader
Creates a WorkstationHeader with the specified identifier and key.
WorkstationInPlan - class com.ibm.tws.objects.plan.WorkstationInPlan.
This class represents a workstation, and references a domain and a host workstation (for XA or SA type).
WorkstationInPlan() - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlan
Creates an empty Workstation.
WorkstationInPlan(Identifier) - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlan
Creates a WorkstationInPlan with the specified Identifier.
WorkstationInPlan(WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlan
Creates a WorkstationInPlan with the specified key.
WorkstationInPlan(Identifier, WorkstationInPlanKey) - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlan
Creates a WorkstationInPlan with the specified Identifier and key.
WorkstationInPlanAvailabilityIntervals - class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals.
This object is a container for the availability interval associated with a Workstaion in plan object.
WorkstationInPlanAvailabilityIntervals() - Constructor for class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Creates an empty WorkstationAvailabilityInterval object.
WorkstationInPlanAvailabilityIntervals(Date, Date) - Constructor for class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilityIntervals
Create a workstyationin plan availability interval with the specified start date-time and end date-time
WorkstationInPlanAvailabilitySettings - class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings.
This object contains the specific attributes associated to each availability interval for a Workstation in plan object.
WorkstationInPlanAvailabilitySettings() - Constructor for class com.ibm.tws.objects.plan.types.WorkstationInPlanAvailabilitySettings
Creates an empty WorkstationInPlanAvailabilitySettings object.
WorkstationInPlanExtendedStatus - class com.ibm.tws.objects.plan.types.WorkstationInPlanExtendedStatus.
This class implements the WorkstationInPlanExtendedStatus ordinal type.
WorkstationInPlanFilters - interface com.ibm.tws.objects.filter.WorkstationInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Workstations.
WorkstationInPlanFilters - interface com.ibm.tws.objects.filter.WorkstationInPlanFilters.
This interface exposes names of parameters used in QueryFilter objects to filter on Workstations.
WorkstationInPlanKey - class com.ibm.tws.objects.plan.WorkstationInPlanKey.
This object represents a workstation in plan external key, including fields used to identify a workstation in TWS external interfaces.
WorkstationInPlanKey() - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlanKey
Empty Constructor for WorkstationInPlanKey
WorkstationInPlanKey(String) - Constructor for class com.ibm.tws.objects.plan.WorkstationInPlanKey
Consructor for WorkstationInPlanKey
WorkstationInPlanType - class com.ibm.tws.objects.plan.types.WorkstationInPlanType.
This class implements the WorkstationInPlanType ordinal type.
WorkstationInPlanZOSAttributes - class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes.
This object is a container for the zOS specific attributes for a Workstation in plan object; these attributes are only valid when the workstation is a z/OS workstation.
WorkstationInPlanZOSAttributes() - Constructor for class com.ibm.tws.objects.plan.types.WorkstationInPlanZOSAttributes
Creates an empty WorkstationInPlanZOSAttributes object
WorkstationLink - class com.ibm.tws.objects.model.WorkstationLink.
The many-to-many association between workstations and workstation classes is defined using this object, including a reference to a FlowTargetKey instance.
WorkstationLink() - Constructor for class com.ibm.tws.objects.model.WorkstationLink
Creates an empty WorkstationLink.
WorkstationLink(Identifier) - Constructor for class com.ibm.tws.objects.model.WorkstationLink
Creates a WorkstationLink, specifying the identifier of the referenced workstation.
WorkstationLink(FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationLink
Creates a WorkstationLink, specifying the key of the referenced workstation.
WorkstationLink(Identifier, FlowTargetKey) - Constructor for class com.ibm.tws.objects.model.WorkstationLink
Creates a WorkstationLink, specifying the identifier and key of the referenced workstation.
WorkstationOperationOption - class com.ibm.tws.objects.plan.types.WorkstationOperationOption.
This class implements the WorkstationOperationOption ordinal type.
WorkstationReportingAttribute - class com.ibm.tws.objects.types.WorkstationReportingAttribute.
This class implements the WorkstationReportingAttribute ordinal type.
WorkstationStatus - class com.ibm.tws.objects.plan.types.WorkstationStatus.
This class implements the WorkstationStatus ordinal type.
WorkstationType - class com.ibm.tws.objects.types.WorkstationType.
This class implements the WorkstationType ordinal type.
WorkstationType(char) - Constructor for class com.ibm.tws.objects.types.WorkstationType
Inaccessible constructor (only public static instances of this class must be used).
WorkstationValidator - class com.ibm.tws.objects.model.validator.WorkstationValidator.
This class provides methods that can be used to validate Workstation, WorkstationHeader and FlowTargetKey objects.
WorkstationValidator(Locale) - Constructor for class com.ibm.tws.objects.model.validator.WorkstationValidator
Creates a new WorkstationValidator, using the specified locale for error messages.
WorkstationZOSAttributes - class com.ibm.tws.objects.types.WorkstationZOSAttributes.
This object is a container for the zOS specific attributes for a Workstation object; these attributes are only valid when the workstation is a z/OS workstation.
WorkstationZOSAttributes() - Constructor for class com.ibm.tws.objects.types.WorkstationZOSAttributes
Creates an empty WorkstationZOSAttributes object

X

XA - Static variable in class com.ibm.tws.objects.types.WorkstationType
The XA value.

Y

YES - Static variable in class com.ibm.tws.objects.types.BooleanValue
The YES value.
YES - Static variable in class com.ibm.tws.objects.types.ResourceActionOnComplete
The YES value.
YES - Static variable in class com.ibm.tws.objects.types.YesNoDefaultOption
The YES value.
YES - Static variable in class com.ibm.tws.objects.types.YesNoResetOption
The YES value.
YesNoDefaultOption - class com.ibm.tws.objects.types.YesNoDefaultOption.
This class implements the YesNoDefaultOption ordinal type.
YesNoResetOption - class com.ibm.tws.objects.types.YesNoResetOption.
This class implements the YesNoResetOption ordinal type.

Z

ZConnEngine - interface com.ibm.tws.zconn.engine.ZConnEngine.
Remote interface for Enterprise Bean: ConnEngine
ZConnEngineHome - interface com.ibm.tws.zconn.engine.ZConnEngineHome.
Home interface for Enterprise Bean: ConnEngine
ZConnModel - interface com.ibm.tws.zconn.model.ZConnModel.
Remote interface of EJB
ZConnModelHome - interface com.ibm.tws.zconn.model.ZConnModelHome.
Home interface of the EJB
ZConnPlan - interface com.ibm.tws.zconn.plan.ZConnPlan.
Remote interface for Enterprise Bean: ZConnPlan.
ZConnPlanHome - interface com.ibm.tws.zconn.plan.ZConnPlanHome.
Home interface for Enterprise Bean: ConnPlan
ZOSJobDefinition - class com.ibm.tws.objects.model.ZOSJobDefinition.
This object represents a TWS for z/OS job definition.
ZOSJobDefinition() - Constructor for class com.ibm.tws.objects.model.ZOSJobDefinition
Creates an empty ZOSJobDefinition.
ZOSJobDefinition(JobDefinitionHeader) - Constructor for class com.ibm.tws.objects.model.ZOSJobDefinition
Creates a ZOSJobDefinition with the specified header.
ZOSJobDefinitionInPlan - class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan.
This object represents a TWS for z/OS job definition in plan.
ZOSJobDefinitionInPlan() - Constructor for class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Creates an empty ZOSJobDefinitionInPlan.
ZOSJobDefinitionInPlan(JobDefinitionInPlanHeader) - Constructor for class com.ibm.tws.objects.plan.ZOSJobDefinitionInPlan
Creates a ZOSJobDefinitionInPlan with the specified header.
ZOSRODMStatus - class com.ibm.tws.objects.plan.types.ZOSRODMStatus.
The Special Resources status, as returned by RODM.
ZOS_FTA_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS E2E FTA Task" task type.
ZOS_GENERAL_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS general Task" task type.
ZOS_JOB_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS Job Task" task type.
ZOS_PRINTER_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS printer Task" task type.
ZOS_SA_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS SA Task" task type.
ZOS_SETUP_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS job setup Task" task type.
ZOS_STC_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS Started Task" task type.
ZOS_WTO_TASK - Static variable in interface com.ibm.tws.objects.types.TaskTypes
The "z/OS WTO Task" task type.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2005 IBM All Rights Reserved.