|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.CMISTypeId
public class CMISTypeId
CMIS Type Id
Constructor Summary | |
---|---|
CMISTypeId(CMISScope scope,
org.alfresco.service.namespace.QName typeQName,
java.lang.String typeId,
org.alfresco.service.namespace.QName internalQName)
Construct |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
CMISTypeId |
getBaseTypeId()
Get the base type id |
java.lang.String |
getId()
Get the CMIS type id string |
java.lang.String |
getLocalName()
Get the CMIS local name |
java.lang.String |
getLocalNamespace()
Get the CMIS local namespace |
org.alfresco.service.namespace.QName |
getQName()
Get the Alfresco model QName associated with the type |
CMISScope |
getScope()
Get the scope for the type (Doc, Folder, Relationship or unknown) |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CMISTypeId(CMISScope scope, org.alfresco.service.namespace.QName typeQName, java.lang.String typeId, org.alfresco.service.namespace.QName internalQName)
scope
- type scopetypeQName
- name of the CMIS typetypeId
- id of the CMIS typeinternalQName
- alfresco class definition representing the typeMethod Detail |
---|
public java.lang.String getId()
public java.lang.String getLocalName()
public java.lang.String getLocalNamespace()
public CMISScope getScope()
public org.alfresco.service.namespace.QName getQName()
public CMISTypeId getBaseTypeId()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |