|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.settingsimpl.OwSettingsPropertyObject.OwObjectEntry
public static class OwSettingsPropertyObject.OwObjectEntry
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
Field Summary | |
---|---|
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 |
Constructor Summary | |
---|---|
OwSettingsPropertyObject.OwObjectEntry()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String m_strName
protected int m_iType
protected String m_strDmsID
protected String m_strMimetype
Constructor Detail |
---|
public OwSettingsPropertyObject.OwObjectEntry()
Method Detail |
---|
public String getName()
getName
in interface OwObjectReference
public OwObject getInstance() throws Exception
getInstance
in interface OwObjectReference
Exception,
- OwObjectNotFoundException
Exception
public String getResourceID() throws Exception
getResourceID
in interface OwObjectReference
Exception,
- OwObjectNotFoundException
Exception
OwResource
public String getID()
getID
in interface OwObjectReference
public int getType()
getType
in interface OwObjectReference
public String getDMSID() throws Exception
getDMSID
in interface OwObjectReference
Exception
public int getPageCount() throws Exception
getPageCount
in interface OwObjectReference
Exception
public String getMIMEType() throws Exception
getMIMEType
in interface OwObjectReference
Exception
public String getMIMEParameter() throws Exception
getMIMEParameter
in interface OwObjectReference
Exception
public boolean hasContent(int iContext_p) throws Exception
hasContent
in interface OwObjectReference
iContext_p
- OwStatusContextDefinitions
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |