Concept:Action: Difference between revisions
Jump to navigation
Jump to search
(created by WikiTask 2017-04-18T07:55:55Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Topic | {{Topic | ||
|name=Action | |name=Action | ||
|pluralName=Actions | |pluralName=Actions | ||
|extends= | |||
|icon=File:Actionicon.png | |icon=File:Actionicon.png | ||
|iconUrl=/images/e/eb/Actionicon.png | |iconUrl=/images/e/eb/Actionicon.png | ||
| Line 8: | Line 8: | ||
|wikiDocumentation=An action/function/operation to be performed | |wikiDocumentation=An action/function/operation to be performed | ||
|defaultstoremode=subobject | |defaultstoremode=subobject | ||
|listLimit= | |listLimit=200 | ||
|cargo= | |cargo=False | ||
|context=MetaModel | |context=MetaModel | ||
|storemode=property | |storemode=property | ||
| Line 21: | Line 21: | ||
An action/function/operation to be performed | An action/function/operation to be performed | ||
=== uml === | === uml === | ||
<uml> | <uml format='svg'> | ||
title Action | title Action | ||
note as ActionDiagramNote | note as ActionDiagramNote | ||
Copyright (c) 2015- | Copyright (c) 2015-2024 BITPlan GmbH | ||
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
| Line 45: | Line 45: | ||
ActionNote .. Action | ActionNote .. Action | ||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
' Copyright (c) 2015- | ' Copyright (c) 2015-2024 BITPlan GmbH | ||
' see | ' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI | ||
' skinparams generated by | ' skinparams generated by py-yprinciple-gen | ||
skinparam note { | skinparam note { | ||
BackGroundColor #FFFFFF | BackGroundColor #FFFFFF | ||
| Line 124: | Line 124: | ||
</uml> | </uml> | ||
{{#concept:[[isA::Action]] | |||
{{#concept: | |An action/function/operation to be performed | ||
see also | see also | ||
* [[List of Actions]] | * [[List of Actions]] | ||
| Line 135: | Line 133: | ||
* [[:Template:Action]] | * [[:Template:Action]] | ||
* [[:Form:Action]] | * [[:Form:Action]] | ||
}} | }} | ||
[[Category:Action]] | [[Category:Action]] | ||
Latest revision as of 08:43, 15 November 2024
| Topic | |
|---|---|
| name | Action |
| pluralName | Actions |
| isA | |
| extends | |
| icon | File:Actionicon.png→ |
| iconUrl | /images/e/eb/Actionicon.png |
| documentation | An action/function/operation to be performed |
| wikiDocumentation | An action/function/operation to be performed |
| defaultstoremode | subobject |
| listLimit | 200 |
| cargo | False |
| headerTabs | |
| context | MetaModel→MetaModel |
properties
| name | label | type | scope | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | externalFormatterURI | showInGrid | isLink | nullable | topic | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Action actionpage | actionpage | actionpage | Types/Page | 5 | false | false | false | Property:Action actionpage | What page will 'steer' this action? | true | false | Action | |||||||||
| Action author | author | author | Types/Page | 8 | false | false | false | combobox | the author of this action | namespace=User | true | false | Action | ||||||||
| Action comment | comment | comment | Types/Text | 10 | false | false | 400 | false | textarea | a comment for the action | false | false | Action | ||||||||
| Action engine | engine | engine | Types/Text | 7 | false | false | false | rythm | radiobutton | rythm,freemarker | the template engine to be used either Rythm or Freemarker | true | false | Action | |||||||
| Action input | input | input | Types/Code | 4 | false | false | 300 | false | textarea | the decription of the input e.g. a page name, url or SMW ask query | true | false | Action | ||||||||
| Action inputtype | inputtype | inputtype | Types/Text | 3 | false | false | false | Page | radiobutton | Query,Page,URL | What is the type of the input? | true | false | Action | |||||||
| Action name | name | name | Types/Text | 0 | true | true | false | The name of the Action | false | Action | |||||||||||
| Action output | output | output | Types/Text | 6 | where the output of the action should go | false | Action | ||||||||||||||
| Action service | service | service | Types/URL | 2 | The service to be used | false | Action | ||||||||||||||
| Action servicetype | servicetype | servicetype | Types/Text | 1 | false | true | false | WikiTask | radiobutton | WikiTask | The type of the service | true | false | Action | |||||||
| Action since | since | since | Types/Date | 9 | false | false | false | datepicker | since when is this action available? | true | false | Action |
Documentation
An action/function/operation to be performed