- getColumn(Integer) - Method in class cmabreu.sagitarii.sdk.LineData
-
Given an index number, returns the column name.
- getCsvHeader() - Method in class cmabreu.sagitarii.sdk.LineData
-
Return a CSV formated string representing the header ( list of columns )
of the line represented by this object
- getCsvLine() - Method in class cmabreu.sagitarii.sdk.LineData
-
Return a CSV formated string representing the line ( list of values )
of the line represented by this object
- getData(String) - Method in class cmabreu.sagitarii.sdk.LineData
-
Given a column name, return the correspondent data
of the line represented by this object
- getData(Integer) - Method in class cmabreu.sagitarii.sdk.LineData
-
Given an index number, returns the data value.
- getInboxFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
-
Returns the complete path to the activity instance inbox under exclusive work folder used by Teapot.
- getIndex(String) - Method in class cmabreu.sagitarii.sdk.LineData
-
Given a column name, returns its index or -1 if not found.
- getLine() - Method in class cmabreu.sagitarii.sdk.LineData
-
Return the internal list of
DataItem
objects representing the CSV line.
- getOutboxFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
-
Returns the complete path to the activity instance outbox under exclusive work folder used by Teapot.
- getWorkFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
-
Returns the complete path to the activity instance exclusive work folder used by Teapot.
- getWrapperFolder() - Method in class cmabreu.sagitarii.sdk.Wrapper
-
The wrapper folder
- getWrapperFolder() - Method in class cmabreu.sagitarii.sdk.WrapperHelper
-
Returns the complete path to the wrappers folder used by Teapot.