Uses of Class
org.apache.syncope.common.lib.command.CommandTO
-
Packages that use CommandTO Package Description org.apache.syncope.common.lib.command org.apache.syncope.common.lib.to -
-
Uses of CommandTO in org.apache.syncope.common.lib.command
Subclasses of CommandTO in org.apache.syncope.common.lib.command Modifier and Type Class Description classCommandOutputFields in org.apache.syncope.common.lib.command declared as CommandTO Modifier and Type Field Description protected CommandTOCommandTO.Builder. instanceMethods in org.apache.syncope.common.lib.command that return CommandTO Modifier and Type Method Description CommandTOCommandTO.Builder. build()protected CommandTOCommandTO.Builder. getInstance()protected CommandTOCommandTO.Builder. newInstance()Constructors in org.apache.syncope.common.lib.command with parameters of type CommandTO Constructor Description Builder(CommandTO commandTO) -
Uses of CommandTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type CommandTO Modifier and Type Method Description List<CommandTO>MacroTaskTO. getCommands()
-