|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.ontology.pipelets.CreateFileUriPipelet
public class CreateFileUriPipelet
write filename in ID key as file:/ URI to rdf:about attribute. Works useful only if the ID key is an absolute path for the same platform as the pipelet is running on.
| Constructor Summary | |
|---|---|
CreateFileUriPipelet()
|
|
| Method Summary | |
|---|---|
void |
configure(PipeletConfiguration configuration)
set configuration of pipelet. called once after instantiation before the pipelet is actually used in a workflow. |
Id[] |
process(Blackboard blackboard,
Id[] recordIds)
process records on Blackboard service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateFileUriPipelet()
| Method Detail |
|---|
public Id[] process(Blackboard blackboard,
Id[] recordIds)
throws ProcessingException
process in interface SimplePipeletblackboard - Blackboard service managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.SimplePipelet.process(org.eclipse.smila.blackboard.Blackboard,
org.eclipse.smila.datamodel.id.Id[])
public void configure(PipeletConfiguration configuration)
throws ProcessingException
configure in interface IPipeletconfiguration - configuration of pipelet.
ProcessingException - configuration is not applicable for pipelet (missing properties, wrong datatypes)#configure(org.eclipse.smila.processing.configuration.PipeletConfiguration)
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||