Package com.basis.api.admin
Interface BBjAdminAutorun
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
The complete autorun configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProgram
(BBjAdminAutorunProgram p_program) Add a single autorun program to the set or autorun programs.Create a new autorun program information object.Get the set of autorun program information.void
setPrograms
(BBjAdminList<BBjAdminAutorunProgram> p_programs) Set the set of autorun programs.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
CONFIG
- See Also:
-
USER
- See Also:
-
WORKING_DIR
- See Also:
-
-
Method Details
-
getPrograms
Get the set of autorun program information.- Throws:
BBjAdminException
-
setPrograms
Set the set of autorun programs.- Parameters:
p_programs
-- Throws:
BBjAdminException
-
createProgram
Create a new autorun program information object.- Throws:
BBjAdminException
-
addProgram
Add a single autorun program to the set or autorun programs.- Parameters:
p_program
-- Throws:
BBjAdminException
-