Package com.ardoq.model
Class AggregatedWorkspace
java.lang.Object
com.ardoq.model.AggregatedWorkspace
public class AggregatedWorkspace extends Object
AggregatedWorkspace represents the aggregated data related to a Workspace, except Attachments.
Use the getAggregatedWorkspace in WorkspaceService to retrieve it.
- See Also:
WorkspaceService,Component,Reference,Tag
-
Constructor Summary
Constructors Constructor Description AggregatedWorkspace() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Integerget_version()StringgetComponentModel()Collection<Component>getComponents()Returns all components (pages) in the workspace.DategetCreated()StringgetCreatedBy()StringgetDescription()StringgetId()Collection<Component>getIncomingComponents()Collection<Reference>getIncomingReferences()DategetLastUpdated()StringgetName()Collection<Reference>getReferences()Returns all references between components (pages) in the workspace.Collection<Tag>getTags()Returns all tags belonging to this workspace.StringgetType()inthashCode()StringtoString()
-
Constructor Details
-
AggregatedWorkspace
public AggregatedWorkspace()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
-
getName
-
getComponentModel
-
getCreated
-
getCreatedBy
-
getLastUpdated
-
get_version
-
getComponents
Returns all components (pages) in the workspace.- Returns:
- A list of all components
-
getReferences
Returns all references between components (pages) in the workspace.- Returns:
- a list of all references
-
getTags
Returns all tags belonging to this workspace.- Returns:
- a list of all tags
-
getType
-
getDescription
-
getIncomingComponents
-
getIncomingReferences
-
toString
-