public class OwAlfrescoBPMFormat extends Object implements com.wewebu.ow.server.field.OwFormat
Simple OwFormat implementation.
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
| Constructor and Description |
|---|
OwAlfrescoBPMFormat(Format textForma) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canValidate() |
Format |
getTextFormat(int iFieldProviderType_p) |
boolean |
ignoreDate() |
boolean |
ignoreTime() |
Object |
parse(String text) |
String |
validate(int iFieldProviderType_p,
Object object_p,
Locale locale_p) |
public OwAlfrescoBPMFormat(Format textForma)
public Object parse(String text) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic boolean ignoreTime()
ignoreTime in interface com.wewebu.ow.server.field.OwFormatpublic boolean ignoreDate()
ignoreDate in interface com.wewebu.ow.server.field.OwFormatpublic Format getTextFormat(int iFieldProviderType_p)
getTextFormat in interface com.wewebu.ow.server.field.OwFormatpublic boolean canValidate()
canValidate in interface com.wewebu.ow.server.field.OwFormatCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.