java.lang.Object | |
↳ | com.atlassian.jira.scheme.DefaultSchemeFactory |
The implementation of the SchemeFactory
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ISSUE_SECURITY_SCHEME | ||||||||||
String | NOTIFICATION_SCHEME | ||||||||||
String | PERMISSION_SCHEME | ||||||||||
String | WORKFLOW_SCHEME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This will take a GenericValue that represents a
Scheme
and a Collection of GenericValue's representing a SchemeEntity
and return the actual Scheme object and it's associated entities as objects. | |||||||||||
Will take a GenericValue that represents a
Scheme
and return the actual Scheme object and it's associated entities. | |||||||||||
Will take a GenericValue that represents a
Scheme
and return the actual Scheme object and it's associated entities, NOTE: the
entities returned from this method will not have the id field populated
this allows you to test the equality of entities ignoring the fact that
they are actually representing different records in the persistent store. | |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.scheme.SchemeFactory
|
This will take a GenericValue that represents a Scheme
and a Collection
of GenericValue's representing a SchemeEntity
and return the actual Scheme object and it's associated entities as objects.
Will take a GenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities.
DataAccessException |
---|
Will take a GenericValue that represents a Scheme
and return the actual Scheme object and it's associated entities, NOTE: the
entities returned from this method will not have the id field populated
this allows you to test the equality of entities ignoring the fact that
they are actually representing different records in the persistent store.