Action | |
---|---|
name | GenerateProperties |
servicetype | WikiTask |
service | |
inputtype | Page |
input | GenerateProperties#sidif |
actionpage | GenerateProperties#template→GenerateProperties#template |
output | GenerateProperties#result |
engine | rythm |
author | Wf→Wf |
since | 2015/11/18 |
comment | This saves a lot of work! |
PrivatKontext isA Context
"PrivatKontext#sidif"is sidif of it
Tour needs Properties
MetaModel isA Context
"MetaModel#sidif"is sidif of it
Topic needs Properties
Property needs Properties
SMW_Type needs Properties
Context needs Properties
TopicLink needs Properties
Action needs Properties
Presentation isA Context
"Presentation#sidif"is sidif of it
Bigstock needs Properties
Training isA Context
"Training#sidif"is sidif of it
Quizkarte needs Properties
Syllabus isA Context
"Syllabus#sidif"is sidif of it
LearningGoal needs Properties
CRM isA Context
"CRM#sidif"is sidif of it
Organization needs Properties
Person needs Properties
Contact needs Properties
SocialLink needs Properties
@// This is a rythm template
@import org.sidif.triple.TripleQuery
@import org.sidif.triple.Triple
@import org.sidif.wiki.SSLWiki
@import com.bitplan.topic.ContextSetting.TripleStoreMode
@import com.alibaba.fastjson.JSON
@import com.bitplan.mediawiki.japi.MediawikiApi
@import com.bitplan.mediawiki.japi.Mediawiki
@import com.bitplan.mediawiki.japi.api.Api
@include(wiki.SiDIFTemplates.propertiesdefs)
@args() {
String title
String logo
org.sidif.wiki.WikiTask wikiTask
org.sidif.triple.TripleStore tripleStore
}
@{
TripleQuery query=tripleStore.query();
TripleQuery needed=query.query(null,"needs","Properties");
Triple contextTriple=query.selectSingle(null,"isA","Context");
String contextName=contextTriple.getSubject().toString();
Triple sidifTriple=query.selectSingle(contextName,"sidif", null);
String contextSidif=sidifTriple.getObject().toString();
// now get the context
ContextSetting contextSetting=ContextSetting.fromWikiTask(wikiTask);
contextSetting.setContextName(contextName);
contextSetting.setSidifInput(contextSidif);
contextSetting.setTripleStoreMode(TripleStoreMode.SiDIF);
Context context = ContextFactory.getInstance().getContext(contextSetting);
}
@(wikiTask.getWiki().getIsoTimeStamp())
@(needed.size()) Topics need Properties to be generated
@for (Triple neededTriple:needed.getTriples()) {
@{
String topicName=neededTriple.getSubject().toString();
Topic topic=context.byName(topicName);
}
== Topic: @(topicName) ==
=== properties of @(topic.name) ===
@for (Property property:topic.getProperties()) {
==== [[Property:@(topic.name) @(property.name)]] ====
@{
Throwable error=null;
try {
// get the Rythm template result
org.rythmengine.utils.RawData pageContentRaw=property(topic,property);
String pageContent=pageContentRaw.toString();
String pageTitle="Property:"+topic.name+" "+property.name;
SSLWiki wiki=(SSLWiki)wikiTask.getWiki();
String currentContent=wiki.getPageContent(pageTitle);
// if (currentContent==null || currentContent.length()==0) {
String summary="generated by GenerateProperties at "+wiki.getIsoTimeStamp();
wiki.edit(pageTitle,pageContent,summary);
// }
} catch (Throwable th) {
error=th;
}
}
@if (error) {
<span style='color:red'>Error: @(error.getMessage())</span>
}
<pre>
@property(topic,property)
</pre>
}
}
{{Property |name=date |label=date |documentation=the date of the tour |type=Special:Types/Date |index=1 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType=datepicker |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Date]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=target |label=target |documentation=the target of the tour |type=Special:Types/Page |index=2 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Page]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=weather |label=weather |documentation=the location to show the weather for |type=Special:Types/Text |index=3 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=location |label=location |documentation=the location of the tour |type=Special:Types/Text |index=4 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=coordinates |label=coordinates |documentation=coordinates of the point |type=Special:Types/Text |index=5 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=trip |label=trip |documentation=the trip this point belongs to |type=Special:Types/Page |index=6 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Page]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=track |label=track |documentation=the track to this tour point |type=Special:Types/Text |index=7 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=stay |label=stay |documentation=accomodation/loding/pause |type=Special:Types/Text |index=8 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=shop |label=shop |documentation=shopping location (if any) |type=Special:Types/Text |index=9 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=distance |label=distance |documentation=distance from previous tour point |type=Special:Types/Text |index=10 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType= |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}
{{Property |name=comment |label=comment |documentation=any comment for the tour point |type=Special:Types/Text |index=11 |sortPos= |primaryKey=false |mandatory=false |namespace= |size= |uploadable=false |defaultValue= |inputType=textarea |allowedValues= |values_from= |showInGrid=true |isLink=false |topic=Concept:Tour |storemode=property }} [[Has type::Text]] This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}