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
Modifier and Type | Method and Description |
---|---|
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
|
String getClassName()
OwFieldDefinition getFieldDefinition() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolvedException
OwField getOldValue() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolvedException
OwField getNewValue() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
- if value could not be resolvedException
String getOldValueString() throws OwObjectNotFoundException, Exception
OwObjectNotFoundException
Exception
String getNewValueString()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.