|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.collab.CollabProperties
com.primavera.integration.collab.ItemProperties
com.primavera.integration.collab.DocumentProperties
public class DocumentProperties
Collaboration properties for documents.
The property keys used in this class are:
CollabProperties.PROPKEY_ID_DOCUMENT
CollabProperties.PROPKEY_TITLE
CollabProperties.PROPKEY_DESCRIPTION
CollabProperties.PROPKEY_ID_FOLDER
CollabProperties.PROPKEY_DATE_CREATED
CollabProperties.PROPKEY_OBJECTID_MODIFIED_BY
CollabProperties.PROPKEY_DATE_MODIFIED
CollabProperties.PROPKEY_OBJECTID_DOCUMENT
CollabProperties.PROPKEY_OBJECTID_PROJECT
CollabProperties.PROPKEY_IS_CHECKED_OUT
CollabProperties.PROPKEY_VERSION_NUMBER
CollabProperties.PROPKEY_SECURITY_POLICY
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Constructor Summary | |
---|---|
DocumentProperties()
Default class constructor. |
|
DocumentProperties(Map prop)
Class constructor allowing the internal map to be set. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compares the specified object with this property map for equality. |
DocumentId |
getId()
Returns the DocumentId of the document described by these properties. |
DocumentManagementSecurityPolicy |
getSecurityPolicy()
Returns the DocumentManagementSecurityPolicy assigned to the document. |
int |
hashCode()
Returns the hash code value for this properties map. |
Set<String> |
validKeySet()
Returns an unmodifiable set of all possible valid keys for this properties class. |
Methods inherited from class com.primavera.integration.collab.CollabProperties |
---|
clear, containsKey, containsValue, entrySet, get, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsInteger, getPropertyAsLong, getPropertyAsObjectId, getPropertyAsString, getPropertyType, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentProperties()
public DocumentProperties(Map prop)
prop
- map of all set propertiesMethod Detail |
---|
public boolean equals(Object o)
equals
in interface Map
equals
in class ItemProperties
o
- object to be compared for equality with this map
public int hashCode()
hashCode
in interface Map
hashCode
in class ItemProperties
public Set<String> validKeySet()
validKeySet
in class CollabProperties
public DocumentId getId()
public DocumentManagementSecurityPolicy getSecurityPolicy()
|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |