Interface View
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the description of the entity.String
getLocation()
Returns the location of the view this view will be visible in.String
getName()
Returns the name of the entity.String
getSubType()
Returns the text representation of view subtype extracted from it's config.String
getType()
ReturnsViewType
of a View.boolean
isWorkingView()
Check if this view is a working view.
-
-
-
Method Detail
-
getLocation
String getLocation()
Returns the location of the view this view will be visible in. Sample values: 00000000-0000-0000-0000-000000040013, Dashboard|Content, assetType-505d3609-928e-44a9-b1a0-1c1aa64167e4|relationType-059e477d-4559-4dc1-87a1-bece244b12a7|false- Returns:
- the location of the view this view will be visible in
-
getType
String getType()
ReturnsViewType
of a View. Sample values:ViewType.ASSETTABLE
,ViewType.USERGROUPSTABLE
- Returns:
- String representation of a view type
- See Also:
ViewType
-
getSubType
String getSubType()
Returns the text representation of view subtype extracted from it's config. Value can be one of the elements ofViewDefinitionTypes
For most of theViewType
it's subtype is equivalent to main view type, but exceptions can happen withinViewType.ASSETTABLE
Sample values: "assetFlat"- Returns:
- text representation of view subtype
-
getDescription
String getDescription()
Returns the description of the entity.- Returns:
- the description of the entity
-
getName
String getName()
Returns the name of the entity.- Returns:
- the name of the entity
-
isWorkingView
boolean isWorkingView()
Check if this view is a working view.- Returns:
true
if this view is a working view.
-
-