public static class OwSettingsPropertyObject.OwObjectEntry extends Object implements OwObjectReference
Class defining a single object reference instance.
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
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_iType
object type
|
protected String |
m_strDmsID
the DMSID of the object
|
protected String |
m_strMimetype
object mimetype
|
protected String |
m_strName
the name that should be displayed for the object
|
OBJECT_TYPE_ALL_CONTAINER_OBJECTS, OBJECT_TYPE_ALL_CONTENT_OBJECTS, OBJECT_TYPE_ALL_TUPLE_OBJECTS, OBJECT_TYPE_ALL_WORKFLOW_OBJECTS, OBJECT_TYPE_BPM_ROOT_FOLDER, OBJECT_TYPE_CONTAINER_USER_START, OBJECT_TYPE_CONTENT_USER_START, OBJECT_TYPE_CROSS_QUEUE_FOLDER, OBJECT_TYPE_CUSTOM, OBJECT_TYPE_DOCUMENT, OBJECT_TYPE_DYNAMIC_VIRTUAL_FOLDER, OBJECT_TYPE_ECM_ROOT_FOLDER, OBJECT_TYPE_FOLDER, OBJECT_TYPE_HISTORY, OBJECT_TYPE_LINK, OBJECT_TYPE_PROXY_QUEUE_FOLDER, OBJECT_TYPE_PUBLIC_QUEUE_FOLDER, OBJECT_TYPE_ROSTER_FOLDER, OBJECT_TYPE_ROSTERITEM, OBJECT_TYPE_STORED_SEARCH, OBJECT_TYPE_SYS_QUEUE_FOLDER, OBJECT_TYPE_TRACKER_QUEUE_FOLDER, OBJECT_TYPE_TUPLE_USER_START, OBJECT_TYPE_UNDEFINED, OBJECT_TYPE_USER_QUEUE_FOLDER, OBJECT_TYPE_VIRTUAL_FOLDER, OBJECT_TYPE_WORKFLOW_USER_START, OBJECT_TYPE_WORKITEM, OBJECT_TYPE_WORKITEM_PROXY, OBJECT_TYPE_WORKITEM_TRACKER| Constructor and Description |
|---|
OwSettingsPropertyObject.OwObjectEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDMSID()
get the ECM specific ID of the Object.
|
String |
getID()
get Object symbolic name of the object which is unique among its siblings
used for path construction
|
OwObject |
getInstance()
get a instance from this reference
|
String |
getMIMEParameter()
get the additional MIME Parameter of the Object
|
String |
getMIMEType()
get the MIME Type of the Object
|
String |
getName()
get Object name property string
|
int |
getPageCount()
retrieve the number of pages in the objects
|
String |
getResourceID()
get the ID / name identifying the resource the object belongs to
|
int |
getType()
get Object type
|
boolean |
hasContent(int iContext_p)
check if the object contains a content, which can be retrieved using getContentCollection
|
protected String m_strName
protected int m_iType
protected String m_strDmsID
protected String m_strMimetype
public OwSettingsPropertyObject.OwObjectEntry()
public String getName()
getName in interface OwObjectReferencepublic OwObject getInstance() throws Exception
getInstance in interface OwObjectReferenceException, - OwObjectNotFoundExceptionExceptionpublic String getResourceID() throws Exception
getResourceID in interface OwObjectReferenceException, - OwObjectNotFoundExceptionExceptionOwResourcepublic String getID()
getID in interface OwObjectReferencepublic int getType()
getType in interface OwObjectReferencepublic String getDMSID() throws Exception
getDMSID in interface OwObjectReferenceExceptionpublic int getPageCount()
throws Exception
getPageCount in interface OwObjectReferenceExceptionpublic String getMIMEType() throws Exception
getMIMEType in interface OwObjectReferenceExceptionpublic String getMIMEParameter() throws Exception
getMIMEParameter in interface OwObjectReferenceExceptionpublic boolean hasContent(int iContext_p)
throws Exception
hasContent in interface OwObjectReferenceiContext_p - OwStatusContextDefinitionsExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.