|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.attributes.AbstractAttribute
org.alfresco.repo.attributes.AttributeValue
public abstract class AttributeValue
Value based non-persistent implementation of Attribute.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.attributes.Attribute |
---|
Attribute.Type |
Constructor Summary | |
---|---|
AttributeValue()
|
|
AttributeValue(DbAccessControlList acl)
Helper for copy constructors. |
Method Summary | |
---|---|
DbAccessControlList |
getAcl()
Get the (possibly null ACL) on this Attribute. |
void |
setAcl(DbAccessControlList acl)
Set the ACL on this Attribute. |
Methods inherited from class org.alfresco.repo.attributes.AbstractAttribute |
---|
add, add, clear, entrySet, get, get, getAttributeImpl, getAttributeValue, getBlobValue, getBooleanValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getSerializableValue, getShortValue, getStringValue, iterator, keySet, put, remove, remove, set, setBlobValue, setBooleanValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setSerializableValue, setShortValue, setStringValue, size, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.attributes.Attribute |
---|
add, add, clear, entrySet, get, get, getAttributeImpl, getAttributeValue, getBlobValue, getBooleanValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getRawValue, getSerializableValue, getShortValue, getStringValue, getType, iterator, keySet, put, remove, remove, set, setBlobValue, setBooleanValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setSerializableValue, setShortValue, setStringValue, size, values |
Constructor Detail |
---|
public AttributeValue()
public AttributeValue(DbAccessControlList acl)
Method Detail |
---|
public DbAccessControlList getAcl()
Attribute
getAcl
in interface Attribute
public void setAcl(DbAccessControlList acl)
Attribute
setAcl
in interface Attribute
acl
- The ACL.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |