com.wewebu.ow.server.ecmimpl.alfresco.bpm
Class OwAlfrescoBPMFormat

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.OwAlfrescoBPMFormat
All Implemented Interfaces:
com.wewebu.ow.server.field.OwFormat

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

Since:
4.0.0.0

Constructor Summary
OwAlfrescoBPMFormat(Format textForma)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwAlfrescoBPMFormat

public OwAlfrescoBPMFormat(Format textForma)
Method Detail

parse

public Object parse(String text)
             throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException

ignoreTime

public boolean ignoreTime()
Specified by:
ignoreTime in interface com.wewebu.ow.server.field.OwFormat

ignoreDate

public boolean ignoreDate()
Specified by:
ignoreDate in interface com.wewebu.ow.server.field.OwFormat

getTextFormat

public Format getTextFormat(int iFieldProviderType_p)
Specified by:
getTextFormat in interface com.wewebu.ow.server.field.OwFormat

canValidate

public boolean canValidate()
Specified by:
canValidate in interface com.wewebu.ow.server.field.OwFormat

validate

public String validate(int iFieldProviderType_p,
                       Object object_p,
                       Locale locale_p)
                throws com.wewebu.ow.server.exceptions.OwInvalidOperationException
Specified by:
validate in interface com.wewebu.ow.server.field.OwFormat
Throws:
com.wewebu.ow.server.exceptions.OwInvalidOperationException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.