- add(Logbooks) - Method in class edu.msu.nscl.olog.LogbooksResource
-
POST method for creating multiple logbooks.
- add(HttpServletRequest, HttpHeaders, Logs) - Method in class edu.msu.nscl.olog.LogsResource
-
POST method for creating multiple log instances.
- add(Tags) - Method in class edu.msu.nscl.olog.TagsResource
-
POST method for creating multiple tags.
- addAttachment(HttpServletRequest, HttpHeaders, Long, InputStream, FormDataContentDisposition, FormDataBodyPart) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
POST method for adding a new Attachment to a log entry.
- addAttribute(HttpServletRequest, HttpHeaders, String, Long, XmlProperty) - Method in class edu.msu.nscl.olog.PropertiesResource
-
PUT method for adding a new properties attribute to a log entry.
- addAttribute(Attribute) - Method in class edu.msu.nscl.olog.Property
-
Adds a attribute to the collection.
- addLog(Log) - Method in class edu.msu.nscl.olog.Entry
-
Adds a log to the collection.
- addLog(Log) - Method in class edu.msu.nscl.olog.Logbook
-
- addLog(Log) - Method in class edu.msu.nscl.olog.Logs
-
Adds a log to the log collection.
- addLog(Log) - Method in class edu.msu.nscl.olog.Tag
-
- addLogbook(Logbook) - Method in class edu.msu.nscl.olog.Log
-
Adds an Logbook to the log.
- addLogbook(Logbook) - Method in class edu.msu.nscl.olog.Logbooks
-
Adds a logbook to the logbook collection.
- addProperty(String, XmlProperty) - Method in class edu.msu.nscl.olog.PropertiesResource
-
PUT method for adding a new property.
- addProperty(XmlProperty) - Method in class edu.msu.nscl.olog.XmlProperties
-
Adds a property to the property collection.
- addReplaceAttachment(HttpServletRequest, HttpHeaders, String, Long, InputStream, FormDataContentDisposition, FormDataBodyPart) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
PUT method for adding a new Attachment to a log entry.
- addSingle(String, Long) - Method in class edu.msu.nscl.olog.LogbooksResource
-
PUT method for adding the logbook identified by logbook to the log
id (both path parameters).
- addSingle(String, Long) - Method in class edu.msu.nscl.olog.TagsResource
-
PUT method for adding the tag identified by tag to the single log
id (both path parameters).
- addSingleLogbook(String, Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Add the logbook identified by logbook to the single log
id.
- addSingleTag(String, Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Add the tag identified by tag to the single log logId.
- addTag(Tag) - Method in class edu.msu.nscl.olog.Log
-
Adds an Tag to the collection.
- addTag(Tag) - Method in class edu.msu.nscl.olog.Tags
-
Adds a tag to the tag collection.
- addXmlAttachment(XmlAttachment) - Method in class edu.msu.nscl.olog.Log
-
Adds an XmlAttachment to the collection.
- addXmlAttachment(XmlAttachment) - Method in class edu.msu.nscl.olog.XmlAttachments
-
Adds an attachment to the attachment collection.
- addXmlProperty(XmlProperty) - Method in class edu.msu.nscl.olog.Log
-
Adds an Property to the log.
- ADLDAPUserManager - Class in edu.msu.nscl.olog
-
Owner (group) membership management: LDAP connection and binding.
- ADLDAPUserManager() - Constructor for class edu.msu.nscl.olog.ADLDAPUserManager
-
- appendProperty(String, XmlProperty) - Method in class edu.msu.nscl.olog.PropertiesResource
-
POST method for adding a new property.
- Attachment - Class in edu.msu.nscl.olog
-
- Attachment() - Constructor for class edu.msu.nscl.olog.Attachment
-
- AttachmentManager - Class in edu.msu.nscl.olog
-
- AttachmentsResource - Class in edu.msu.nscl.olog
-
Top level Jersey HTTP methods for the .../attachments URL
- AttachmentsResource() - Constructor for class edu.msu.nscl.olog.AttachmentsResource
-
Creates a new instance of AttachmentsResource
- Attribute - Class in edu.msu.nscl.olog
-
- Attribute() - Constructor for class edu.msu.nscl.olog.Attribute
-
- Attribute(String) - Constructor for class edu.msu.nscl.olog.Attribute
-
- Attribute(String, Set<LogAttribute>) - Constructor for class edu.msu.nscl.olog.Attribute
-
- attribute - Static variable in class edu.msu.nscl.olog.LogAttribute_
-
- Attribute_ - Class in edu.msu.nscl.olog
-
- Attribute_() - Constructor for class edu.msu.nscl.olog.Attribute_
-
- AttributeManager - Class in edu.msu.nscl.olog
-
- attributes - Static variable in class edu.msu.nscl.olog.Log_
-
- attributes - Static variable in class edu.msu.nscl.olog.Property_
-
- checkIdMatchesPayload(Long, Log) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that logId matches the log id in data.
- checkNameMatchesPayload(String, Tag) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that name matches the tag name in data.
- checkNameMatchesPayload(String, Logbook) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that name matches the logbook name in data.
- checkPropertyName(String, Property) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check the property name in data with the property name in the
URL.
- checkPropertyName(String, XmlProperty) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check the property name in data with the property name in the
URL.
- checkUserBelongsToGroup(String, Log) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner group specified in the log
data.
- checkUserBelongsToGroup(String, Logs) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner groups of all logs in
data.
- checkUserBelongsToGroup(String, Logbook) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner group specified in the
logbook data.
- checkUserBelongsToGroup(String, Logbooks) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner groups of all logbooks in
data.
- checkUserBelongsToGroupOfLog(String, Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner group specified in the
database for log logId.
- checkUserBelongsToGroupOfLogbook(String, String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check that user belongs to the owner group specified in the
database for logbook logbook.
- checkValid(Log) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check the log in data for valid owner data.
- checkValid(Logs) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check all logs in data for valid owner data.
- checkValidNameAndOwner(Tag) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check the tag in data for valid name data.
- checkValidNameAndOwner(Tags) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check all tags in data for valid name data.
- checkValidNameAndOwner(Logbook) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check the logbook in data for valid name/owner data.
- checkValidNameAndOwner(Logbooks) - Method in class edu.msu.nscl.olog.OlogImpl
-
Check all logbooks in data for valid name/owner data.
- compareTo(Entry) - Method in class edu.msu.nscl.olog.Entry
-
- compareTo(Log) - Method in class edu.msu.nscl.olog.Log
-
- contentType - Variable in class edu.msu.nscl.olog.XmlAttachment
-
- contextDestroyed(ServletContextEvent) - Method in class edu.msu.nscl.olog.OlogContextListener
-
- contextInitialized(ServletContextEvent) - Method in class edu.msu.nscl.olog.OlogContextListener
-
- copyCriteriaNoSelection(CriteriaQuery<?>, CriteriaQuery<?>, boolean) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Copy Criteria without Selection
- copyFetches(Fetch<?, ?>, Fetch<?, ?>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Copy Fetches
- copyJoins(From<?, ?>, From<?, ?>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Copy Joins
- count(EntityManager, CriteriaQuery<T>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Result count from a CriteriaQuery
- countCriteria(EntityManager, CriteriaQuery<T>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Create a row count CriteriaQuery from a CriteriaQuery
- create(Attachment, Long) - Static method in class edu.msu.nscl.olog.AttachmentManager
-
- create(Property, String) - Static method in class edu.msu.nscl.olog.AttributeManager
-
Creates a property in the database.
- create(String, String) - Static method in class edu.msu.nscl.olog.LogbookManager
-
Creates a logbook in the database.
- create(String, Logbook) - Method in class edu.msu.nscl.olog.LogbooksResource
-
PUT method for creating and exclusively adding the logbook identified
by the path parameter logbookName to all logs identified by the
payload structure data.
- create(Log) - Static method in class edu.msu.nscl.olog.LogManager
-
Creates a Log in the database.
- create(HttpServletRequest, HttpHeaders, Long, Log) - Method in class edu.msu.nscl.olog.LogsResource
-
PUT method for editing a log instance identified by the payload.
- create(String) - Static method in class edu.msu.nscl.olog.PropertyManager
-
Creates a property in the database.
- create(Property) - Static method in class edu.msu.nscl.olog.PropertyManager
-
Creates a property in the database.
- create(String) - Static method in class edu.msu.nscl.olog.TagManager
-
Creates a tag in the database.
- create(String, Tag) - Method in class edu.msu.nscl.olog.TagsResource
-
PUT method to create and exclusively update the tag identified by the
path parameter name to all logs identified in the payload
structure data.
- createdDate - Static variable in class edu.msu.nscl.olog.Entry_
-
- createOrReplaceLog(Long, Log) - Method in class edu.msu.nscl.olog.OlogImpl
-
Update a log identified by logId, creating it when necessary.
- createOrReplaceLogbook(String, Logbook) - Method in class edu.msu.nscl.olog.OlogImpl
-
Adds the logbook identified by tag exclusively to the
logs specified in the Logbook payload data, creating it if
necessary.
- createOrReplaceLogbooks(Logbooks) - Method in class edu.msu.nscl.olog.OlogImpl
-
Create or replace logbooks specified in data.
- createOrReplaceLogs(Logs) - Method in class edu.msu.nscl.olog.OlogImpl
-
Create logs specified in data.
- createOrReplaceTag(String, Tag) - Method in class edu.msu.nscl.olog.OlogImpl
-
Adds the tag identified by tag exclusively to the logs
specified in the Tag payload data, creating it if necessary.
- createOrReplaceTags(Tags) - Method in class edu.msu.nscl.olog.OlogImpl
-
Create tags specified in data.
- customize(Session) - Method in class edu.msu.nscl.olog.JPATomcatSessionCustomizer
-
- fileName - Variable in class edu.msu.nscl.olog.XmlAttachment
-
- fileSize - Variable in class edu.msu.nscl.olog.XmlAttachment
-
- filter(ContainerRequest, ContainerResponse) - Method in class edu.msu.nscl.olog.ResponseCorsFilter
-
- findAll(String) - Static method in class edu.msu.nscl.olog.AttachmentManager
-
- findAll(Long) - Static method in class edu.msu.nscl.olog.AttachmentManager
-
- findAll(Property) - Static method in class edu.msu.nscl.olog.AttributeManager
-
Returns the list of set attribute in the database.
- findAll() - Static method in class edu.msu.nscl.olog.LogbookManager
-
Returns the list of logbooks in the database.
- findAll() - Static method in class edu.msu.nscl.olog.LogManager
-
Deprecated.
- findAll() - Static method in class edu.msu.nscl.olog.PropertyManager
-
Returns the list of tags in the database.
- findAll() - Static method in class edu.msu.nscl.olog.TagManager
-
Returns the list of tags in the database.
- findAttachment(String, String) - Static method in class edu.msu.nscl.olog.AttachmentManager
-
- findAttribute(Property, String) - Static method in class edu.msu.nscl.olog.AttributeManager
-
Finds a tag in the database by name.
- findByID(Class, long) - Static method in class edu.msu.nscl.olog.JPAUtil
-
- findLog(MultivaluedMap<String, String>) - Static method in class edu.msu.nscl.olog.LogManager
-
- findLog(Long) - Static method in class edu.msu.nscl.olog.LogManager
-
Finds a log and edits in the database by id.
- findLogbook(String) - Static method in class edu.msu.nscl.olog.LogbookManager
-
XXX: The biggest bottom neck here is that if the logbook contains more than 1000 logs, the merge times goes up
exponentially, to prevent this, lets get a logbook without logs, removing the botton neck.
- findLogbookByName(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Return single logbook found by name.
- findLogbookOld(String) - Static method in class edu.msu.nscl.olog.LogbookManager
-
Deprecated.
- findLogById(Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Return single log found by log id.
- findLogsByMultiMatch(MultivaluedMap<String, String>) - Method in class edu.msu.nscl.olog.OlogImpl
-
Returns logs found by matching logbook names, tag names, log description.
- findProperty(String) - Static method in class edu.msu.nscl.olog.PropertyManager
-
Finds a tag in the database by name.
- findRoot(CriteriaQuery<T>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Find Root of result type
- findRoot(CriteriaQuery<?>, Class<T>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Find the Root with type class on CriteriaQuery Root Set
- findTag(String) - Static method in class edu.msu.nscl.olog.TagManager
-
Finds a tag in the database by name.
- findTagByName(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Return single tag found by name.
- finishTransacton(EntityManager) - Static method in class edu.msu.nscl.olog.JPAUtil
-
- getAttachments() - Method in class edu.msu.nscl.olog.XmlAttachments
-
Returns a collection of XmlAttachment.
- getAttribute() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getAttributeId() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getAttributeId() - Method in class edu.msu.nscl.olog.LogAttributeId
-
- getAttributes() - Method in class edu.msu.nscl.olog.Log
-
- getAttributes() - Method in class edu.msu.nscl.olog.Property
-
- getAttributes() - Method in class edu.msu.nscl.olog.XmlProperty
-
- getAttributeSet() - Method in class edu.msu.nscl.olog.Property
-
- getContent() - Method in class edu.msu.nscl.olog.Attachment
-
- getContentType() - Method in class edu.msu.nscl.olog.XmlAttachment
-
- getContext(Class<?>) - Method in class edu.msu.nscl.olog.MyJAXBContextResolver
-
- getContext() - Static method in class edu.msu.nscl.olog.OlogContextListener
-
- getCount() - Method in class edu.msu.nscl.olog.Logs
-
- getCreatedDate() - Method in class edu.msu.nscl.olog.Entry
-
Getter for entry created date.
- getCreatedDate() - Method in class edu.msu.nscl.olog.Log
-
Getter for log created date.
- getDataSource() - Method in class edu.msu.nscl.olog.DbConnection
-
Returns the DataSource Connection, requesting a new one (thread local) if needed.
- getDescription() - Method in class edu.msu.nscl.olog.Log
-
Getter for log description.
- getEncoding() - Method in class edu.msu.nscl.olog.Attachment
-
- getEntityManagerFactory() - Static method in class edu.msu.nscl.olog.JPAUtil
-
- getEntry() - Method in class edu.msu.nscl.olog.Log
-
- getEntryId() - Method in class edu.msu.nscl.olog.Log
-
- getFile(Long, String) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
GET method for retrieving the list of attachments for a given log.
- getFileName() - Method in class edu.msu.nscl.olog.Attachment
-
- getFileName() - Method in class edu.msu.nscl.olog.XmlAttachment
-
- getFileSize() - Method in class edu.msu.nscl.olog.Attachment
-
- getFileSize() - Method in class edu.msu.nscl.olog.XmlAttachment
-
- getGroupingNum() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getGroupingNum() - Method in class edu.msu.nscl.olog.Property
-
Getter for property id.
- getGroupingNum() - Method in class edu.msu.nscl.olog.XmlProperty
-
Getter for property id.
- getGroups(Principal) - Method in class edu.msu.nscl.olog.ADLDAPUserManager
-
- getGroups(Principal) - Method in class edu.msu.nscl.olog.IDUserManager
-
- getGroups(Principal) - Method in class edu.msu.nscl.olog.LDAPUserManager
-
- getGroups(Principal) - Method in class edu.msu.nscl.olog.UserManager
-
Retrieves the group membership for the given principal.
- getHostAddress() - Method in class edu.msu.nscl.olog.UserManager
-
Returns the current user's hostName.
- getId() - Method in class edu.msu.nscl.olog.Attribute
-
- getId() - Method in class edu.msu.nscl.olog.Entry
-
Getter for entry id.
- getId() - Method in class edu.msu.nscl.olog.Log
-
Getter for log id.
- getId() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getId() - Method in class edu.msu.nscl.olog.LogAttributeId
-
- getId() - Method in class edu.msu.nscl.olog.Logbook
-
- getId() - Method in class edu.msu.nscl.olog.Property
-
Getter for property id.
- getId() - Method in class edu.msu.nscl.olog.Tag
-
Getter for tag id.
- getId() - Method in class edu.msu.nscl.olog.XmlProperty
-
Getter for property id.
- getInstance() - Static method in class edu.msu.nscl.olog.DbConnection
-
Returns the DbConnection instance.
- getInstance() - Static method in class edu.msu.nscl.olog.OlogContextListener
-
- getInstance() - Static method in class edu.msu.nscl.olog.OlogImpl
-
Returns the (singleton) instance of OlogManager
- getInstance() - Static method in class edu.msu.nscl.olog.UserManager
-
Returns the (singleton) instance of UserManager.
- getLevel() - Method in class edu.msu.nscl.olog.Log
-
Getter for log level.
- getLog() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getLogbooks() - Method in class edu.msu.nscl.olog.Log
-
Getter for log's Logbooks.
- getLogbooks() - Method in class edu.msu.nscl.olog.Logbooks
-
Returns a collection of Logbook.
- getLogId() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getLogId() - Method in class edu.msu.nscl.olog.LogAttributeId
-
- getLogList() - Method in class edu.msu.nscl.olog.Logs
-
Returns a collection of Log.
- getLogs() - Method in class edu.msu.nscl.olog.Attribute
-
- getLogs() - Method in class edu.msu.nscl.olog.Entry
-
- getLogs() - Method in class edu.msu.nscl.olog.Logbook
-
Getter for logbook's Logs.
- getLogs() - Method in class edu.msu.nscl.olog.Logs
-
- getLogs() - Method in class edu.msu.nscl.olog.Tag
-
Getter for tag's Logs.
- getLogs() - Method in class edu.msu.nscl.olog.XmlProperty
-
Getter for property's Logs.
- getMimeType() - Method in class edu.msu.nscl.olog.Attachment
-
- getModifiedDate() - Method in class edu.msu.nscl.olog.Log
-
Getter for log modified date.
- getName() - Method in class edu.msu.nscl.olog.Attribute
-
- getName() - Method in class edu.msu.nscl.olog.Logbook
-
Getter for tag name.
- getName() - Method in class edu.msu.nscl.olog.Property
-
Getter for property name.
- getName() - Method in class edu.msu.nscl.olog.Tag
-
Getter for tag name.
- getName() - Method in class edu.msu.nscl.olog.XmlProperty
-
Getter for property name.
- getOrCreateAlias(Selection<T>) - Static method in class edu.msu.nscl.olog.JPAUtil
-
Gets The result alias, if none set a default one and return it
- getOwner() - Method in class edu.msu.nscl.olog.Log
-
Getter for log owner.
- getOwner() - Method in class edu.msu.nscl.olog.Logbook
-
Getter for logbook owner.
- getProperties() - Method in class edu.msu.nscl.olog.XmlProperties
-
Returns a collection of Property.
- getProperty() - Method in class edu.msu.nscl.olog.Attribute
-
- getRepository() - Static method in class edu.msu.nscl.olog.JCRUtil
-
- getResponseStatusCode() - Method in exception edu.msu.nscl.olog.OlogException
-
Returns the HTTP Response status code for this exception.
- getResponseStatusString() - Method in exception edu.msu.nscl.olog.OlogException
-
Returns the HTTP Response status code for this exception.
- getSession() - Static method in class edu.msu.nscl.olog.JCRUtil
-
- getSource() - Method in class edu.msu.nscl.olog.Log
-
Getter for log source IP.
- getState() - Method in class edu.msu.nscl.olog.Attribute
-
- getState() - Method in class edu.msu.nscl.olog.Log
-
- getState() - Method in class edu.msu.nscl.olog.Logbook
-
- getState() - Method in class edu.msu.nscl.olog.Property
-
- getState() - Method in class edu.msu.nscl.olog.Tag
-
- getTags() - Method in class edu.msu.nscl.olog.Log
-
Getter for the log's Tags.
- getTags() - Method in class edu.msu.nscl.olog.Tags
-
Returns a collection of Tag.
- getThumbnail(Long, String) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
GET method for retrieving the list of attachments for a given log.
- getThumbnail() - Method in class edu.msu.nscl.olog.XmlAttachment
-
- getUserName() - Method in class edu.msu.nscl.olog.UserManager
-
Returns the current user's name.
- getValue() - Method in class edu.msu.nscl.olog.LogAttribute
-
- getVersion() - Method in class edu.msu.nscl.olog.Log
-
Getter for log version id.
- getXmlAttachments() - Method in class edu.msu.nscl.olog.Log
-
Getter for the log's XmlAttachments.
- getXmlProperties() - Method in class edu.msu.nscl.olog.Log
-
Getter for log's XmlProperties.
- groupTargetField - Variable in class edu.msu.nscl.olog.ADLDAPUserManager
-
LDAP field name for the group name in group entries
- groupTargetField - Variable in class edu.msu.nscl.olog.LDAPUserManager
-
LDAP field name for the group name in group entries
- LDAPUserManager - Class in edu.msu.nscl.olog
-
Owner (group) membership management: LDAP connection and binding.
- LDAPUserManager() - Constructor for class edu.msu.nscl.olog.LDAPUserManager
-
- Level - Enum in edu.msu.nscl.olog
-
- list() - Method in class edu.msu.nscl.olog.LogbooksResource
-
GET method for retrieving the list of logbooks in the database.
- list() - Method in class edu.msu.nscl.olog.TagsResource
-
GET method for retrieving the list of tags in the database.
- listAttributes(String) - Method in class edu.msu.nscl.olog.PropertiesResource
-
GET method for retrieving the list of attributes for a given property.
- listLogbooks() - Method in class edu.msu.nscl.olog.OlogImpl
-
List all Logbooks in the database.
- listProperties() - Method in class edu.msu.nscl.olog.OlogImpl
-
Return a list of all properties
- listProperties() - Method in class edu.msu.nscl.olog.PropertiesResource
-
GET method for retrieving the list of properties in the database.
- listTags() - Method in class edu.msu.nscl.olog.OlogImpl
-
List all tags in the database.
- Log - Class in edu.msu.nscl.olog
-
Log object that can be represented as XML/JSON in payload data.
- Log() - Constructor for class edu.msu.nscl.olog.Log
-
Creates a new instance of Log
- Log(Long) - Constructor for class edu.msu.nscl.olog.Log
-
Creates a new instance of Log.
- Log(Long, String) - Constructor for class edu.msu.nscl.olog.Log
-
Creates a new instance of Log.
- log - Static variable in class edu.msu.nscl.olog.LogAttribute_
-
- Log_ - Class in edu.msu.nscl.olog
-
- Log_() - Constructor for class edu.msu.nscl.olog.Log_
-
- LogAttribute - Class in edu.msu.nscl.olog
-
- LogAttribute() - Constructor for class edu.msu.nscl.olog.LogAttribute
-
- LogAttribute_ - Class in edu.msu.nscl.olog
-
- LogAttribute_() - Constructor for class edu.msu.nscl.olog.LogAttribute_
-
- LogAttributeId - Class in edu.msu.nscl.olog
-
- LogAttributeId() - Constructor for class edu.msu.nscl.olog.LogAttributeId
-
- Logbook - Class in edu.msu.nscl.olog
-
Logbook object that can be represented as XML/JSON in payload data.
- Logbook() - Constructor for class edu.msu.nscl.olog.Logbook
-
Creates a new instance of Logbook.
- Logbook(String, String) - Constructor for class edu.msu.nscl.olog.Logbook
-
Creates a new instance of Logbook.
- Logbook(Long, String, String, State) - Constructor for class edu.msu.nscl.olog.Logbook
-
Creates a new instance of Logbook.
- Logbook_ - Class in edu.msu.nscl.olog
-
- Logbook_() - Constructor for class edu.msu.nscl.olog.Logbook_
-
- LogbookManager - Class in edu.msu.nscl.olog
-
- logbooks - Static variable in class edu.msu.nscl.olog.Log_
-
- Logbooks - Class in edu.msu.nscl.olog
-
Logbooks (collection) object that can be represented as XML/JSON in payload
data.
- Logbooks() - Constructor for class edu.msu.nscl.olog.Logbooks
-
Creates a new instance of Logbooks.
- Logbooks(Logbook) - Constructor for class edu.msu.nscl.olog.Logbooks
-
Creates a new instance of Logbooks with one initial logbook.
- LogbooksResource - Class in edu.msu.nscl.olog
-
Top level Jersey HTTP methods for the .../logbooks URL
- LogbooksResource() - Constructor for class edu.msu.nscl.olog.LogbooksResource
-
Creates a new instance of LogbooksResource
- LogManager - Class in edu.msu.nscl.olog
-
- logs - Static variable in class edu.msu.nscl.olog.Entry_
-
- Logs - Class in edu.msu.nscl.olog
-
Logs (collection) object that can be represented as XML/JSON in payload data.
- Logs() - Constructor for class edu.msu.nscl.olog.Logs
-
Creates a new instance of Logs.
- Logs(Log) - Constructor for class edu.msu.nscl.olog.Logs
-
Creates a new instance of Logs with one initial log.
- Logs(List<Log>) - Constructor for class edu.msu.nscl.olog.Logs
-
- LogsResource - Class in edu.msu.nscl.olog
-
Top level Jersey HTTP methods for the .../logs URL
- LogsResource() - Constructor for class edu.msu.nscl.olog.LogsResource
-
Creates a new instance of LogsResource
- read(Long) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
GET method for retrieving attachments identified by id.
- read(String) - Method in class edu.msu.nscl.olog.LogbooksResource
-
GET method for retrieving the logbook with the
path parameter logbookName .
- read(Long) - Method in class edu.msu.nscl.olog.LogsResource
-
GET method for retrieving an instance of Log identified by id.
- read(String) - Method in class edu.msu.nscl.olog.TagsResource
-
GET method for retrieving the tag with the
path parameter tagName and its logs.
- readInputStreamAsString(InputStream) - Static method in class edu.msu.nscl.olog.IDUserManager
-
- remove(String, Long) - Static method in class edu.msu.nscl.olog.AttachmentManager
-
- remove(Property, String) - Static method in class edu.msu.nscl.olog.AttributeManager
-
Remove a attribute (mark as Inactive).
- remove(Class, Long) - Static method in class edu.msu.nscl.olog.JPAUtil
-
- remove(String) - Static method in class edu.msu.nscl.olog.LogbookManager
-
Remove a logbook (mark as Inactive).
- remove(String) - Method in class edu.msu.nscl.olog.LogbooksResource
-
DELETE method for deleting the logbook identified by the path parameter
name from all logs.
- remove(Long) - Static method in class edu.msu.nscl.olog.LogManager
-
Remove a tag (mark as Inactive).
- remove(Long) - Method in class edu.msu.nscl.olog.LogsResource
-
DELETE method for deleting a log instance identified by
path parameter id.
- remove(String) - Static method in class edu.msu.nscl.olog.PropertyManager
-
Remove a property (mark as Inactive).
- remove(String) - Static method in class edu.msu.nscl.olog.TagManager
-
Remove a tag (mark as Inactive).
- remove(String) - Method in class edu.msu.nscl.olog.TagsResource
-
DELETE method for deleting the tag identified by the path parameter name
from all logs.
- removeAttachment(HttpServletRequest, HttpHeaders, String, Long) - Method in class edu.msu.nscl.olog.AttachmentsResource
-
DELETE method for removing an attachment from a log entry.
- removeAttribute(HttpServletRequest, HttpHeaders, String, Long, XmlProperty) - Method in class edu.msu.nscl.olog.PropertiesResource
-
DELETE method for removing a properties attribute from a log entry.
- removeExistingLogbook(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a logbook identified by name from all logs, failing if
the logbook does not exists.
- removeExistingTag(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a logbook identified by name from all logs, failing if
the logbook does not exists.
- removeLog(Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a log identified by logId.
- removeLogbook(Logbook) - Method in class edu.msu.nscl.olog.Log
-
- removeLogbook(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a logbook identified by name from all logs.
- removeProperty(String, XmlProperty) - Method in class edu.msu.nscl.olog.PropertiesResource
-
DELETE method for removing a property.
- removeSingle(String, Long) - Method in class edu.msu.nscl.olog.LogbooksResource
-
DELETE method for deleting the logbook identified by logbook from the log
id (both path parameters).
- removeSingle(String, Long) - Method in class edu.msu.nscl.olog.TagsResource
-
DELETE method for deleting the tag identified by tag from the log
id (both path parameters).
- removeSingleLogbook(String, Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a logbook identified by name from a single log.
- removeSingleTag(String, Long) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a tag identified by name from a single log.
- removeTag(Tag) - Method in class edu.msu.nscl.olog.Log
-
- removeTag(String) - Method in class edu.msu.nscl.olog.OlogImpl
-
Deletes a tag identified by name from all logs.
- removeXmlAttachment(XmlAttachment) - Method in class edu.msu.nscl.olog.Log
-
- removeXmlProperty(XmlProperty) - Method in class edu.msu.nscl.olog.Log
-
- ResponseCorsFilter - Class in edu.msu.nscl.olog
-
- ResponseCorsFilter() - Constructor for class edu.msu.nscl.olog.ResponseCorsFilter
-
- save(Object) - Static method in class edu.msu.nscl.olog.JPAUtil
-
- setAttachments(Collection<XmlAttachment>) - Method in class edu.msu.nscl.olog.XmlAttachments
-
Sets the collection of attachments.
- setAttribute(Attribute) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setAttributeId(Long) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setAttributeId(Long) - Method in class edu.msu.nscl.olog.LogAttributeId
-
- setAttributes(Set<LogAttribute>) - Method in class edu.msu.nscl.olog.Log
-
- setAttributes(Set<Attribute>) - Method in class edu.msu.nscl.olog.Property
-
- setAttributes(Map<String, String>) - Method in class edu.msu.nscl.olog.XmlProperty
-
- setContent(InputStream) - Method in class edu.msu.nscl.olog.Attachment
-
- setContentType(String) - Method in class edu.msu.nscl.olog.XmlAttachment
-
- setCount(Long) - Method in class edu.msu.nscl.olog.Logs
-
- setCreatedDate(Date) - Method in class edu.msu.nscl.olog.Entry
-
Setter for entry created date.
- setDescription(String) - Method in class edu.msu.nscl.olog.Log
-
Setter for log description.
- setEncoding(String) - Method in class edu.msu.nscl.olog.Attachment
-
- setEntry(Entry) - Method in class edu.msu.nscl.olog.Log
-
- setEntryId(Long) - Method in class edu.msu.nscl.olog.Log
-
- setFileName(String) - Method in class edu.msu.nscl.olog.Attachment
-
- setFileName(String) - Method in class edu.msu.nscl.olog.XmlAttachment
-
- setFileSize(Long) - Method in class edu.msu.nscl.olog.Attachment
-
- setFileSize(Long) - Method in class edu.msu.nscl.olog.XmlAttachment
-
- setGroupingNum(Long) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setGroupingNum(int) - Method in class edu.msu.nscl.olog.Property
-
Setter for property id.
- setGroupingNum(int) - Method in class edu.msu.nscl.olog.XmlProperty
-
Setter for property id.
- setHostAddress(String) - Method in class edu.msu.nscl.olog.UserManager
-
Sets the (thread local) user hostName to be used in further calls.
- setId(Long) - Method in class edu.msu.nscl.olog.Attribute
-
- setId(Long) - Method in class edu.msu.nscl.olog.Entry
-
Setter for entry id.
- setId(Long) - Method in class edu.msu.nscl.olog.Log
-
Setter for log id.
- setId(Long) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setId(Long) - Method in class edu.msu.nscl.olog.LogAttributeId
-
- setId(Long) - Method in class edu.msu.nscl.olog.Logbook
-
Setter for tag id.
- setId(Long) - Method in class edu.msu.nscl.olog.Property
-
Setter for property id.
- setId(Long) - Method in class edu.msu.nscl.olog.Tag
-
Setter for tag id.
- setId(Long) - Method in class edu.msu.nscl.olog.XmlProperty
-
Setter for property id.
- setLevel(Level) - Method in class edu.msu.nscl.olog.Log
-
Setter for log owner.
- setLog(Log) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setLogbooks(Set<Logbook>) - Method in class edu.msu.nscl.olog.Log
-
Setter for log's Logbooks.
- setLogbooks(Collection<Logbook>) - Method in class edu.msu.nscl.olog.Logbooks
-
Sets the collection of logbooks.
- setLogId(Long) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setLogId(Long) - Method in class edu.msu.nscl.olog.LogAttributeId
-
- setLogs(Set<LogAttribute>) - Method in class edu.msu.nscl.olog.Attribute
-
- setLogs(List<Log>) - Method in class edu.msu.nscl.olog.Entry
-
- setLogs(Logs) - Method in class edu.msu.nscl.olog.Logbook
-
Setter for logbook's Logs.
- setLogs(List<Log>) - Method in class edu.msu.nscl.olog.Logs
-
Sets the collection of logs.
- setLogs(Logs) - Method in class edu.msu.nscl.olog.Tag
-
Setter for tag's Logs.
- setLogs(Logs) - Method in class edu.msu.nscl.olog.XmlProperty
-
Setter for property's Logs.
- setMimeType(String) - Method in class edu.msu.nscl.olog.Attachment
-
- setModifiedDate(Date) - Method in class edu.msu.nscl.olog.Log
-
Setter for log modified date.
- setName(String) - Method in class edu.msu.nscl.olog.Attribute
-
- setName(String) - Method in class edu.msu.nscl.olog.Logbook
-
Setter for tag name.
- setName(String) - Method in class edu.msu.nscl.olog.Property
-
Setter for property name.
- setName(String) - Method in class edu.msu.nscl.olog.Tag
-
Setter for tag name.
- setName(String) - Method in class edu.msu.nscl.olog.XmlProperty
-
Setter for property name.
- setOwner(String) - Method in class edu.msu.nscl.olog.Log
-
Setter for log owner.
- setOwner(String) - Method in class edu.msu.nscl.olog.Logbook
-
Setter for logbook owner.
- setProperties(Collection<XmlProperty>) - Method in class edu.msu.nscl.olog.XmlProperties
-
Sets the collection of properties.
- setProperty(Property) - Method in class edu.msu.nscl.olog.Attribute
-
- setSource(String) - Method in class edu.msu.nscl.olog.Log
-
Setter for log source IP.
- setState(State) - Method in class edu.msu.nscl.olog.Attribute
-
- setState(State) - Method in class edu.msu.nscl.olog.Log
-
- setState(State) - Method in class edu.msu.nscl.olog.Logbook
-
- setState(State) - Method in class edu.msu.nscl.olog.Property
-
- setState(State) - Method in class edu.msu.nscl.olog.Tag
-
- setTags(Set<Tag>) - Method in class edu.msu.nscl.olog.Log
-
Setter for the log's Tags.
- setTags(Collection<Tag>) - Method in class edu.msu.nscl.olog.Tags
-
Sets the collection of tags.
- setThumbnail(Boolean) - Method in class edu.msu.nscl.olog.XmlAttachment
-
- setUpdated() - Method in class edu.msu.nscl.olog.Entry
-
- setUpdated() - Method in class edu.msu.nscl.olog.Log
-
- setUser(Principal, boolean) - Method in class edu.msu.nscl.olog.UserManager
-
Sets the (thread local) user principal to be used in further calls
and retrieves the group information.
- setValue(String) - Method in class edu.msu.nscl.olog.LogAttribute
-
- setVersion(String) - Method in class edu.msu.nscl.olog.Log
-
Setter for log version id.
- setXmlAttachments(Collection<XmlAttachment>) - Method in class edu.msu.nscl.olog.Log
-
Setter for the log's XmlAttachments.
- setXmlProperties(Collection<XmlProperty>) - Method in class edu.msu.nscl.olog.Log
-
Setter for log's XmlProperties.
- startTransaction(EntityManager) - Static method in class edu.msu.nscl.olog.JPAUtil
-
- state - Static variable in class edu.msu.nscl.olog.Attribute_
-
- state - Static variable in class edu.msu.nscl.olog.Log_
-
- state - Static variable in class edu.msu.nscl.olog.Property_
-
- State - Enum in edu.msu.nscl.olog
-
- Tag - Class in edu.msu.nscl.olog
-
- Tag() - Constructor for class edu.msu.nscl.olog.Tag
-
- Tag(String) - Constructor for class edu.msu.nscl.olog.Tag
-
Creates a new instance of Tag.
- Tag_ - Class in edu.msu.nscl.olog
-
- Tag_() - Constructor for class edu.msu.nscl.olog.Tag_
-
- TagManager - Class in edu.msu.nscl.olog
-
- tags - Static variable in class edu.msu.nscl.olog.Log_
-
- Tags - Class in edu.msu.nscl.olog
-
Tags (collection) object that can be represented as XML/JSON in payload data.
- Tags() - Constructor for class edu.msu.nscl.olog.Tags
-
Creates a new instance of Tags.
- Tags(Tag) - Constructor for class edu.msu.nscl.olog.Tags
-
Creates a new instance of Tags with one initial tag.
- TagsResource - Class in edu.msu.nscl.olog
-
Top level Jersey HTTP methods for the .../tags URL
- TagsResource() - Constructor for class edu.msu.nscl.olog.TagsResource
-
Creates a new instance of TagsResource
- thumbnail - Variable in class edu.msu.nscl.olog.XmlAttachment
-
- toLog(XmlAttachments) - Static method in class edu.msu.nscl.olog.XmlAttachments
-
Creates a compact string representation for the log.
- toLogger(Log) - Static method in class edu.msu.nscl.olog.Log
-
Creates a compact string representation for the log.
- toLogger(Logbook) - Static method in class edu.msu.nscl.olog.Logbook
-
Creates a compact string representation for the log.
- toLogger(Logbooks) - Static method in class edu.msu.nscl.olog.Logbooks
-
Creates a compact string representation for the log.
- toLogger(Set<Logbook>) - Static method in class edu.msu.nscl.olog.Logbooks
-
- toLogger(Logs) - Static method in class edu.msu.nscl.olog.Logs
-
Creates a compact string representation for the log.
- toLogger(List<Log>) - Static method in class edu.msu.nscl.olog.Logs
-
- toLogger(Property) - Static method in class edu.msu.nscl.olog.Property
-
Creates a compact string representation for the log.
- toLogger(Tag) - Static method in class edu.msu.nscl.olog.Tag
-
Creates a compact string representation for the log.
- toLogger(Tags) - Static method in class edu.msu.nscl.olog.Tags
-
Creates a compact string representation for the log.
- toLogger(Set<Tag>) - Static method in class edu.msu.nscl.olog.Tags
-
- toLogger(XmlAttachment) - Static method in class edu.msu.nscl.olog.XmlAttachment
-
Creates a compact string representation for the log.
- toLogger(XmlProperties) - Static method in class edu.msu.nscl.olog.XmlProperties
-
Creates a compact string representation for the log.
- toLogger(XmlProperty) - Static method in class edu.msu.nscl.olog.XmlProperty
-
Creates a compact string representation for the log.
- toProperty() - Method in class edu.msu.nscl.olog.XmlProperty
-
- toResponse() - Method in exception edu.msu.nscl.olog.OlogException
-
Returns a HTTP Response object for this exception.
- toXmlProperty() - Method in class edu.msu.nscl.olog.Property
-
- transactionFailed(EntityManager) - Static method in class edu.msu.nscl.olog.JPAUtil
-