|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.workflow.lib.AbstractWorkflowComponent
org.openarchitectureware.workflow.ao.AbstractWorkflowAdvice
org.openarchitectureware.expression.AbstractExpressionsUsingWorkflowAdvice
org.openarchitectureware.xtend.XtendAdvice
public class XtendAdvice
Field Summary |
---|
Fields inherited from class org.openarchitectureware.expression.AbstractExpressionsUsingWorkflowAdvice |
---|
metaModels |
Constructor Summary | |
---|---|
XtendAdvice()
|
Method Summary | |
---|---|
void |
addExtensionAdvice(java.lang.String extensionAdvice)
Adds an extension advice. |
java.lang.String |
getComponentName()
Override this method by custom components. |
java.lang.String |
getLogMessage()
Returns the log message, |
void |
weave(WorkflowComponent c,
Issues issues)
Weaves the advices into the specified component . |
Methods inherited from class org.openarchitectureware.expression.AbstractExpressionsUsingWorkflowAdvice |
---|
addGlobalVarDef, addMetaModel |
Methods inherited from class org.openarchitectureware.workflow.ao.AbstractWorkflowAdvice |
---|
buildList, checkConfiguration, getAdviceTarget, invoke, setAdviceTarget |
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty, getContainer, getId, getLocation, setContainer, setId, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XtendAdvice()
Method Detail |
---|
public void addExtensionAdvice(java.lang.String extensionAdvice)
extensionAdvice
- the extension advicepublic void weave(WorkflowComponent c, Issues issues)
AbstractWorkflowAdvice
component
.
weave
in class AbstractExpressionsUsingWorkflowAdvice
c
- the componentissues
- facility for reporting possible issues during weaving.AbstractExpressionsUsingWorkflowAdvice.weave(org.openarchitectureware.workflow.WorkflowComponent,
org.openarchitectureware.workflow.issues.Issues)
public java.lang.String getLogMessage()
WorkflowComponentWithID
getLogMessage
in interface WorkflowComponentWithID
getLogMessage
in class AbstractWorkflowComponent
AbstractWorkflowComponent.getLogMessage()
public java.lang.String getComponentName()
AbstractWorkflowComponent
getComponentName
in interface WorkflowComponent
getComponentName
in class AbstractWorkflowComponent
WorkflowComponent.getComponentName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |