|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwHistoryModifiedPropertyValue
Interface for a property change property used by OwHistoryEtnry.
Keeps information about a modified property and its previous and new value.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
String |
getClassName()
get the modified property class name |
OwFieldDefinition |
getFieldDefinition()
get the modified property field definition |
OwField |
getNewValue()
try to get the old value before the modification happens |
String |
getNewValueString()
get a string representation of the new value |
OwField |
getOldValue()
try to get the old value before the modification happens |
String |
getOldValueString()
get a string representation of the old value |
Method Detail |
---|
String getClassName()
OwFieldDefinition getFieldDefinition() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolved
Exception
OwField getOldValue() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolved
Exception
OwField getNewValue() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolved
Exception
String getOldValueString() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
Exception
String getNewValueString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |