jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IDomainDefinition

All Superinterfaces:
INamedObjectDefinition

public interface IDomainDefinition
extends INamedObjectDefinition

This interface represents a domain definition.


Method Summary
 java.util.List getFormDefinitions()
          Returns the list of all form definitions of this domain.
 java.util.List getRoleNames()
          Returns the names of all role names, which have been granted access to this domain.
 java.lang.String getTitle()
          Returns the title of this domain.
 boolean isVisible()
          Returns the default visibility of this domain.
 
Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition
getDescription, getName, getProperty
 

Method Detail

getRoleNames

java.util.List getRoleNames()
Returns the names of all role names, which have been granted access to this domain.

Returns:
List of String

getFormDefinitions

java.util.List getFormDefinitions()
Returns the list of all form definitions of this domain.

Returns:
List of IFormDefinition

getTitle

java.lang.String getTitle()
Returns the title of this domain.

Note: The title could be internationalized, if the title starts with a '%' character. In this case the title is interpreted as a key to the respective application resource bundles for internationalization.

Returns:
the domain title.

isVisible

boolean isVisible()
Returns the default visibility of this domain.

Returns:
true if visible otherwise false

jACOB 2.7 API Documentation.