A C D E F G H I J K N P R S T U V X

S

set(String, Object) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified Object in this collection; The Object can be retrieved by calling the DataCollection.get(java.lang.String) method with a key that is equal to the original key.
setAttributes(XMLAttributes) - Method in class com.highdeal.iec.hci.JavaActionModel
 
setBoolean(String, Boolean) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified Boolean in this data collection; The Boolean can be retrieved by calling the DataCollection.getBoolean(java.lang.String) method with a key that is equal to the original key.
setClassName(String) - Method in class com.highdeal.iec.hci.JavaActionModel
Sets the class name of the Java task to perform.
setCreationNumber(long) - Method in interface com.highdeal.iec.DataCollection
Sets the creation number of the DataCollection.
setDate(String, Date) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified Date in this collection; The Date can be retrieved by calling the DataCollection.getDate(java.lang.String) method with a key that is equal to the original key.
setNodeContext(Vector, Vector, Vector, Vector) - Method in class com.highdeal.iec.hci.JavaActionModel
 
setNumber(String, BigDecimal) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified BigDecimal in this collection; The BigDecimal can be retrieved by calling the DataCollection.getNumber(java.lang.String) method with a key that is equal to the original key.
setProperties(Properties) - Method in class com.highdeal.iec.action.JavaTask
Invoked by the running IEC application to initialize your customized Java class (extending the JavaTask abstract class); This initialization creates the Java properties configured in the Java Action component.
setProperties(Properties) - Method in class com.highdeal.iec.hci.JavaActionModel
Sets the properties to initialize the Java task.
setResource(String, Resource) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified resource in this data collection; The resource can be retrieved by calling the DataCollection.getResource(java.lang.String) method with a key that is equal to the original key.
setReusable(boolean) - Method in interface com.highdeal.iec.DataCollection
Sets the DataCollection reusable.
setString(String, String) - Method in interface com.highdeal.iec.DataCollection
Maps the specified key to the specified String in this collection; The String can be retrieved by calling the DataCollection.getString(java.lang.String) method with a key that is equal to the original key.
setUID(String) - Method in interface com.highdeal.iec.DataCollection
Sets the UID of the DataCollection.
setUp(DataCollection) - Method in interface com.highdeal.iec.action.JavaTaskInitializable
Invoked before each JavaTask.execute(DataCollection) invocation.

Note

stateFiltered(String) - Method in interface com.highdeal.iec.action.JavaTaskStateListener
Invoked when the last action filtered the current data collection.
stateRejected(String, String[]) - Method in interface com.highdeal.iec.action.JavaTaskStateListener
Invoked when the last action rejected the current data collection.
stateTerminated(String) - Method in interface com.highdeal.iec.action.JavaTaskStateListener
Invoked when the last action has fully treated the current data collection.
STREAM - Static variable in interface com.highdeal.iec.Resource
0: Constant for indicating the resource is a stream; Use the getType method to retrieve the type of the resource.

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)
A C D E F G H I J K N P R S T U V X