public class SeamComponentInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements SeamComponentInfo
doc, localCoreSession, log
associatedDocuments
PROP_CLASS_NAME, PROP_COMPONENT_NAME, PROP_INTERFACES, PROP_PRECEDENCE, PROP_SCOPE, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
SeamComponentInfoDocAdapter(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SeamComponentInfo o) |
static SeamComponentInfo |
create(SeamComponentInfo sci,
CoreSession session,
String containerPath) |
String |
getArtifactType() |
String |
getClassName() |
String |
getId() |
List<String> |
getInterfaceNames() |
String |
getName() |
String |
getPrecedence() |
String |
getScope() |
String |
getVersion() |
computeDocumentName, getCoreSession, getDoc, getHierarchyPath, getParentNuxeoArtifact, getRootPath, hashCode, releaseLocalCoreSession, safeGet, safeGet, safeGet, setLocalCoreSession
getAssociatedDocuments
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments, getHierarchyPath
protected SeamComponentInfoDocAdapter(DocumentModel doc)
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public String getClassName()
getClassName
in interface SeamComponentInfo
public List<String> getInterfaceNames()
getInterfaceNames
in interface SeamComponentInfo
public String getName()
getName
in interface SeamComponentInfo
public String getPrecedence()
getPrecedence
in interface SeamComponentInfo
public String getScope()
getScope
in interface SeamComponentInfo
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public int compareTo(SeamComponentInfo o)
compareTo
in interface Comparable<SeamComponentInfo>
public static SeamComponentInfo create(SeamComponentInfo sci, CoreSession session, String containerPath)
Copyright © 2018 Nuxeo. All rights reserved.