|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISPropertyDefinition<L>
OwCMISPropertyDefinition. Interface for handling the native property definition instances.
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
Method Summary | |
---|---|
OwCMISNativePropertyBinding<L> |
createBoundProperty(org.oasis_open.docs.ns.cmis.core._200908.CmisProperty cmisProperty_p)
Factory interface to create a binding out from given CmisProperty |
List<OwCMISChoiceBinding<L>> |
getChoice()
Return a list of OwCMISChoiceBinding, if defining a choice list. |
L |
getMaxValue()
Return a maximum value if exist, else null should be returned. |
L |
getMinValue()
Return a minimum value if exist, else null should be returned. |
org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType |
getNativeDefinition()
Return the native type definition object. |
Method Detail |
---|
org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType getNativeDefinition()
List<OwCMISChoiceBinding<L>> getChoice()
OwCMISChoiceBinding
OwCMISNativePropertyBinding<L> createBoundProperty(org.oasis_open.docs.ns.cmis.core._200908.CmisProperty cmisProperty_p) throws com.wewebu.ow.server.exceptions.OwInvalidOperationException
cmisProperty_p
- CmisProperty, non-null
com.wewebu.ow.server.exceptions.OwInvalidOperationException
- if the native binding could not be createdOwCMISNativePropertyBinding
L getMaxValue()
For type String this method will return null every time
L getMinValue()
For type String this method will return null every time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |