A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
scope — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Returns the current scope for this IActionList
|
scope — Property in interface com.asfusion.mate.actionLists.IActionList |
|
Returns the current scope for this IActionList
|
scope — Property in class com.asfusion.mate.core.EventMap |
|
It refers to the scope of the IActionList . |
scope — Property in interface com.asfusion.mate.core.IScopeReceiver |
|
scope that is set by the IActionList
|
Scope — Class in package com.asfusion.mate.actionLists |
|
Scope is an object created by the IActionList . |
Scope(event, active, dispatcher, inheritScope:com.asfusion.mate.actionLists:IScope) — Constructor in class com.asfusion.mate.actionLists.Scope |
|
Constructor
|
SCOPE — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties |
|
Scope of the IActionList
|
SCOPE_CHANGE — Constant static property in class com.asfusion.mate.events.ActionListEvent |
|
Dispatched when the scope changes. |
ScopeProperties — Final class in package com.asfusion.mate.actionLists |
|
This class is a list of available types for ISmartObject s
|
selector — Property in class com.asfusion.mate.actionLists.MessageHandlers |
|
The selector for the Consumer. |
SEQUENCE_END — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Sequence ended
|
SEQUENCE_START — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Sequence started
|
SEQUENCE_TRIGGER — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Sequence triggered
|
service — Property in class com.asfusion.mate.actions.builders.WebServiceInvoker |
|
Specifies the service within the WSDL document that this WebService should use. |
ServiceHandlers — Class in package com.asfusion.mate.actionLists |
|
A inner-action-list to run when the server call returns a result. |
ServiceHandlers(inheritedScope:com.asfusion.mate.actionLists:IScope) — Constructor in class com.asfusion.mate.actionLists.ServiceHandlers |
|
Constructor
|
ServiceInvoker — Class in package com.asfusion.mate.actions.builders |
|
ServiceInvoker is the base class for the following service actions:
- RemoteObjectInvoker
- HTTPServiceInvoker
- WebServiceInvoker
|
ServiceResponseAnnouncer — Class in package com.asfusion.mate.actions.builders |
|
The ServiceResponseAnnouncer tag is placed inside a IActionList , so that when an object dispatches an event,
and the list runs, this tag will allow you to send responses directly to the object that dispatched the event. |
ServiceResponseHandler — Class in package com.asfusion.mate.responses |
|
The ServiceResponseHandler tag can be used to receive a
response from an event that was dispatched from a Dispatcher instance. |
ServiceResponseHandler() — Constructor in class com.asfusion.mate.responses.ServiceResponseHandler |
|
Constructor
|
ServiceScope — Class in package com.asfusion.mate.actionLists |
|
ServiceScope is an object created by the IActionList . |
ServiceScope(event, active, inheritScope:com.asfusion.mate.actionLists:IScope) — Constructor in class com.asfusion.mate.actionLists.ServiceScope |
|
Constructor
|
setDispatcher(value, local) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
A method that allows setting the dispatcher
that this IActionList will use to register to events. |
setDispatcher(value, local) — Method in class com.asfusion.mate.actionLists.EventHandlers |
|
A method that allows setting the dispatcher
that this IActionList will use to register to events. |
setDispatcher(value, local) — Method in interface com.asfusion.mate.actionLists.IActionList |
|
A method that allows setting the dispatcher
that this IActionList will use to register to events. |
setDispatcher(value, local) — Method in class com.asfusion.mate.actionLists.Injectors |
|
A method that allows setting the dispatcher
that this IActionList will use to register to events. |
setGroupId(id) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Method to set the group id. |
setGroupId(id) — Method in interface com.asfusion.mate.actionLists.IActionList |
|
Method to set the group id. |
setInheritedScope(inheritedScope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
You can pass the parent scope to this IActionList to copy the inherited values. |
setInheritedScope(inheritScope:com.asfusion.mate.actionLists:IScope) — Method in interface com.asfusion.mate.actionLists.IActionList |
|
You can pass the parent scope to this IActionList to copy the inherited values. |
setProperties(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.AbstractAction |
|
Where all the properties are set into the currentInstance . |
setProperties(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actions.BaseAction |
|
Where all the properties are set into the currentInstance . |
setScope(scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Set the scope on this IActionList. |
showBusyCursor — Property in class com.asfusion.mate.actions.builders.RemoteObjectInvoker |
|
If true, a busy cursor is displayed while a service is executing. |
SmartArguments — Class in package com.asfusion.mate.core |
|
SmartArguments is a helper class that parses the arguments with ISmartObject
and returns an Array with simple Objects
|
smartCopy(source, target, scope:com.asfusion.mate.actionLists:IScope) — Static method in class com.asfusion.mate.core.Properties |
|
This method will parse all the SmartObjects and set the real values in the
target Object
|
SmartObject — Class in package com.asfusion.mate.core |
|
The Smart Objects can be used within the IActionList . |
SmartObject(source, key, chain) — Constructor in class com.asfusion.mate.core.SmartObject |
|
Constructor
|
source — Property in class com.asfusion.mate.actions.DataCopier |
|
The source attribute specifies where to get the data to copy from. |
source — Property in class com.asfusion.mate.actions.PropertyInjector |
|
An object that contains the data that the injector will use to set the target object
|
source — Property in class com.asfusion.mate.actions.builders.RemoteObjectInvoker |
|
Lets you specify a source value on the client; not supported for destinations that use the JavaAdapter. |
source — Property in class com.asfusion.mate.core.SmartObject |
|
This is a string that refer to the name of the source that will be used in
the method getValue . |
sourceKey — Property in class com.asfusion.mate.actions.DataCopier |
|
If you need a property from the source instead of the source itself, you need to specify this attribute. |
sourceKey — Property in class com.asfusion.mate.actions.PropertyInjector |
|
The name of the property on the source object that the injector will use to read and set on the target object
|
sourceKey — Property in class com.asfusion.mate.core.SmartObject |
|
This is the name of the property that getValue will try to read in
the source object. |
SOURCE_NULL — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Source as a null value
|
SOURCE_UNDEFINED — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Source is undefined
|
start — Event in class com.asfusion.mate.actionLists.AbstractHandlers |
|
This event is dispatched right before the list of IActions are called,
when the IActionList starts execution. |
START — Constant static property in class com.asfusion.mate.events.ActionListEvent |
|
Dispatched when the IActionList starts. |
stopFunction — Property in class com.asfusion.mate.actions.StopHandlers |
|
A function to call to determine whether or not the IActionList must stop
execution. |
StopHandlers — Class in package com.asfusion.mate.actions |
|
The StopHandlers tag lets you stop a certain IActionList
before it reaches the end of the listeners list. |
stopRunning() — Method in interface com.asfusion.mate.actionLists.IScope |
|
Stops the IActionList flow. |
stopRunning() — Method in class com.asfusion.mate.actionLists.Scope |
|
Stops the IActionList flow. |
subscribe(clientId) — Method in class com.asfusion.mate.actionLists.MessageHandlers |
|
Subscribes to the remote destination. |
subtopic — Property in class com.asfusion.mate.actionLists.MessageHandlers |
|
Provides access to the subtopic for the remote destination that the MessageAgent uses. |
successHandlers — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker |
|
A set of inner-handlers to run when the call returns a success. |
successType — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker |
|
Event type that will be used to register to the success event. |
systemManager — Property in interface com.asfusion.mate.core.IMateManager |
|
A reference to the ISystemManager instance
|
SystemManagerFinder — Class in package com.asfusion.mate.utils |
|
It is a helper class that use the [Mixin] to obtain
a reference of the ISystemManager
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |