All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected NutsLogger |
_LOG(NutsSession session) |
protected NutsLoggerOp |
_LOGOP(NutsSession session) |
boolean |
add(NutsCommandConfig command,
NutsSession session) |
void |
addFactory(NutsCommandFactoryConfig commandFactoryConfig,
NutsSession session) |
boolean |
commandFactoryExists(String factoryId,
NutsSession session) |
NutsWorkspaceCustomCommand |
find(String name,
NutsId forId,
NutsId forOwner,
NutsSession session) |
NutsWorkspaceCustomCommand |
find(String name,
NutsSession session) |
List<NutsWorkspaceCustomCommand> |
findAll(NutsSession session) |
List<NutsWorkspaceCustomCommand> |
findByOwner(NutsId id,
NutsSession session) |
NutsCommandFactoryConfig[] |
getFactories(NutsSession session) |
NutsWorkspace |
getWorkspace() |
void |
remove(String name,
NutsSession session) |
void |
removeFactory(String factoryId,
NutsSession session) |
boolean |
removeFactory(String factoryId,
NutsSession session,
boolean error) |
boolean |
removeFactoryIfExists(String factoryId,
NutsSession session) |
boolean |
update(NutsCommandConfig command,
NutsSession session) |