public class DefaultCustomCommandsModel extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.NutsLogger |
LOG |
| Constructor and Description |
|---|
DefaultCustomCommandsModel(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.NutsLogger |
_LOG(net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsLoggerOp |
_LOGOP(net.thevpc.nuts.NutsSession session) |
boolean |
add(net.thevpc.nuts.NutsCommandConfig command,
net.thevpc.nuts.NutsSession session) |
void |
addFactory(net.thevpc.nuts.NutsCommandFactoryConfig commandFactoryConfig,
net.thevpc.nuts.NutsSession session) |
boolean |
commandFactoryExists(String factoryId,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsWorkspaceCustomCommand |
find(String name,
net.thevpc.nuts.NutsId forId,
net.thevpc.nuts.NutsId forOwner,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsWorkspaceCustomCommand |
find(String name,
net.thevpc.nuts.NutsSession session) |
List<net.thevpc.nuts.NutsWorkspaceCustomCommand> |
findAll(net.thevpc.nuts.NutsSession session) |
List<net.thevpc.nuts.NutsWorkspaceCustomCommand> |
findByOwner(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsCommandFactoryConfig[] |
getFactories(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
void |
remove(String name,
net.thevpc.nuts.NutsSession session) |
void |
removeFactory(String factoryId,
net.thevpc.nuts.NutsSession session) |
boolean |
removeFactory(String factoryId,
net.thevpc.nuts.NutsSession session,
boolean error) |
boolean |
removeFactoryIfExists(String factoryId,
net.thevpc.nuts.NutsSession session) |
boolean |
update(net.thevpc.nuts.NutsCommandConfig command,
net.thevpc.nuts.NutsSession session) |
public DefaultCustomCommandsModel(net.thevpc.nuts.NutsWorkspace ws)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
public void addFactory(net.thevpc.nuts.NutsCommandFactoryConfig commandFactoryConfig,
net.thevpc.nuts.NutsSession session)
public boolean removeFactoryIfExists(String factoryId, net.thevpc.nuts.NutsSession session)
public void removeFactory(String factoryId, net.thevpc.nuts.NutsSession session)
public boolean commandFactoryExists(String factoryId, net.thevpc.nuts.NutsSession session)
public boolean removeFactory(String factoryId, net.thevpc.nuts.NutsSession session, boolean error)
public boolean add(net.thevpc.nuts.NutsCommandConfig command,
net.thevpc.nuts.NutsSession session)
public boolean update(net.thevpc.nuts.NutsCommandConfig command,
net.thevpc.nuts.NutsSession session)
public void remove(String name, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspaceCustomCommand find(String name, net.thevpc.nuts.NutsSession session)
public List<net.thevpc.nuts.NutsWorkspaceCustomCommand> findAll(net.thevpc.nuts.NutsSession session)
public List<net.thevpc.nuts.NutsWorkspaceCustomCommand> findByOwner(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsCommandFactoryConfig[] getFactories(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspaceCustomCommand find(String name, net.thevpc.nuts.NutsId forId, net.thevpc.nuts.NutsId forOwner, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspace getWorkspace()
Copyright © 2021 vpc open source initiative. All rights reserved.