public class OwCMISFormatAdapter extends Object implements OwCMISFormat
OwCMISFormatAdapter.
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 |
|---|
OwCMISFormatAdapter(com.wewebu.ow.server.field.OwFormat format_p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canValidate() |
Format |
getTextFormat(int iFieldProviderType_p) |
boolean |
ignoreDate() |
boolean |
ignoreTime() |
Object |
parse(String text_p,
boolean asArray_p) |
String |
validate(int iFieldProviderType_p,
Object object_p,
Locale locale_p) |
public OwCMISFormatAdapter(com.wewebu.ow.server.field.OwFormat format_p)
public 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.OwFormatpublic String validate(int iFieldProviderType_p, Object object_p, Locale locale_p) throws com.wewebu.ow.server.exceptions.OwInvalidOperationException
validate in interface com.wewebu.ow.server.field.OwFormatcom.wewebu.ow.server.exceptions.OwInvalidOperationExceptionpublic Object parse(String text_p, boolean asArray_p) throws com.wewebu.ow.server.exceptions.OwException
parse in interface OwCMISFormatcom.wewebu.ow.server.exceptions.OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.