Uses of Interface
org.opencrx.kernel.base.cci2.Property

Packages that use Property
org.opencrx.kernel.admin1.jdo2   
org.opencrx.kernel.admin1.jmi1   
org.opencrx.kernel.base.cci2   
org.opencrx.kernel.base.jdo2   
org.opencrx.kernel.base.jmi1   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.depot1.jdo2   
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.generic.jdo2   
org.opencrx.kernel.generic.jmi1   
org.opencrx.kernel.home1.jdo2   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.product1.jdo2   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.workflow1.jdo2   
org.opencrx.kernel.workflow1.jmi1   
 

Uses of Property in org.opencrx.kernel.admin1.jdo2
 

Methods in org.opencrx.kernel.admin1.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
ComponentConfiguration.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.admin1.jmi1
 

Methods in org.opencrx.kernel.admin1.jmi1 with type parameters of type Property
<T extends Property>
List<T>
ComponentConfiguration.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.base.cci2
 

Subinterfaces of Property in org.opencrx.kernel.base.cci2
 interface BooleanProperty
          Class BooleanProperty
 interface DateProperty
          Class DateProperty
 interface DateTimeProperty
          Class DateTimeProperty
 interface DecimalProperty
          Class DecimalProperty
 interface IntegerProperty
          Class IntegerProperty
 interface ReferenceProperty
          Class ReferenceProperty
 interface StringProperty
          Class StringProperty
 interface UriProperty
          Class UriProperty
 

Methods in org.opencrx.kernel.base.cci2 with type parameters of type Property
<T extends Property>
Collection<T>
PropertySet.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.base.jdo2
 

Classes in org.opencrx.kernel.base.jdo2 that implement Property
 class BooleanProperty
          Class BooleanProperty
 class DateProperty
          Class DateProperty
 class DateTimeProperty
          Class DateTimeProperty
 class DecimalProperty
          Class DecimalProperty
 class IntegerProperty
          Class IntegerProperty
 class Property
          Abstract class Property
 class ReferenceProperty
          Class ReferenceProperty
 class StringProperty
          Class StringProperty
 class UriProperty
          Class UriProperty
 

Uses of Property in org.opencrx.kernel.base.jmi1
 

Subinterfaces of Property in org.opencrx.kernel.base.jmi1
 interface Property
          Abstract class Property
 

Methods in org.opencrx.kernel.base.jmi1 with type parameters of type Property
<T extends Property>
List<T>
PropertySet.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.contract1.cci2
 

Methods in org.opencrx.kernel.contract1.cci2 with parameters of type Property
 void ConfigurationModification.setInvolvedPty(Property involvedPty)
          Sets a new value for the reference involvedPty.
 

Uses of Property in org.opencrx.kernel.contract1.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 with parameters of type Property
 void ConfigurationModification.setInvolvedPty(Property involvedPty)
          Sets a new value for the reference involvedPty.
 

Uses of Property in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Property
 void ConfigurationModification.setInvolvedPty(Property involvedPty)
          Sets a new value for the reference involvedPty.
 

Uses of Property in org.opencrx.kernel.depot1.jdo2
 

Methods in org.opencrx.kernel.depot1.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
Depot.getProperty()
          Retrieves a set containing all the elements for the reference property.
<T extends Property>
Collection<T>
CompoundBooking.getProperty()
          Retrieves a set containing all the elements for the reference property.
<T extends Property>
Collection<T>
Booking.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.depot1.jmi1
 

Methods in org.opencrx.kernel.depot1.jmi1 with type parameters of type Property
<T extends Property>
List<T>
Depot.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
DebitBooking.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
CreditBooking.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
CompoundBooking.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
Booking.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.generic.jdo2
 

Methods in org.opencrx.kernel.generic.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
PropertySet.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 with type parameters of type Property
<T extends Property>
List<T>
PropertySet.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.home1.jdo2
 

Methods in org.opencrx.kernel.home1.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
WfProcessInstance.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.home1.jmi1
 

Methods in org.opencrx.kernel.home1.jmi1 with type parameters of type Property
<T extends Property>
List<T>
WfProcessInstance.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.product1.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
ProductConfigurationType.getProperty()
          Retrieves a set containing all the elements for the reference property.
<T extends Property>
Collection<T>
ProductConfiguration.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 with type parameters of type Property
<T extends Property>
List<T>
ProductConfigurationType.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
ProductConfiguration.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
AbstractProductConfiguration.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 

Uses of Property in org.opencrx.kernel.workflow1.jdo2
 

Methods in org.opencrx.kernel.workflow1.jdo2 with type parameters of type Property
<T extends Property>
Collection<T>
AbstractTask.getProperty()
          Retrieves a set containing all the elements for the reference property.
 

Uses of Property in org.opencrx.kernel.workflow1.jmi1
 

Methods in org.opencrx.kernel.workflow1.jmi1 with type parameters of type Property
<T extends Property>
List<T>
WfProcess.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
ExternalTask.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends Property>
List<T>
AbstractTask.getProperty(PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.