|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDomainDefinition
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 |
|---|
java.util.List getRoleNames()
Stringjava.util.List getFormDefinitions()
IFormDefinitionjava.lang.String getTitle()
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.
boolean isVisible()
true if visible otherwise false
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||