|
|||||||||
Home >> All >> org >> biomage >> [ AuditAndSecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.biomage.AuditAndSecurity
Class Audit

java.lang.Objectorg.biomage.Common.Extendable
org.biomage.Common.Describable
org.biomage.AuditAndSecurity.Audit
- All Implemented Interfaces:
- org.biomage.Interface.HasAuditTrail, org.biomage.Interface.HasDescriptions, org.biomage.Interface.HasPerformer, org.biomage.Interface.HasPropertySets, org.biomage.Interface.HasSecurity, java.io.Serializable
- public class Audit
- extends org.biomage.Common.Describable
- implements java.io.Serializable, org.biomage.Interface.HasPerformer
- extends org.biomage.Common.Describable
Tracks information on the contact that creates or modifies an object.
Nested Class Summary | |
class |
Audit.Action
Inner class for the enumeration values that the attribute action can assume. |
Nested classes inherited from class org.biomage.Interface.HasAuditTrail |
org.biomage.Interface.HasAuditTrail.AuditTrail_list |
Nested classes inherited from class org.biomage.Interface.HasDescriptions |
org.biomage.Interface.HasDescriptions.Descriptions_list |
Nested classes inherited from class org.biomage.Interface.HasPropertySets |
org.biomage.Interface.HasPropertySets.PropertySets_list |
Field Summary | |
(package private) Audit.Action |
action
Indicates whether an action is a creation or a modification. |
(package private) java.util.Date |
date
The date of a change. |
private Contact |
performer
The contact for creating or changing the instance referred to by the Audit. |
Fields inherited from class org.biomage.Common.Describable |
|
Fields inherited from class org.biomage.Common.Extendable |
|
Constructor Summary | |
Audit()
Default constructor. |
|
Audit(org.xml.sax.Attributes atts)
Attribute constructor. |
Method Summary | |
Audit.Action |
getAction()
Get method for action |
java.util.Date |
getDate()
Get method for date |
Contact |
getPerformer()
Get method for performer |
void |
setAction(Audit.Action action)
Set method for action |
void |
setDate(java.util.Date date)
Set method for date |
void |
setPerformer(Contact performer)
Set method for performer |
void |
writeAssociations(java.io.Writer out)
writeAssociations |
void |
writeAttributes(java.io.Writer out)
writeAttributes |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML |
Methods inherited from class org.biomage.Common.Describable |
addToAuditTrail, addToAuditTrail, addToDescriptions, addToDescriptions, getAuditTrail, getDescriptions, getFromAuditTrail, getFromDescriptions, getSecurity, removeElementAtFromAuditTrail, removeElementAtFromDescriptions, removeFromAuditTrail, removeFromDescriptions, setAuditTrail, setDescriptions, setSecurity |
Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, getFromPropertySets, getPropertySets, removeElementAtFromPropertySets, removeFromPropertySets, setPropertySets |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
date
java.util.Date date
- The date of a change.
action
Audit.Action action
- Indicates whether an action is a creation or a modification.
performer
private Contact performer
- The contact for creating or changing the instance referred to by
the Audit.
Constructor Detail |
Audit
public Audit()
- Default constructor.
Audit
public Audit(org.xml.sax.Attributes atts)
- Attribute constructor.
Looks up the attributes in the parameter and casts them from strings
appropriately
Method Detail |
writeMAGEML
public void writeMAGEML(java.io.Writer out) throws java.io.IOException
- writeMAGEML
This method is responsible for assembling the attribute and association data into XML. It creates the object tag and then calls the writeAttributes and writeAssociation methods.
writeAttributes
public void writeAttributes(java.io.Writer out) throws java.io.IOException
- writeAttributes
This method is responsible for assembling the attribute data into XML. It calls the super method to write out all attributes of this class and it's ancestors.
writeAssociations
public void writeAssociations(java.io.Writer out) throws java.io.IOException
- writeAssociations
This method is responsible for assembling the association data into XML. It calls the super method to write out all associations of this class's ancestors.
setDate
public void setDate(java.util.Date date)
- Set method for date
getDate
public java.util.Date getDate()
- Get method for date
setAction
public void setAction(Audit.Action action)
- Set method for action
getAction
public Audit.Action getAction()
- Get method for action
setPerformer
public void setPerformer(Contact performer)
- Set method for performer
- Specified by:
setPerformer
in interfaceorg.biomage.Interface.HasPerformer
getPerformer
public Contact getPerformer()
- Get method for performer
- Specified by:
getPerformer
in interfaceorg.biomage.Interface.HasPerformer
|
|||||||||
Home >> All >> org >> biomage >> [ AuditAndSecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |