Difference between revisions of "Help:Action"

From BITPlan Wiki
Jump to navigation Jump to search
(created by WikiTask 2017-04-18T07:56:32Z)
 
(modified by py-yprinciple-gen 0.3.4)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
|?Topic documentation = documentation
 
|?Topic documentation = documentation
 
}}
 
}}
 +
 
=== Documentation ===
 
=== Documentation ===
 
An action/function/operation to be performed
 
An action/function/operation to be performed
Line 25: Line 26:
 
|format=table
 
|format=table
 
}}
 
}}
 
 
=== uml ===
 
=== uml ===
<uml>
+
<uml format='svg'>
 
title Action
 
title Action
 
note as ActionDiagramNote
 
note as ActionDiagramNote
Copyright (c) 2015-2016 BITPlan GmbH
+
Copyright (c) 2015-2024 BITPlan GmbH
 
[[http://www.bitplan.com]]
 
[[http://www.bitplan.com]]
 
end note
 
end note
Line 51: Line 51:
 
ActionNote .. Action
 
ActionNote .. Action
 
' BITPlan Corporate identity skin params
 
' BITPlan Corporate identity skin params
' Copyright (c) 2015-2016 BITPlan GmbH
+
' Copyright (c) 2015-2024 BITPlan GmbH
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
+
' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI
' skinparams generated by com.bitplan.restmodelmanager
+
' skinparams generated by py-yprinciple-gen
 
skinparam note {
 
skinparam note {
 
   BackGroundColor #FFFFFF
 
   BackGroundColor #FFFFFF
Line 129: Line 129:
 
' end of skinparams '
 
' end of skinparams '
 
</uml>
 
</uml>
 
 
see also
 
see also
 
* [[List of Actions]]
 
* [[List of Actions]]
Line 137: Line 136:
 
* [[:Template:Action]]
 
* [[:Template:Action]]
 
* [[:Form:Action]]
 
* [[:Form:Action]]
topic links:
 
  
 
[[Category:Action]]
 
[[Category:Action]]

Latest revision as of 09:43, 15 November 2024

Help Icon.png

Help for Action

iconTopicnamepluralNamedocumentation
Actionicon.pngActionActionActionsAn action/function/operation to be performed

Documentation

An action/function/operation to be performed

Example Actions

GenerateProperties

Properties

 documentationtypenamelabelallowedValuesmandatoryuploadable
Action actionpageWhat page will 'steer' this action?Types/Pageactionpageactionpagefalsefalse
Action authorthe author of this actionTypes/Pageauthorauthorfalsefalse
Action commenta comment for the actionTypes/Textcommentcommentfalsefalse
Action enginethe template engine to be used either Rythm or FreemarkerTypes/Textengineenginerythm,freemarkerfalsefalse
Action inputthe decription of the input e.g. a page name, url or SMW ask queryTypes/Codeinputinputfalsefalse
Action inputtypeWhat is the type of the input?Types/TextinputtypeinputtypeQuery,Page,URLfalsefalse
Action nameThe name of the ActionTypes/Textnamenametruefalse
Action outputwhere the output of the action should goTypes/Textoutputoutput
Action serviceThe service to be usedTypes/URLserviceservice
Action servicetypeThe type of the serviceTypes/TextservicetypeservicetypeWikiTasktruefalse
Action sincesince when is this action available?Types/Datesincesincefalsefalse

uml

see also