public interface Model
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Customization<?> |
findCustomizationById(String id) |
<O extends WorkspaceObject> |
findObject(ObjectType<O> type,
String statement) |
<O extends WorkspaceObject> |
findObjectById(ObjectType<O> type,
String id)
Returns a specified object or null if it cannot be found.
|
<O extends WorkspaceObject> |
findObjectByPath(ObjectType<? extends O> type,
String path) |
Workspace |
getWorkspace()
Returns the workspace.
|
String |
pathOf(WorkspaceObject o) |
void |
save() |
Workspace getWorkspace()
<O extends WorkspaceObject> O findObjectById(ObjectType<O> type, String id)
O - the object type parametertype - the object typeid - the object id<O extends WorkspaceObject> O findObjectByPath(ObjectType<? extends O> type, String path)
<O extends WorkspaceObject> Iterator<O> findObject(ObjectType<O> type, String statement)
String pathOf(WorkspaceObject o)
Customization<?> findCustomizationById(String id)
void save()
void close()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.