|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ecm.OwStandardUnresolvedReference
public class OwStandardUnresolvedReference
Base interface for unresolved ECM Objects. Used to determine access errors.
To be implemented with the specific ECM system.
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 |
|---|
| Constructor Summary | |
|---|---|
OwStandardUnresolvedReference(Exception cause_p,
String reason_p,
String dmsid_p,
String mimetype_p,
String name_p,
int type_p)
construct a unresolved reference object |
|
| 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 |
Exception |
getUnresolvedCause()
get the causing exception |
String |
getUnresolvedReason()
get the reason for being unresolved |
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 |
| Constructor Detail |
|---|
public OwStandardUnresolvedReference(Exception cause_p,
String reason_p,
String dmsid_p,
String mimetype_p,
String name_p,
int type_p)
cause_p - reason_p - dmsid_p - mimetype_p - name_p - type_p - | Method Detail |
|---|
public Exception getUnresolvedCause()
OwUnresolvedReference
getUnresolvedCause in interface OwUnresolvedReferencepublic String getUnresolvedReason()
OwUnresolvedReference
getUnresolvedReason in interface OwUnresolvedReference
public String getDMSID()
throws Exception
OwObjectReference
getDMSID in interface OwObjectReferenceExceptionpublic String getID()
OwObjectReference
getID in interface OwObjectReference
public String getMIMEParameter()
throws Exception
OwObjectReference
getMIMEParameter in interface OwObjectReferenceException
public String getMIMEType()
throws Exception
OwObjectReference
getMIMEType in interface OwObjectReferenceExceptionpublic String getName()
OwObjectReference
getName in interface OwObjectReference
public int getPageCount()
throws Exception
OwObjectReference
getPageCount in interface OwObjectReferenceExceptionpublic int getType()
OwObjectReference
getType in interface OwObjectReference
public OwObject getInstance()
throws Exception
getInstance in interface OwObjectReferenceException, - OwObjectNotFoundException
Exception
public String getResourceID()
throws Exception
getResourceID in interface OwObjectReferenceException, - OwObjectNotFoundException
ExceptionOwResource
public boolean hasContent(int iContext_p)
throws Exception
OwObjectReference
hasContent in interface OwObjectReferenceiContext_p - OwStatusContextDefinitions
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||