Namespace: OpenEdge.DataAdmin.Binding.Factory
Type: Interface IContextScope
Parent Classes:
Inherits: Progress.Lang.Object


/* Copyright (c) 2011 by progress Software Corporation.
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
File:IContextFactory
Author(s):hdaniels
Created:Tue Sep 13 17:51:00 EDT 2011



Method Summary
  Options Name Purpose
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetContext (character)
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetContextBySerializeName (character)
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContext (character) /* allow implementers to allow joins for many to many for new objects to use other context (service context) for the other end of the relation Defining it here releaves the caller from checking if context is local or not as this can be called transparently */
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContextBySerializeName (character) /* allow implementers to allow joins for many to many for new objects to use other context (service context) for the other end of the relation Defining it here releaves the caller from checking if context is local or not as this can be called transparently */

Property Summary
  Options Name Purpose
  LOGICAL IsLocal
  OpenEdge.DataAdmin.IDataAdminService Service
  OpenEdge.DataAdmin.Binding.ServiceAdapter ServiceAdapter


Method Detail
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetContext (character)

Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetContextBySerializeName (character)

Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContext (character)

/* allow implementers to allow joins for many to many for new objects
to use other context (service context) for the other end of the relation
Defining it here releaves the caller from checking if context is local or not
as this can be called transparently
Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContextBySerializeName (character)

/* allow implementers to allow joins for many to many for new objects
to use other context (service context) for the other end of the relation
Defining it here releaves the caller from checking if context is local or not
as this can be called transparently
Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 


Property Detail
Top

LOGICAL IsLocal

Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IDataAdminService Service

Returns OpenEdge.DataAdmin.IDataAdminService
 
Top

OpenEdge.DataAdmin.Binding.ServiceAdapter ServiceAdapter

Returns OpenEdge.DataAdmin.Binding.ServiceAdapter