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.OwFormat
public boolean ignoreDate()
ignoreDate
in interface com.wewebu.ow.server.field.OwFormat
public Format getTextFormat(int iFieldProviderType_p)
getTextFormat
in interface com.wewebu.ow.server.field.OwFormat
public boolean canValidate()
canValidate
in interface com.wewebu.ow.server.field.OwFormat
public 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.OwFormat
com.wewebu.ow.server.exceptions.OwInvalidOperationException
public Object parse(String text_p, boolean asArray_p) throws com.wewebu.ow.server.exceptions.OwException
parse
in interface OwCMISFormat
com.wewebu.ow.server.exceptions.OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.