- R_CANT_CREATE_CLASS - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: Can't create class
- R_CLASS_NOT_FOUND - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: Class not found
- reflectAssign(Object, String, String) - Static method in class no.g9.support.TypeTool
-
Performs assing using retrospection on field 'field' of type class
'fieldClassName' in object 'to', with the value 'value'
- reflectAssignMethod(Object, String, String) - Static method in class no.g9.support.TypeTool
-
Assigns the specified value using reflection.
- reflectCopy(Object, String, Object) - Static method in class no.g9.support.TypeTool
-
Copies the specified attribute from the from object to the
to object.
- reflectCopyMethod(Object, String, Object) - Static method in class no.g9.support.TypeTool
-
This method uses reflection to copy the field "field" from object "from"
to object "to".
- registerClassConverterForAttribute(String, String, ValueConverter) - Method in class no.g9.support.convert.ConverterRegistry
-
Registers a ValueConverter for an attribute for a given class name.
- registerGlobalConverterForAttribute(String, ValueConverter) - Method in class no.g9.support.convert.ConverterRegistry
-
Registers a ValueConverter for an attribute name, regardless of os, role
or class name
- registerOsConverterForAttribute(String, String, ValueConverter) - Method in class no.g9.support.convert.ConverterRegistry
-
Registers a ValueConverter for an attribute for a given object selection
name.
- registerRoleConverterForAttribute(String, String, ValueConverter) - Method in class no.g9.support.convert.ConverterRegistry
-
Registers a ValueConverter for an attribute for a given role name.
- Registry - Class in no.g9.support
-
The "one stop" registry for an application.
- RegistrySet - Class in no.g9.support
-
Holds one set of property values from a property file.
- RegistrySet(String, String) - Constructor for class no.g9.support.RegistrySet
-
Creates a new RegistrySet for the input name
- reHash(Set<E>) - Static method in class no.g9.support.TypeTool
-
Creates a new set, and adds all instances contained in the specified set
to the new set.
- RELATION_TYPE - Variable in class no.g9.os.AbstractOSRole
-
The relation type.
- RelationCardinality - Enum in no.g9.os
-
The cardinality between a node and the parent node.
- RelationType - Enum in no.g9.os
-
The type of relation between a node and the parent node.
- RemoteServiceConstant - Interface in no.g9.service
-
A tagging interface used to tag the generated remote service enumerations.
- removeAllProxies() - Method in class no.g9.domain.DomainProxy
-
Removes all proxies regiestred in this proxy holder.
- removeAllRootObjects() - Method in class no.g9.support.ObjectSelection
-
Remove all entered root objects
- removeMessageLogger(MessageLogger) - Method in class no.g9.message.MessageLogDispatcher
-
Remove a logger from the list of message loggers.
- removeProxy(DomainObjectProxy<?>) - Method in class no.g9.domain.DomainProxy
-
Removes a proxy from the list of registred proxies.
- replace(String, String, String, boolean) - Static method in class no.g9.support.TypeTool
-
Replaces a string with a string in a string.
- REPLSET_ABORTRETRYIGNORE - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Abort, Retry, Ignore.
- REPLSET_DATE - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input a date.
- REPLSET_DIR - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input a directory name (may not exist).
- REPLSET_DIR_EXISTS - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input an existing directory.
- REPLSET_FILE - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input a file name (may not exist).
- REPLSET_FILE_EXISTS - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input an existing file.
- REPLSET_NONE - Static variable in class no.g9.message.ReplySetType
-
Legal replies: None.
- REPLSET_OK - Static variable in class no.g9.message.ReplySetType
-
Legal replies: OK.
- REPLSET_OKCANCEL - Static variable in class no.g9.message.ReplySetType
-
Legal replies: OK, Cancel.
- REPLSET_OKINFO - Static variable in class no.g9.message.ReplySetType
-
Legal replies: OK, Info.
- REPLSET_STRING - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Input a string.
- REPLSET_YESNO - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Yes, No.
- REPLSET_YESNOCANCEL - Static variable in class no.g9.message.ReplySetType
-
Legal replies: Yes, No, Cancel.
- REPLY_ABORT - Static variable in class no.g9.message.MessageReplyType
-
Reply: Abort
- REPLY_CANCEL - Static variable in class no.g9.message.MessageReplyType
-
Reply: Cancel
- REPLY_IGNORE - Static variable in class no.g9.message.MessageReplyType
-
Reply: Ignore
- REPLY_INFO - Static variable in class no.g9.message.MessageReplyType
-
Reply: Info
- REPLY_NO - Static variable in class no.g9.message.MessageReplyType
-
Reply: No
- REPLY_NONE - Static variable in class no.g9.message.MessageReplyType
-
Reply: None specified
- REPLY_OK - Static variable in class no.g9.message.MessageReplyType
-
Reply: OK
- REPLY_RETRY - Static variable in class no.g9.message.MessageReplyType
-
Reply: Retry
- REPLY_YES - Static variable in class no.g9.message.MessageReplyType
-
Reply: Yes, equivalent with OK
- ReplySetType - Class in no.g9.message
-
Enumeration of valid message replies.
- ReplySetType(int, String, MessageReplyType[]) - Constructor for class no.g9.message.ReplySetType
-
Constructor for internal use only.
- ReportHelper - Class in no.g9.support
-
Home for some misc.
- reset() - Method in interface no.g9.domain.DomainObjectProxy
-
Resets the object to its initial, clean state
- reset() - Method in class no.g9.domain.G9Proxy
-
- reset() - Method in class no.g9.message.metric.SimpleMetric
-
Resets the start time for the timer functions.
- resetAttribute(String) - Method in interface no.g9.domain.DomainObjectProxy
-
Resets the specified attribute to its original value.
- resetAttribute(String) - Method in class no.g9.domain.G9Proxy
-
- resetValue(Object) - Method in class no.g9.support.castor.XmlIdFieldHandler
-
- ResourceNotFoundException - Exception in no.g9.support.rest
-
Return a "404" error to the REST client.
- ResourceNotFoundException() - Constructor for exception no.g9.support.rest.ResourceNotFoundException
-
- ResourceNotFoundException(Throwable) - Constructor for exception no.g9.support.rest.ResourceNotFoundException
-
- ResourceProvider<T> - Interface in no.g9.support
-
A generic provider of resources.
- RoleConstant - Interface in no.g9.os
-
A tagging interface used to tag the generated role enumerations.
- RoleFilter - Interface in no.g9.support.filter
-
Common interface for role filters.
- roleFilters - Variable in class no.g9.support.xml.AbstractXmlConverter
-
List of all role filters
- round() - Method in class no.g9.support.Numeric
-
Rounds the value with BigDecimal.ROUND_HALF_UP, precision of 0.
- roundFives() - Method in class no.g9.support.Numeric
-
Rounds the value by five
- roundTens() - Method in class no.g9.support.Numeric
-
Rounds the value by ten