|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.importer.view.ElementContext
org.alfresco.jcr.importer.PropertyContext
public class PropertyContext
Maintains state about currently imported Property
Constructor Summary | |
---|---|
PropertyContext(org.alfresco.service.namespace.QName elementName,
NodeContext parentContext,
org.alfresco.service.namespace.QName propertyName,
org.alfresco.service.namespace.QName propertyType)
Construct |
Method Summary | |
---|---|
void |
appendCharacters(char[] ch,
int start,
int length)
Append property value characters |
void |
endValue()
End a property value |
org.alfresco.service.namespace.QName |
getName()
Get property name |
NodeContext |
getNode()
Get node containing property |
org.alfresco.service.namespace.QName |
getType()
Get property type |
java.util.List |
getValues()
Get property values |
boolean |
isMultiValue()
Is property multi-valued? |
boolean |
isNull()
Is null property value |
void |
startValue()
Start a new property value |
Methods inherited from class org.alfresco.repo.importer.view.ElementContext |
---|
getDictionaryService, getElementName, getImporter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyContext(org.alfresco.service.namespace.QName elementName, NodeContext parentContext, org.alfresco.service.namespace.QName propertyName, org.alfresco.service.namespace.QName propertyType)
elementName
- parentContext
- propertyName
- propertyType
- Method Detail |
---|
public NodeContext getNode()
public org.alfresco.service.namespace.QName getName()
public org.alfresco.service.namespace.QName getType()
public boolean isMultiValue()
public boolean isNull()
public java.util.List getValues()
public void startValue()
public void endValue()
public void appendCharacters(char[] ch, int start, int length)
ch
- start
- length
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |