|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Processes a part of a schema.
Method Summary | |
boolean |
checkSubJobsValidated()
Checks if the validation step of all sub jobs has been executed. |
void |
executeCompletion(IConstraintViolations aViolations)
Executes the completion step of the job. |
void |
executeCreation(IConstraintViolations aViolations)
Executes the creation step of the job. |
void |
executeValidation(IConstraintViolations aViolations)
Executes the validation step of the job. |
java.lang.String |
getDescription()
Gets a short description of the job. |
IInstantiator |
getInstantiator()
Gets the instantiator that controls the execution of this job. |
boolean |
getIsValidated()
Checks if the validation step of this job has been executed. |
IJob |
getParent()
Gets the job that initiated (created) this job. |
java.util.Iterator |
iterRefsForCompletion()
Iterates the references that must be resolved before the completion step of this job can be executed. |
java.util.Iterator |
iterRefsForCreation()
Iterates the references that must be resolved before the creation step of this job can be executed. |
java.util.Iterator |
iterRefsForValidation()
Iterates the references that must be resolved before the validation step of this job can be executed. |
java.util.Iterator |
iterSubJobs()
Iterates the sub jobs of this job. |
void |
setParent(IJob aParent)
Sets the parent job. |
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Method Detail |
public java.util.Iterator iterRefsForCreation()
IJobRef
. (required)public java.util.Iterator iterRefsForCompletion()
IJobRef
. (required)public java.util.Iterator iterRefsForValidation()
IJobRef
. (required)public void executeCreation(IConstraintViolations aViolations) throws XmlException
iterRefsForCreation
.
true
iff the step was executed successfully.
XmlException
public void executeCompletion(IConstraintViolations aViolations) throws XmlException
iterRefsForCompletion
.
true
iff the step was executed successfully.
XmlException
public void executeValidation(IConstraintViolations aViolations) throws XmlException
iterRefsForValidation
and if the validation
steps of all sub jobs have been executed.
true
iff the step was executed successfully.
XmlException
public IJob getParent()
public void setParent(IJob aParent)
aParent
- (required).public boolean getIsValidated()
true
iff the validation step of this job has
been executed.public boolean checkSubJobsValidated()
true
iff the validation steps of all sub jobs
have been executed.public java.util.Iterator iterSubJobs()
IJob
s.public IInstantiator getInstantiator()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |