Sie sind auf Seite 1von 2

Properties, Section, flow

Action , Flow
Property :- Property is an instance of the Class Rule-Obj-
Property.

Property is like a variable in other programming languages.


A Property holds a user input Value at run time.

A Property is associated with

1)Name

2) Property Type :- Which Identifies what type of values can


be held by this property like Text,

Integer, Date etc….

3)UI Control :- It identifies how this property should be


vissible in the User Interface.

4)Table Type = Local List :- It hold the values for Radio


Buttons, Dropdown etc….

*Property can be created under Data Model Category.

Section :- Section is an instance of Class Rule-HTML-Section.

It holds Controls On to it’s layout.

*Section can be created under User Interface Category.

Flow Action :- It is an instance of class Rule-Obj-FlowAction.

FlowAction is a container which holds section rule into it.

Flow Action can be created under Process Category Category.

Flow or Work Flow or Process :- It is an instance of class


Rule-Obj-Flow.
Flow is Heart of the application which does all the processing
of our business.

A flow contains differnt flow shapes which are connected from


start to end.

The below are basic flow shapes.

1)Start :- A flows excecution gets started at this shape.

2)End :- A Flows Excecution gets ended at this shape.

3)Assignment :- This flow shape is required whenever we want


to call a flow action into the flow.
A flow action can be called into the flow by using assignment
shape’s out going

connector.

Das könnte Ihnen auch gefallen