@SupportedAnnotationTypes(value="org.jbpm.process.workitem.core.util.Wid") public class WidProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static String |
INDEX_ST_TEMPLATE |
static String |
JSON_ST_TEMPLATE |
static String |
WID_ST_TEMPLATE |
processingEnv
Constructor and Description |
---|
WidProcessor() |
Modifier and Type | Method and Description |
---|---|
FileObject |
getFileObject(String pkg,
String name) |
Map<String,List<Wid>> |
getProcessingResults() |
byte[] |
getTemplateData(String templateStr,
Map<String,WidInfo> widInfoMap) |
boolean |
postProcessWorkItemDefinition() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
void |
setProcessingResults(Map<String,List<Wid>> processingResults) |
void |
setResetResults(boolean resetResults) |
void |
writeStream(FileObject fileObject,
byte[] data) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public static final String WID_ST_TEMPLATE
public static final String INDEX_ST_TEMPLATE
public static final String JSON_ST_TEMPLATE
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public boolean postProcessWorkItemDefinition()
public void writeStream(FileObject fileObject, byte[] data) throws IOException
IOException
public FileObject getFileObject(String pkg, String name) throws IOException
IOException
public void setResetResults(boolean resetResults)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.