public class AggregatedWorkspace extends Object
WorkspaceService,
Component,
Reference,
Tag| Constructor and Description |
|---|
AggregatedWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
get_version() |
String |
getComponentModel() |
Collection<Component> |
getComponents()
Returns all components (pages) in the workspace.
|
Date |
getCreated() |
String |
getCreatedBy() |
String |
getDescription() |
String |
getId() |
Collection<Component> |
getIncomingComponents() |
Collection<Reference> |
getIncomingReferences() |
Date |
getLastUpdated() |
String |
getName() |
Collection<Reference> |
getReferences()
Returns all references between components (pages) in the workspace.
|
Collection<Tag> |
getTags()
Returns all tags belonging to this workspace.
|
String |
getType() |
int |
hashCode() |
String |
toString() |
public String getId()
public String getName()
public String getComponentModel()
public Date getCreated()
public String getCreatedBy()
public Date getLastUpdated()
public Integer get_version()
public Collection<Component> getComponents()
public Collection<Reference> getReferences()
public Collection<Tag> getTags()
public String getType()
public String getDescription()
public Collection<Component> getIncomingComponents()
public Collection<Reference> getIncomingReferences()
Copyright © 2018. All rights reserved.