Modifier and Type | Method and Description |
---|---|
OwNetwork<?> |
OwAOContext.getNetwork() |
Constructor and Description |
---|
OwFileAOSupport(OwNetwork<?> network_p,
OwNetworkConfiguration configuration_p,
String defaultLocation_p)
Constructor
|
OwRepositoryAOSupport(OwNetwork<?> network_p,
String path_p,
int[] objectTypes_p,
int versionSelection_p,
String aoClassName_p)
Create an instance with a max size of Integer.MAX_VALUE for object retrieval.
|
OwRepositoryAOSupport(OwNetwork<?> network_p,
String path_p,
int[] objectTypes_p,
int versionSelection_p,
String aoClassName_p,
int maxSize_p)
Create an instance with a max size of Integer.MAX_VALUE,
for object retrieval.
|
Modifier and Type | Method and Description |
---|---|
OwNetwork<?> |
OwMainAppContext.getNetwork()
retrieve the network object
|
OwNetwork |
OwMainRoleManagerContext.getNetwork() |
OwNetwork |
OwConfiguration.getNetwork()
retrieve the network object
|
Modifier and Type | Field and Description |
---|---|
protected OwNetwork |
OwObjectClassTreeView.m_network
credentials of the user
|
Modifier and Type | Method and Description |
---|---|
void |
OwUIGenericAccessRightsModul.init(OwNetwork theNetwork_p) |
Constructor and Description |
---|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p) |
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
int views_p)
Constructor
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
int views_p)
Constructor
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
Map<String,String> privilegeDisplayNames_p,
int views_p)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected OwNetwork |
OwObjectSkeleton.m_Network
Network
|
Modifier and Type | Method and Description |
---|---|
protected OwNetwork<?> |
OwFileObject.getNetwork()
get reference to the network
used internally by the objects
|
Modifier and Type | Method and Description |
---|---|
OwStandardDecoratorSearchNode |
OwStandardCrossMappings.OwCrossDecoratorSearchNode.createCrossDecoratorSearchNode(OwSearchNode searchnode_p,
OwCrossMappings crossMappings_p,
OwNetwork xNetwork_p,
String xResourceID_p)
factory method for decorator search node.
|
void |
OwStandardCrossMappings.doXLogin(OwNetwork xnetwork_p,
OwNetwork parentnetwork_p,
String parentuser_p,
String parentpassword_p)
Login to the X network.
|
void |
OwStandardCrossMappings.doXLogin(OwNetwork xnetwork_p,
OwNetwork parentnetwork_p,
String parentuser_p,
String parentpassword_p)
Login to the X network.
|
void |
OwCrossMappings.doXLogin(OwNetwork xnetwork_p,
OwNetwork parentnetwork_p,
String parentuser_p,
String parentpassword_p)
login to the X network
|
void |
OwCrossMappings.doXLogin(OwNetwork xnetwork_p,
OwNetwork parentnetwork_p,
String parentuser_p,
String parentpassword_p)
login to the X network
|
Map |
OwFileObject.OwFileObjectClass.getChildNames(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
Map |
OwStandardObjectClass.getChildNames(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
Map |
OwObjectClass.getChildNames(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
Map |
OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass.getChildNames(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
List |
OwFileObject.OwFileObjectClass.getChilds(OwNetwork network_p,
boolean fExcludeHidden_p)
get the child classes of this class if we deal with a class tree
|
List |
OwStandardObjectClass.getChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
List |
OwObjectClass.getChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree
|
List |
OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass.getChilds(OwNetwork network_p,
boolean fExcludeHidden_p)
get the child classes of this class if we deal with a class tree
|
OwSearchNode |
OwStandardCrossMappings.getXSearch(OwSearchNode searchNode_p,
String xRepositoryID_p,
OwNetwork xNetwork_p)
map the given search
|
OwSearchNode |
OwCrossMappings.getXSearch(OwSearchNode searchNode_p,
String xRepositoryID_p,
OwNetwork xNetwork_p)
map the given search
|
boolean |
OwFileObject.OwFileObjectClass.hasChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p)
check if children are available
|
boolean |
OwStandardObjectClass.hasChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p)
check if children are available
|
boolean |
OwObjectClass.hasChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p)
check if children are available
|
boolean |
OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass.hasChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p)
check if children are available
|
Constructor and Description |
---|
OwFileObject(OwNetwork<?> network_p,
File file_p)
construct File Object
|
OwFileObject(OwNetwork<?> network_p,
File file_p,
String fileName_p)
FileObject where the file (name and extension) is encrypted for security reasons,
and MIME type and file name can be defined separately.
|
OwFileObject(OwNetwork network_p,
File file_p,
String fileName_p,
String mimeType_p)
FileObject where the file (name and extension) is encrypted for security reasons,
and MIME type and file name can be defined separately.
|
OwObjectSkeleton(OwNetwork network_p,
OwObjectClass objectClass_p)
construct An Empty Object
|
OwObjectSkeleton(OwNetwork network_p,
OwObjectClass objectClass_p,
OwXMLUtil overrideDefaultValuesConfig_p)
construct An Empty Object
|
OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria(OwSearchCriteria searchcriteria_p,
OwCrossMappings crossMappings_p,
OwNetwork xNetwork_p,
String xResourceID_p) |
OwStandardCrossMappings.OwCrossDecoratorSearchNode(OwSearchNode searchnode_p,
OwCrossMappings crossMappings_p,
OwNetwork xNetwork_p,
String xResourceID_p) |
OwStandardSemiVirtualFolderAdapter(OwNetwork network_p)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OwUIAccessRightsModul<N extends OwNetwork>
Base Class for the access rights submodule to be created in the network (ECM) Adapter.
|
class |
OwUILoginModul<N extends OwNetwork>
Base Class for the login sub module to be created in the network (ECM) Adapter.
|
class |
OwUISubModul<N extends OwNetwork>
Base Class for submodules to be created in the network (ECM) Adapter.
|
Constructor and Description |
---|
OwBackwardsCompatibilityAOProvider(OwNetwork adaptor,
OwRoleManager roleManager) |
Modifier and Type | Method and Description |
---|---|
OwNetwork |
OwStandardHistoryManager.getNetwork()
get a reference to the network adapter
|
Modifier and Type | Method and Description |
---|---|
void |
OwHistoryManager.setNetwork(OwNetwork network_p)
set a reference to the network adapter
|
void |
OwStandardHistoryManager.setNetwork(OwNetwork network_p)
set a reference to the network adapter
|
Modifier and Type | Method and Description |
---|---|
OwNetwork |
OwRoleManagerContext.getNetwork()
get the network interface of the current logged in user
|
Constructor and Description |
---|
OwAppCounterBag(OwNetwork network_p)
Constructor
|
OwNetworkAttributeBagCodec(OwNetwork netowrk_p,
String cookieParameterName_p,
long namesExpirationTime_p,
String codecBagsPrefix_p,
String cookieBagsPrefix_p,
String codecBagsUser_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.