Uses of Interface
de.aristaflow.adept2.model.inittab.InitTabEntry
-
Packages that use InitTabEntry Package Description de.aristaflow.adept2.core.inittab de.aristaflow.adept2.model.inittab -
-
Uses of InitTabEntry in de.aristaflow.adept2.core.inittab
Methods in de.aristaflow.adept2.core.inittab that return types with arguments of type InitTabEntry Modifier and Type Method Description Map<InitType,TreeMap<Integer,InitTabEntry>>
InitTabManager. getInitTab(SessionToken session)
Returns the complete init tab.Methods in de.aristaflow.adept2.core.inittab with parameters of type InitTabEntry Modifier and Type Method Description void
InitTabManager. registerNewEntry(SessionToken session, InitTabEntry entry, DataContainer inputData)
This method changes the ID of the designated entry, so provide just any ID. -
Uses of InitTabEntry in de.aristaflow.adept2.model.inittab
Methods in de.aristaflow.adept2.model.inittab that return InitTabEntry Modifier and Type Method Description InitTabEntry
InitTabFactory. createInitTabEntry(int id, InitType initType, int level, UUID templateID, boolean forking, String comment, boolean enabled)
Creates a new init tab entry for providing it to the init tab manager.
-