|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwResource
Base interface for resource objects to identify resources in ECM Adapters that
support multiple resources (Archives, ObjectStore...).
In order to distinguish and select the resources, the OwResource class is used as a placeholder for a
different resources in a ECM Adapter network.
NOTE: OwResource is also used to distinguish other ECM Adapters in a Collection ECM Adapter Network.
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
Nested Class Summary | |
---|---|
static class |
OwResource.OwClassDescriptionPropertyClass
Special property class for ClassDescription property. |
static class |
OwResource.OwObjectNamePropertyClass
Special property class for the object name property. |
static class |
OwResource.OwObjectPathPropertyClass
Special property class for the object path property. |
static class |
OwResource.OwResourcePropertyClass
Special property class for resource property. |
static class |
OwResource.OwSpecialPropertyClass
Class description for special classes, which are added manually. |
static class |
OwResource.OwVersionSeriesPropertyClass
Special property class for VersionSeries ID property. |
Field Summary | |
---|---|
static OwResource.OwClassDescriptionPropertyClass |
m_ClassDescriptionPropertyClass
the one and only instance of the OwStandardPropertyClass for ClassDescription properties, which are added manually |
static OwResource.OwObjectNamePropertyClass |
m_ObjectNamePropertyClass
the one and only instance of the OwStandardPropertyClass property class, which are added manually |
static OwResource.OwObjectPathPropertyClass |
m_ObjectPathPropertyClass
the one and only instance of the OwStandardPropertyClass property class, which are added manually |
static OwResource.OwResourcePropertyClass |
m_ResourcePropertyClass
the one and only instance of the OwStandardPropertyClass for Resource properties, which are added manually |
static OwResource.OwVersionSeriesPropertyClass |
m_VersionSeriesPropertyClass
the one and only instance of the OwStandardPropertyClass for VersionsSeries properties, which are added manually |
Method Summary | |
---|---|
String |
getDescription(Locale locale_p)
gets a description for the resource |
String |
getDisplayName(Locale locale_p)
gets a display name for the resource |
String |
getID()
gets a unique ID for the resource |
Field Detail |
---|
static final OwResource.OwClassDescriptionPropertyClass m_ClassDescriptionPropertyClass
static final OwResource.OwResourcePropertyClass m_ResourcePropertyClass
static final OwResource.OwVersionSeriesPropertyClass m_VersionSeriesPropertyClass
static final OwResource.OwObjectNamePropertyClass m_ObjectNamePropertyClass
static final OwResource.OwObjectPathPropertyClass m_ObjectPathPropertyClass
Method Detail |
---|
String getDisplayName(Locale locale_p)
locale_p
- Locale to use
String getDescription(Locale locale_p)
locale_p
- Locale to use
String getID() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |