Serialized Form


Package edu.sampleu.travel.bo

Class edu.sampleu.travel.bo.FiscalOfficer extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -4645124696676896963L

Serialized Fields

id

Long id

userName

String userName

firstName

String firstName

accounts

List<E> accounts

Class edu.sampleu.travel.bo.TravelAccount extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -7739303391609093875L

Serialized Fields

number

String number

name

String name

foId

Long foId

fiscalOfficer

FiscalOfficer fiscalOfficer

Class edu.sampleu.travel.bo.TravelAccountExtension extends PersistableBusinessObjectExtensionBase implements Serializable

Serialized Fields

number

String number

accountTypeCode

String accountTypeCode

accountType

TravelAccountType accountType

Class edu.sampleu.travel.bo.TravelAccountType extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

accountTypeCode

String accountTypeCode

name

String name

Class edu.sampleu.travel.bo.TravelAccountUseRate extends InactivatableFromToImpl implements Serializable

Serialized Fields

id

String id

number

String number

rate

KualiPercent rate

Package edu.sampleu.travel.document

Class edu.sampleu.travel.document.TravelDocument2 extends TransactionalDocumentBase implements Serializable

Serialized Fields

traveler

String traveler

origin

String origin

destination

String destination

requestType

String requestType

accountType

String accountType

travelAccounts

List<E> travelAccounts

Package edu.sampleu.travel.web.form

Class edu.sampleu.travel.web.form.TravelDocumentForm2 extends KualiTransactionalDocumentFormBase implements Serializable

Serialized Fields

travelAccount

TravelAccount travelAccount

Package edu.sampleu.travel.workflow

Class edu.sampleu.travel.workflow.AccountAttribute extends AbstractRoleAttribute implements Serializable

Class edu.sampleu.travel.workflow.CustomActionListAttributeImpl extends Object implements Serializable

serialVersionUID: 6129615406164385616L

Class edu.sampleu.travel.workflow.DestinationRuleAttribute extends GenericWorkflowAttribute implements Serializable

Serialized Fields

rows

List<E> rows

destination

String destination

Class edu.sampleu.travel.workflow.EmployeeAttribute extends GenericRoleAttribute implements Serializable

Serialized Fields

traveler

String traveler
Traveler to be set by client application so that doc content can be generated appropriately


Package org.apache.ojb.broker.platforms

Class org.apache.ojb.broker.platforms.PlatformException extends org.apache.ojb.broker.OJBException implements Serializable


Package org.kuali.rice.core.config

Class org.kuali.rice.core.config.ConfigurationException extends RiceRuntimeException implements Serializable

serialVersionUID: -978361107188543828L


Package org.kuali.rice.core.database

Class org.kuali.rice.core.database.KualiTransactionInterceptor extends org.springframework.transaction.interceptor.TransactionInterceptor implements Serializable

Class org.kuali.rice.core.database.RiceXADataSource extends Object implements Serializable

Class org.kuali.rice.core.database.XAPoolDataSource extends Object implements Serializable


Package org.kuali.rice.core.exception

Class org.kuali.rice.core.exception.InvalidXmlException extends RiceException implements Serializable

serialVersionUID: 2155290439712478294L

Class org.kuali.rice.core.exception.RiceException extends Exception implements Serializable

serialVersionUID: 4377433160795253501L

Class org.kuali.rice.core.exception.RiceRemoteServiceConnectionException extends RiceRuntimeException implements Serializable

Class org.kuali.rice.core.exception.RiceRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 2012770642382150523L


Package org.kuali.rice.core.jaxb

Class org.kuali.rice.core.jaxb.StringMapEntryList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

entries

List<E> entries

Package org.kuali.rice.core.jpa.metadata

Class org.kuali.rice.core.jpa.metadata.EntityDescriptor extends Object implements Serializable

serialVersionUID: -4209120979389982233L

Serialized Fields

name

String name

table

String table

clazz

Class<T> clazz

idClass

Class<T> idClass

sequence

Sequence sequence

fieldsByName

Map<K,V> fieldsByName

fieldsByColumnName

Map<K,V> fieldsByColumnName

fields

Set<E> fields

nonKeyFields

Set<E> nonKeyFields

primaryKeys

Set<E> primaryKeys

oneToOneRelationships

Set<E> oneToOneRelationships

oneToManyRelationships

Set<E> oneToManyRelationships

manyToOneRelationships

Set<E> manyToOneRelationships

manyToManyRelationships

Set<E> manyToManyRelationships

objectRelationships

List<E> objectRelationships

collectionRelationships

List<E> collectionRelationships

Class org.kuali.rice.core.jpa.metadata.FieldDescriptor extends Object implements Serializable

serialVersionUID: -4231007918447422886L

Serialized Fields

name

String name

clazz

Class<T> clazz

column

String column

length

int length

scale

int scale

precision

int precision

id

boolean id

lob

boolean lob

temporal

boolean temporal

version

boolean version

unique

boolean unique

nullable

boolean nullable

insertable

boolean insertable

updateable

boolean updateable

temporalType

javax.persistence.TemporalType temporalType

Class org.kuali.rice.core.jpa.metadata.JoinColumnDescriptor extends Object implements Serializable

serialVersionUID: -9127161936848994757L

Serialized Fields

name

String name

unique

boolean unique

nullable

boolean nullable

insertable

boolean insertable

updateable

boolean updateable

Class org.kuali.rice.core.jpa.metadata.ManyToManyDescriptor extends CollectionDescriptor implements Serializable

serialVersionUID: 1170389265194138638L

Serialized Fields

joinTableName

String joinTableName

joinColumnDescriptors

List<E> joinColumnDescriptors

inverseJoinColumnDescriptors

List<E> inverseJoinColumnDescriptors

Class org.kuali.rice.core.jpa.metadata.ManyToOneDescriptor extends ObjectDescriptor implements Serializable

serialVersionUID: -1277621663465909764L

Class org.kuali.rice.core.jpa.metadata.ObjectDescriptor extends Object implements Serializable

serialVersionUID: -6414242817173646832L

Serialized Fields

attributeName

String attributeName

targetEntity

Class<T> targetEntity

cascade

javax.persistence.CascadeType[] cascade

fetch

javax.persistence.FetchType fetch

optional

boolean optional

joinColumnDescriptors

List<E> joinColumnDescriptors

fkFields

List<E> fkFields

insertable

boolean insertable

updateable

boolean updateable

Class org.kuali.rice.core.jpa.metadata.OneToManyDescriptor extends CollectionDescriptor implements Serializable

serialVersionUID: -7145401132818575015L

Class org.kuali.rice.core.jpa.metadata.OneToOneDescriptor extends ObjectDescriptor implements Serializable

serialVersionUID: 5005807906661228700L

Serialized Fields

mappedBy

String mappedBy

Package org.kuali.rice.core.ojb

Class org.kuali.rice.core.ojb.ContextClassLoaderCollectionProxy extends org.apache.ojb.broker.core.proxy.CollectionProxyDefaultImpl implements Serializable

serialVersionUID: 6425238292133556808L

Class org.kuali.rice.core.ojb.ContextClassLoaderListProxy extends org.apache.ojb.broker.core.proxy.ListProxyDefaultImpl implements Serializable

serialVersionUID: -6734848267763746202L

Class org.kuali.rice.core.ojb.ContextClassLoaderSetProxy extends org.apache.ojb.broker.core.proxy.SetProxyDefaultImpl implements Serializable

serialVersionUID: -2274968495694456744L

Serialized Fields

contextClassLoader

ClassLoader contextClassLoader

Class org.kuali.rice.core.ojb.CustomCollectionJoinQueryCustomizer extends Object implements Serializable

Serialized Fields

attributeMap

Map<K,V> attributeMap

Class org.kuali.rice.core.ojb.SuffixableQueryByCriteria extends org.apache.ojb.broker.query.QueryByCriteria implements Serializable

Serialized Fields

suffix

String suffix

Package org.kuali.rice.core.reflect

Class org.kuali.rice.core.reflect.DataDefinition extends Object implements Serializable

serialVersionUID: 2171793503482942282L

Serialized Fields

value

Object value

type

Class<T> type

Class org.kuali.rice.core.reflect.ObjectDefinition extends Object implements Serializable

serialVersionUID: 835423601196288352L

Serialized Fields

className

String className

serviceNamespace

String serviceNamespace

atRemotingLayer

boolean atRemotingLayer

constructorParameters

List<E> constructorParameters

properties

Map<K,V> properties

Class org.kuali.rice.core.reflect.PropertyDefinition extends Object implements Serializable

serialVersionUID: 8066047686689684888L

Serialized Fields

name

String name

data

DataDefinition data

Package org.kuali.rice.core.resourceloader

Class org.kuali.rice.core.resourceloader.ResourceLoaderException extends RiceRuntimeException implements Serializable

serialVersionUID: -9089140992612301469L


Package org.kuali.rice.core.util

Class org.kuali.rice.core.util.ImmutableProperties extends Properties implements Serializable

Class org.kuali.rice.core.util.JSTLConstants extends HashMap implements Serializable

serialVersionUID: 6701136401021219281L

Serialized Fields

initialised

boolean initialised

Class org.kuali.rice.core.util.KeyLabelPair extends Object implements Serializable

serialVersionUID: 7997396592230527472L

Serialized Fields

key

Object key

label

String label

numPaddedSpaces

int numPaddedSpaces

Class org.kuali.rice.core.util.KeyValue extends Object implements Serializable

Serialized Fields

key

String key

value

String value

Class org.kuali.rice.core.util.MaxSizeMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

maxSize

int maxSize

Class org.kuali.rice.core.util.OjbCharBooleanFieldConversionBase extends Object implements Serializable

Class org.kuali.rice.core.util.OjbCharBooleanFieldTFConversion extends OjbCharBooleanFieldConversionBase implements Serializable

Class org.kuali.rice.core.util.RiceConstants extends JSTLConstants implements Serializable

serialVersionUID: 3625085403351858951L


Package org.kuali.rice.core.web

Class org.kuali.rice.core.web.RequestForwardingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

forwardTable

LinkedHashMap<K,V> forwardTable

Package org.kuali.rice.core.web.struts

Class org.kuali.rice.core.web.struts.RiceActionServlet extends org.apache.struts.action.ActionServlet implements Serializable


Package org.kuali.rice.core.xml.dto

Class org.kuali.rice.core.xml.dto.DataXmlDto extends Object implements Serializable

Serialized Fields

groups

List<E> groups

Package org.kuali.rice.kcb.dto

Class org.kuali.rice.kcb.dto.MessageDTO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

deliveryType

String deliveryType

title

String title

channel

String channel

producer

String producer

content

String content

contentType

String contentType

recipient

String recipient

url

String url

originId

String originId

Package org.kuali.rice.kcb.exception

Class org.kuali.rice.kcb.exception.ErrorList extends Exception implements Serializable

serialVersionUID: -8045847343472018601L

Serialized Fields

errorList

List<E> errorList

Class org.kuali.rice.kcb.exception.KCBCheckedException extends Exception implements Serializable

Class org.kuali.rice.kcb.exception.MessageDeliveryException extends MessageDeliveryProcessingException implements Serializable

Class org.kuali.rice.kcb.exception.MessageDeliveryProcessingException extends KCBCheckedException implements Serializable

Class org.kuali.rice.kcb.exception.MessageDismissalException extends MessageDeliveryProcessingException implements Serializable


Package org.kuali.rice.ken.document.kew

Class org.kuali.rice.ken.document.kew.NotificationWorkflowDocument extends WorkflowDocument implements Serializable

serialVersionUID: 6125662798733898964L


Package org.kuali.rice.ken.exception

Class org.kuali.rice.ken.exception.ErrorList extends Exception implements Serializable

serialVersionUID: -8045847343472018601L

Serialized Fields

errorList

List<E> errorList

Class org.kuali.rice.ken.exception.InvalidXMLException extends Exception implements Serializable

Class org.kuali.rice.ken.exception.NotificationAutoRemoveException extends Exception implements Serializable

Class org.kuali.rice.ken.exception.NotificationMessageDelivererNotFoundException extends Exception implements Serializable

Class org.kuali.rice.ken.exception.NotificationMessageDeliveryException extends Exception implements Serializable

Class org.kuali.rice.ken.exception.NotificationMessageDismissalException extends Exception implements Serializable


Package org.kuali.rice.ken.kew

Class org.kuali.rice.ken.kew.ChannelReviewerRoleAttribute extends GenericRoleAttribute implements Serializable

Class org.kuali.rice.ken.kew.NotificationCustomActionListAttribute extends Object implements Serializable


Package org.kuali.rice.ken.util

Class org.kuali.rice.ken.util.OjbCharBooleanConversion extends Object implements Serializable


Package org.kuali.rice.kew.actionitem

Class org.kuali.rice.kew.actionitem.ActionItem extends Object implements Serializable

serialVersionUID: -1079562205125660151L

Serialized Fields

actionItemId

Long actionItemId

principalId

String principalId

dateAssigned

Timestamp dateAssigned

actionRequestCd

String actionRequestCd

actionRequestId

Long actionRequestId

routeHeaderId

Long routeHeaderId

groupId

String groupId

docTitle

String docTitle

docLabel

String docLabel

docHandlerURL

String docHandlerURL

lockVerNbr

Integer lockVerNbr

docName

String docName

responsibilityId

Long responsibilityId

roleName

String roleName

delegatorWorkflowId

String delegatorWorkflowId

delegatorGroupId

String delegatorGroupId

delegationType

String delegationType

requestLabel

String requestLabel

lastApprovedDate

Timestamp lastApprovedDate

actionItemIndex

Integer actionItemIndex

customActions

Map<K,V> customActions

dateAssignedString

String dateAssignedString

actionToTake

String actionToTake

rowStyleClass

String rowStyleClass

Class org.kuali.rice.kew.actionitem.ActionItemActionListExtension extends ActionItem implements Serializable

serialVersionUID: -8801104028828059623L

Serialized Fields

delegatorPerson

Person delegatorPerson

delegatorName

String delegatorName

displayParameters

DisplayParameters displayParameters

isInitialized

boolean isInitialized

delegatorGroup

Group delegatorGroup

group

Group group

Class org.kuali.rice.kew.actionitem.OutboxItemActionListExtension extends ActionItemActionListExtension implements Serializable

serialVersionUID: 5776214610837858304L


Package org.kuali.rice.kew.actionlist

Class org.kuali.rice.kew.actionlist.ActionListCountServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 260649920715567145L

Class org.kuali.rice.kew.actionlist.ActionListFilter extends Object implements Serializable

serialVersionUID: -365729646389290478L

Serialized Fields

filterLegend

String filterLegend

documentTitle

String documentTitle

excludeDocumentTitle

boolean excludeDocumentTitle

docRouteStatus

String docRouteStatus

excludeRouteStatus

boolean excludeRouteStatus

actionRequestCd

String actionRequestCd

excludeActionRequestCd

boolean excludeActionRequestCd

groupId

String groupId

groupIdString

String groupIdString

groupName

String groupName

excludeGroupId

boolean excludeGroupId

documentType

String documentType

excludeDocumentType

boolean excludeDocumentType

createDateFrom

Date createDateFrom

createDateTo

Date createDateTo

excludeCreateDate

boolean excludeCreateDate

lastAssignedDateFrom

Date lastAssignedDateFrom

lastAssignedDateTo

Date lastAssignedDateTo

excludeLastAssignedDate

boolean excludeLastAssignedDate

delegatorId

String delegatorId

primaryDelegateId

String primaryDelegateId

excludeDelegatorId

boolean excludeDelegatorId

delegationType

String delegationType

excludeDelegationType

boolean excludeDelegationType

filterOn

boolean filterOn

Class org.kuali.rice.kew.actionlist.DefaultCustomActionListAttribute extends Object implements Serializable

serialVersionUID: 6776164670024486696L

Class org.kuali.rice.kew.actionlist.DisplayParameters extends Object implements Serializable

serialVersionUID: 8859107918934290768L

Serialized Fields

frameHeight

Integer frameHeight

Package org.kuali.rice.kew.actionlist.web

Class org.kuali.rice.kew.actionlist.web.ActionListFilterForm extends KualiForm implements Serializable

serialVersionUID: -1149636352016711445L

Serialized Fields

filter

ActionListFilter filter

createDateFrom

String createDateFrom

createDateTo

String createDateTo

lastAssignedDateTo

String lastAssignedDateTo

lastAssignedDateFrom

String lastAssignedDateFrom

methodToCall

String methodToCall

lookupableImplServiceName

String lookupableImplServiceName

lookupType

String lookupType

docTypeFullName

String docTypeFullName

userWorkgroups

List<E> userWorkgroups

cssFile

String cssFile

test

String test

Class org.kuali.rice.kew.actionlist.web.ActionListForm extends KualiForm implements Serializable

serialVersionUID: -6246391732337228007L

Serialized Fields

delegator

String delegator

methodToCall

String methodToCall

helpDeskActionListUserName

String helpDeskActionListUserName

docType

String docType

filterLegend

String filterLegend

actionListType

String actionListType

customActionList

Boolean customActionList

defaultActionToTake

String defaultActionToTake

actionsToTake

List<E> actionsToTake

defaultActions

Map<K,V> defaultActions

delegationId

String delegationId

delegators

List<E> delegators

hasCustomActions

Boolean hasCustomActions

routeLogPopup

Boolean routeLogPopup

documentPopup

Boolean documentPopup

primaryDelegates

List<E> primaryDelegates

primaryDelegateId

String primaryDelegateId

hasDisplayParameters

Boolean hasDisplayParameters

currentPage

Integer currentPage

currentSort

String currentSort

currentDir

String currentDir

page

Integer page

sort

String sort

dir

String dir

count

int count

cssFile

String cssFile

logoAlign

String logoAlign

viewOutbox

String viewOutbox

outboxItems

String[] outboxItems

outBoxEmpty

boolean outBoxEmpty

showOutbox

Boolean showOutbox

headerButtons

List<E> headerButtons

Package org.kuali.rice.kew.actionrequest

Class org.kuali.rice.kew.actionrequest.ActionRequestValue extends Object implements Serializable

serialVersionUID: 8781414791855848385L

Serialized Fields

actionRequestId

Long actionRequestId

actionRequested

String actionRequested

routeHeaderId

Long routeHeaderId

status

String status

responsibilityId

Long responsibilityId

groupId

String groupId

recipientTypeCd

String recipientTypeCd

priority

Integer priority

routeLevel

Integer routeLevel

actionTakenId

Long actionTakenId

docVersion

Integer docVersion

createDate

Timestamp createDate

responsibilityDesc

String responsibilityDesc

annotation

String annotation

jrfVerNbr

Integer jrfVerNbr

principalId

String principalId

forceAction

Boolean forceAction

parentActionRequestId

Long parentActionRequestId

qualifiedRoleName

String qualifiedRoleName

roleName

String roleName

qualifiedRoleNameLabel

String qualifiedRoleNameLabel

displayStatus

String displayStatus

ruleBaseValuesId

Long ruleBaseValuesId

delegationType

String delegationType

approvePolicy

String approvePolicy

parentActionRequest

ActionRequestValue parentActionRequest

childrenRequests

List<E> childrenRequests

actionTaken

ActionTakenValue actionTaken

routeHeader

DocumentRouteHeaderValue routeHeader

actionItems

List<E> actionItems

currentIndicator

Boolean currentIndicator

createDateString

String createDateString

groupName

String groupName

nodeInstance

RouteNodeInstance nodeInstance

requestLabel

String requestLabel

resolveResponsibility

boolean resolveResponsibility

Class org.kuali.rice.kew.actionrequest.KimGroupRecipient extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

group

Group group

Class org.kuali.rice.kew.actionrequest.KimPrincipalRecipient extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

principal

KimPrincipal principal

Package org.kuali.rice.kew.actions

Class org.kuali.rice.kew.actions.ActionSet extends Object implements Serializable

serialVersionUID: 7857749268529671300L

Serialized Fields

actionSet

List<E> actionSet

Class org.kuali.rice.kew.actions.AdHocRevoke extends Object implements Serializable

serialVersionUID: 8536540010313763068L

Serialized Fields

actionRequestId

Long actionRequestId

nodeName

String nodeName

principalId

String principalId

groupId

String groupId

Class org.kuali.rice.kew.actions.ValidActions extends Object implements Serializable

serialVersionUID: -727218907121562270L

Serialized Fields

actionTakenCodes

List<E> actionTakenCodes

Package org.kuali.rice.kew.actions.asyncservices

Class org.kuali.rice.kew.actions.asyncservices.ActionInvocation extends Object implements Serializable

serialVersionUID: -3828610998370758705L

Serialized Fields

actionItemId

Long actionItemId

actionCode

String actionCode

Package org.kuali.rice.kew.actiontaken

Class org.kuali.rice.kew.actiontaken.ActionTakenValue extends Object implements Serializable

serialVersionUID: -81505450567067594L

Serialized Fields

actionTakenId

Long actionTakenId

routeHeaderId

Long routeHeaderId

actionTaken

String actionTaken

actionDate

Timestamp actionDate

annotation

String annotation

docVersion

Integer docVersion

lockVerNbr

Integer lockVerNbr

principalId

String principalId

delegatorPrincipalId

String delegatorPrincipalId

delegatorGroupId

String delegatorGroupId

routeHeader

DocumentRouteHeaderValue routeHeader

actionRequests

Collection<E> actionRequests

currentIndicator

Boolean currentIndicator

actionDateString

String actionDateString

Package org.kuali.rice.kew.batch.web

Class org.kuali.rice.kew.batch.web.IngesterForm extends KualiForm implements Serializable

serialVersionUID: -2847217233600977960L

Serialized Fields

files

Map<K,V> files

Package org.kuali.rice.kew.bo

Class org.kuali.rice.kew.bo.BaseWorkflowPersistable extends Object implements Serializable

Class org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase extends PersistableBusinessObjectBase implements Serializable


Package org.kuali.rice.kew.bo.lookup

Class org.kuali.rice.kew.bo.lookup.DocSearchCriteriaDTOLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: -5162419674659967408L

Serialized Fields

dateTimeService

DateTimeService dateTimeService

processor

DocumentLookupCriteriaProcessor processor

savedSearch

boolean savedSearch

Class org.kuali.rice.kew.bo.lookup.DocumentRouteHeaderValueLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: -5162419674659967408L

Serialized Fields

dateTimeService

DateTimeService dateTimeService

processor

DocumentLookupCriteriaProcessor processor

Package org.kuali.rice.kew.docsearch

Class org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO extends BusinessObjectBase implements Serializable

serialVersionUID: -5738747438282249790L

Serialized Fields

namedSearch

String namedSearch

pageSize

Integer pageSize

routeHeaderId

String routeHeaderId

docRouteStatus

String docRouteStatus

appDocStatus

String appDocStatus

docTitle

String docTitle

appDocId

String appDocId

overrideInd

String overrideInd

initiator

String initiator

viewer

String viewer

workgroupViewerNamespace

String workgroupViewerNamespace

workgroupViewerName

String workgroupViewerName

approver

String approver

docRouteNodeId

String docRouteNodeId

docRouteNodeLogic

String docRouteNodeLogic

docVersion

String docVersion

docTypeFullName

String docTypeFullName

workgroupViewerId

String workgroupViewerId

fromDateCreated

String fromDateCreated

fromDateLastModified

String fromDateLastModified

fromDateApproved

String fromDateApproved

fromDateFinalized

String fromDateFinalized

fromStatusTransitionDate

String fromStatusTransitionDate

toDateCreated

String toDateCreated

toDateLastModified

String toDateLastModified

toDateApproved

String toDateApproved

toDateFinalized

String toDateFinalized

toStatusTransitionDate

String toStatusTransitionDate

dateCreated

Timestamp dateCreated

searchableAttributeRows

List<E> searchableAttributeRows

searchableAttributes

List<E> searchableAttributes

isAdvancedSearch

String isAdvancedSearch

superUserSearch

String superUserSearch

threshold

Integer threshold

fetchLimit

Integer fetchLimit

isOverThreshold

boolean isOverThreshold

securityFilteredRows

int securityFilteredRows

overridingUserSession

boolean overridingUserSession

saveSearchForUser

boolean saveSearchForUser

onlyDocTypeFilled

boolean onlyDocTypeFilled

Class org.kuali.rice.kew.docsearch.DocSearchDTO extends Object implements Serializable

serialVersionUID: 7850758046316186962L

Serialized Fields

routeHeaderId

Long routeHeaderId

docRouteStatusCode

String docRouteStatusCode

dateCreated

Timestamp dateCreated

documentTitle

String documentTitle

activeIndicatorCode

String activeIndicatorCode

docTypeName

String docTypeName

docTypeLabel

String docTypeLabel

initiatorNetworkId

String initiatorNetworkId

initiatorWorkflowId

String initiatorWorkflowId

initiatorName

String initiatorName

initiatorEmailAddress

String initiatorEmailAddress

initiatorLastName

String initiatorLastName

initiatorFirstName

String initiatorFirstName

initiatorTransposedName

String initiatorTransposedName

docTypeHandlerUrl

String docTypeHandlerUrl

rowStyleClass

String rowStyleClass

superUserSearch

String superUserSearch

appDocStatus

String appDocStatus

searchableAttributes

List<E> searchableAttributes

Class org.kuali.rice.kew.docsearch.DocumentSearchColumn_DEPR extends Column implements Serializable

Class org.kuali.rice.kew.docsearch.DocumentSearchContext extends Object implements Serializable

Serialized Fields

documentId

String documentId

documentTypeName

String documentTypeName

documentContent

String documentContent

Class org.kuali.rice.kew.docsearch.DocumentSearchField_DEPR extends Field implements Serializable

Class org.kuali.rice.kew.docsearch.DocumentSearchResult extends Object implements Serializable

serialVersionUID: -1255359695353320685L

Serialized Fields

resultContainers

List<E> resultContainers

Class org.kuali.rice.kew.docsearch.DocumentSearchResultComponents extends Object implements Serializable

serialVersionUID: -2395396912914099421L

Serialized Fields

columns

List<E> columns

searchResults

List<E> searchResults

Class org.kuali.rice.kew.docsearch.DocumentSearchRow_DEPR extends Row implements Serializable

Class org.kuali.rice.kew.docsearch.SavedSearchResult extends Object implements Serializable

serialVersionUID: -764778230573234367L

Serialized Fields

docSearchCriteriaDTO

DocSearchCriteriaDTO docSearchCriteriaDTO

searchResult

DocumentSearchResultComponents searchResult

Class org.kuali.rice.kew.docsearch.SearchableAttributeDateTimeValue extends Object implements Serializable

serialVersionUID: 3045621112943214772L

Serialized Fields

searchableAttributeValueId

Long searchableAttributeValueId

searchableAttributeKey

String searchableAttributeKey

searchableAttributeValue

Timestamp searchableAttributeValue

ojbConcreteClass

String ojbConcreteClass

routeHeaderId

Long routeHeaderId

routeHeader

DocumentRouteHeaderValue routeHeader

Class org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue extends Object implements Serializable

serialVersionUID: -6682101853805320760L

Serialized Fields

searchableAttributeValueId

Long searchableAttributeValueId

searchableAttributeKey

String searchableAttributeKey

searchableAttributeValue

BigDecimal searchableAttributeValue

ojbConcreteClass

String ojbConcreteClass

routeHeaderId

Long routeHeaderId

routeHeader

DocumentRouteHeaderValue routeHeader

Class org.kuali.rice.kew.docsearch.SearchableAttributeLongValue extends Object implements Serializable

serialVersionUID: 5786144436732198346L

Serialized Fields

searchableAttributeValueId

Long searchableAttributeValueId

searchableAttributeKey

String searchableAttributeKey

searchableAttributeValue

Long searchableAttributeValue

ojbConcreteClass

String ojbConcreteClass

routeHeaderId

Long routeHeaderId

routeHeader

DocumentRouteHeaderValue routeHeader

Class org.kuali.rice.kew.docsearch.SearchableAttributeStringValue extends Object implements Serializable

serialVersionUID: 8696089933682052078L

Serialized Fields

searchableAttributeValueId

Long searchableAttributeValueId

searchableAttributeKey

String searchableAttributeKey

searchableAttributeValue

String searchableAttributeValue

ojbConcreteClass

String ojbConcreteClass

routeHeaderId

Long routeHeaderId

routeHeader

DocumentRouteHeaderValue routeHeader

Class org.kuali.rice.kew.docsearch.SearchAttributeCriteriaComponent extends Object implements Serializable

serialVersionUID: -5927435567057306529L

Serialized Fields

formKey

String formKey

value

String value

values

List<E> values

lookupableFieldType

String lookupableFieldType

caseSensitive

boolean caseSensitive

searchInclusive

boolean searchInclusive

searchableAttributeValue

SearchableAttributeValue searchableAttributeValue

searchable

boolean searchable

canHoldMultipleValues

boolean canHoldMultipleValues

rangeSearch

boolean rangeSearch

allowInlineRange

boolean allowInlineRange

savedKey

String savedKey

Class org.kuali.rice.kew.docsearch.StandardDocSearchCriteriaFieldContainer extends Object implements Serializable

serialVersionUID: 7334865718915897486L

Serialized Fields

fieldKey

String fieldKey

labelMessageKey

String labelMessageKey

labelFieldWidthValue

String labelFieldWidthValue

labelFieldHeightValue

String labelFieldHeightValue

dataFieldWidthValue

String dataFieldWidthValue

dataFieldHeightValue

String dataFieldHeightValue

fields

List<E> fields

Class org.kuali.rice.kew.docsearch.StandardDocSearchCriteriaManager extends Object implements Serializable

serialVersionUID: -1898076444679158722L

Serialized Fields

columnsPreSearchAttributes

List<E> columnsPreSearchAttributes

columnsPostSearchAttributes

List<E> columnsPostSearchAttributes

Class org.kuali.rice.kew.docsearch.StandardSearchCriteriaField extends Object implements Serializable

serialVersionUID: -8499396401490695140L

Serialized Fields

key

String key

property

String property

fieldType

String fieldType

hidden

boolean hidden

displayOnlyPropertyName

String displayOnlyPropertyName

datePickerKey

String datePickerKey

lookupableImplServiceName

String lookupableImplServiceName

lookupTypeRequired

boolean lookupTypeRequired

labelMessageKey

String labelMessageKey

helpMessageKeyArgument

String helpMessageKeyArgument

optionsCollectionProperty

String optionsCollectionProperty

collectionLabelProperty

String collectionLabelProperty

collectionKeyProperty

String collectionKeyProperty

emptyCollectionMessage

String emptyCollectionMessage

Package org.kuali.rice.kew.docsearch.web

Class org.kuali.rice.kew.docsearch.web.DocumentSearchForm extends KualiForm implements Serializable

Class org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer extends Object implements Serializable

serialVersionUID: 8034659910798901330L

Serialized Fields

key

String key

value

String value

values

String[] values

alternateValue

String alternateValue

valueSet

boolean valueSet

Package org.kuali.rice.kew.docsearch.xml

Class org.kuali.rice.kew.docsearch.xml.StandardGenericXMLSearchableAttribute extends Object implements Serializable

Serialized Fields

paramMap

Map<K,V> paramMap

ruleAttribute

RuleAttribute ruleAttribute

searchRows

List<E> searchRows

Package org.kuali.rice.kew.doctype

Class org.kuali.rice.kew.doctype.ApplicationDocumentStatus extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -2212481684546954746L

Serialized Fields

documentTypeId

Long documentTypeId

statusName

String statusName

Class org.kuali.rice.kew.doctype.ApplicationDocumentStatusId extends Object implements Serializable

Serialized Fields

documentTypeId

Long documentTypeId

statusName

String statusName

Class org.kuali.rice.kew.doctype.DocumentTypeAttribute extends Object implements Serializable

serialVersionUID: -4429421648373903566L

Serialized Fields

documentTypeAttributeId

Long documentTypeAttributeId

ruleAttributeId

Long ruleAttributeId

ruleAttribute

RuleAttribute ruleAttribute

documentTypeId

Long documentTypeId

documentType

DocumentType documentType

orderIndex

int orderIndex

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.doctype.DocumentTypeLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: -5162632536083995637L

Class org.kuali.rice.kew.doctype.DocumentTypePolicy extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -4612246888683336474L

Serialized Fields

documentTypeId

Long documentTypeId

policyName

String policyName

policyValue

Boolean policyValue

policyStringValue

String policyStringValue

inheritedFlag

Boolean inheritedFlag

Class org.kuali.rice.kew.doctype.DocumentTypePolicyId extends Object implements Serializable

Serialized Fields

documentTypeId

Long documentTypeId

policyName

String policyName

Class org.kuali.rice.kew.doctype.DocumentTypeSecurity extends Object implements Serializable

serialVersionUID: -1886779857180381404L

Serialized Fields

active

Boolean active

initiatorOk

Boolean initiatorOk

routeLogAuthenticatedOk

Boolean routeLogAuthenticatedOk

searchableAttributes

List<E> searchableAttributes

workgroups

List<E> workgroups

allowedRoles

List<E> allowedRoles

disallowedRoles

List<E> disallowedRoles

securityAttributes

List<E> securityAttributes

Class org.kuali.rice.kew.doctype.LazyLoadSecurityAttribute extends Object implements Serializable

serialVersionUID: 8194757786570696656L

Serialized Fields

className

String className

serviceNamespace

String serviceNamespace

Class org.kuali.rice.kew.doctype.SecuritySession extends Object implements Serializable

serialVersionUID: 2542191040889845305L

Serialized Fields

userSession

UserSession userSession

authenticatedWorkgroups

Map<K,V> authenticatedWorkgroups

passesRoleSecurity

Map<K,V> passesRoleSecurity

documentTypeSecurity

Map<K,V> documentTypeSecurity

Package org.kuali.rice.kew.doctype.bo

Class org.kuali.rice.kew.doctype.bo.DocumentType extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 1312830153583125069L

Serialized Fields

documentTypeId

Long documentTypeId

docTypeParentId

Long docTypeParentId

name

String name

version

Integer version

active

Boolean active

currentInd

Boolean currentInd

description

String description

label

String label

previousVersionId

Long previousVersionId

routeHeaderId

Long routeHeaderId

unresolvedHelpDefinitionUrl

String unresolvedHelpDefinitionUrl

unresolvedDocSearchHelpUrl

String unresolvedDocSearchHelpUrl

unresolvedDocHandlerUrl

String unresolvedDocHandlerUrl

postProcessorName

String postProcessorName

workgroupId

String workgroupId

blanketApproveWorkgroupId

String blanketApproveWorkgroupId

blanketApprovePolicy

String blanketApprovePolicy

reportingWorkgroupId

String reportingWorkgroupId

actualServiceNamespace

String actualServiceNamespace

returnUrl

String returnUrl

actionsUrl

String actionsUrl

applyRetroactively

Boolean applyRetroactively

defaultExceptionWorkgroup

Group defaultExceptionWorkgroup

policies

Collection<E> policies

validApplicationStatuses

List<E> validApplicationStatuses

routeLevels

List<E> routeLevels

childrenDocTypes

Collection<E> childrenDocTypes

documentTypeAttributes

List<E> documentTypeAttributes

processes

List<E> processes

routingVersion

String routingVersion

actualNotificationFromAddress

String actualNotificationFromAddress

documentTypeSecurityXml

String documentTypeSecurityXml

documentTypeSecurity

DocumentTypeSecurity documentTypeSecurity

customEmailStylesheet

String customEmailStylesheet

Package org.kuali.rice.kew.document

Class org.kuali.rice.kew.document.DocumentTypeMaintainable extends KualiMaintainableImpl implements Serializable

serialVersionUID: -5920808902137192662L

Class org.kuali.rice.kew.document.RoutingRuleDelegationMaintainable extends KualiMaintainableImpl implements Serializable

Class org.kuali.rice.kew.document.RoutingRuleMaintainable extends KualiMaintainableImpl implements Serializable

serialVersionUID: -5920808902137192662L


Package org.kuali.rice.kew.documentlink

Class org.kuali.rice.kew.documentlink.DocumentLink extends Object implements Serializable

serialVersionUID: 551926904795633010L

Serialized Fields

docLinkId

Long docLinkId

orgnDocId

Long orgnDocId

destDocId

Long destDocId

Package org.kuali.rice.kew.documentoperation.web

Class org.kuali.rice.kew.documentoperation.web.DocOperationIndexedParameter extends Object implements Serializable

serialVersionUID: -7519728468541922828L

Serialized Fields

index

Integer index

value

String value

Class org.kuali.rice.kew.documentoperation.web.DocumentOperationForm extends KualiForm implements Serializable

serialVersionUID: 2994179393392218743L

Serialized Fields

routeHeader

DocumentRouteHeaderValue routeHeader

routeHeaderId

String routeHeaderId

actionRequestOps

List<E> actionRequestOps

actionTakenOps

List<E> actionTakenOps

actionItemOps

List<E> actionItemOps

routeHeaderOp

String routeHeaderOp

statusModDate

String statusModDate

createDate

String createDate

approvedDate

String approvedDate

finalizedDate

String finalizedDate

routeStatusDate

String routeStatusDate

routeLevelDate

String routeLevelDate

lookupableImplServiceName

String lookupableImplServiceName

lookupType

String lookupType

docStatuses

Map<K,V> docStatuses

actionRequestCds

Map<K,V> actionRequestCds

actionRequestStatuses

Map<K,V> actionRequestStatuses

actionRequestRecipientTypes

Map<K,V> actionRequestRecipientTypes

actionTakenCds

Map<K,V> actionTakenCds

routeModules

List<E> routeModules

routeModuleName

String routeModuleName

lookupInvocationModule

String lookupInvocationModule

lookupInvocationField

String lookupInvocationField

lookupInvocationIndex

String lookupInvocationIndex

routeNodeInstances

List<E> routeNodeInstances

routeNodeInstanceOps

List<E> routeNodeInstanceOps

branches

List<E> branches

branchOps

List<E> branchOps

nodeStateDeleteOps

List<E> nodeStateDeleteOps

nodeStatesDelete

String nodeStatesDelete

branchStatesDelete

String branchStatesDelete

initialNodeInstances

String initialNodeInstances

annotation

String annotation

blanketApproveUser

String blanketApproveUser

blanketApproveActionTakenId

String blanketApproveActionTakenId

blanketApproveNodes

String blanketApproveNodes

actionInvocationUser

String actionInvocationUser

actionInvocationActionItemId

String actionInvocationActionItemId

actionInvocationActionCode

String actionInvocationActionCode

Package org.kuali.rice.kew.dto

Class org.kuali.rice.kew.dto.ActionItemDTO extends Object implements Serializable

serialVersionUID: -4545795435037464863L

Serialized Fields

actionItemId

Long actionItemId

dateAssigned

Timestamp dateAssigned

actionRequestCd

String actionRequestCd

actionRequestId

Long actionRequestId

routeHeaderId

Long routeHeaderId

docTitle

String docTitle

docLabel

String docLabel

docHandlerURL

String docHandlerURL

docName

String docName

responsibilityId

Long responsibilityId

roleName

String roleName

dateAssignedString

String dateAssignedString

actionToTake

String actionToTake

delegationType

String delegationType

actionItemIndex

Integer actionItemIndex

groupId

String groupId
Kim group id of the target group (if any... group object will be null if groupId is empty)


principalId

String principalId
Principal id of the target user (if any... user object will be null if workflowId is empty)


delegatorGroupId

String delegatorGroupId
Group id of the target delegator group (if any... delegatorgroup object will be null if delegatorgroupId is empty)


delegatorPrincipalId

String delegatorPrincipalId
Principal id of the target delegator user (if any... delegatorUser object will be null if delegatorWorkflowId is empty)

Class org.kuali.rice.kew.dto.ActionRequestDTO extends Object implements Serializable

serialVersionUID: 1074824814950100121L

Serialized Fields

actionRequestId

Long actionRequestId

actionRequested

String actionRequested

status

String status

currentIndicator

Boolean currentIndicator

dateCreated

Calendar dateCreated

responsibilityId

Long responsibilityId

routeHeaderId

Long routeHeaderId

routeMethodName

String routeMethodName

priority

Integer priority

annotation

String annotation

actionTakenId

Long actionTakenId

groupId

String groupId

recipientTypeCd

String recipientTypeCd

approvePolicy

String approvePolicy

responsibilityDesc

String responsibilityDesc

routeLevel

Integer routeLevel

docVersion

Integer docVersion

roleName

String roleName

forceAction

Boolean forceAction

principalId

String principalId

delegationType

String delegationType

parentActionRequestId

Long parentActionRequestId

qualifiedRoleName

String qualifiedRoleName

qualifiedRoleNameLabel

String qualifiedRoleNameLabel

childrenRequests

ActionRequestDTO[] childrenRequests

actionTaken

ActionTakenDTO actionTaken

nodeName

String nodeName

nodeInstanceId

Long nodeInstanceId

requestLabel

String requestLabel

Class org.kuali.rice.kew.dto.ActionTakenDTO extends Object implements Serializable

serialVersionUID: -8818100923517546091L

Serialized Fields

actionTakenId

Long actionTakenId

routeHeaderId

Long routeHeaderId

docVersion

Integer docVersion

principalId

String principalId

delegatorPrincpalId

String delegatorPrincpalId

delegatorGroupId

String delegatorGroupId

actionTaken

String actionTaken

actionDate

Calendar actionDate

annotation

String annotation

actionRequests

ActionRequestDTO[] actionRequests

Class org.kuali.rice.kew.dto.ActionTakenEventDTO extends DocumentEventDTO implements Serializable

serialVersionUID: -5944287852858879399L

Serialized Fields

actionTaken

ActionTakenDTO actionTaken

Class org.kuali.rice.kew.dto.AdHocRevokeDTO extends Object implements Serializable

serialVersionUID: 7650456194747488114L

Serialized Fields

actionRequestId

Long actionRequestId

nodeName

String nodeName

principalId

String principalId

groupId

String groupId

Class org.kuali.rice.kew.dto.AfterProcessEventDTO extends DocumentEventDTO implements Serializable

serialVersionUID: 1462372563938714818L

Serialized Fields

nodeInstanceId

Long nodeInstanceId

successfullyProcessed

boolean successfullyProcessed

Class org.kuali.rice.kew.dto.BeforeProcessEventDTO extends DocumentEventDTO implements Serializable

serialVersionUID: 1462372563938714818L

Serialized Fields

nodeInstanceId

Long nodeInstanceId

Class org.kuali.rice.kew.dto.DeleteEventDTO extends DocumentEventDTO implements Serializable

serialVersionUID: -3875560393424293103L

Class org.kuali.rice.kew.dto.DocumentContentDTO extends Object implements Serializable

serialVersionUID: -1008441110733007106L

Serialized Fields

attributeContent

String attributeContent

applicationContent

String applicationContent

searchableContent

String searchableContent

attributeDefinitions

List<E> attributeDefinitions

searchableDefinitions

List<E> searchableDefinitions

routeHeaderId

Long routeHeaderId

Class org.kuali.rice.kew.dto.DocumentDetailDTO extends RouteHeaderDTO implements Serializable

serialVersionUID: -6089529693944755804L

Serialized Fields

actionRequests

ActionRequestDTO[] actionRequests

actionsTaken

ActionTakenDTO[] actionsTaken

nodeInstances

RouteNodeInstanceDTO[] nodeInstances

nodeInstanceMap

Map<K,V> nodeInstanceMap

Class org.kuali.rice.kew.dto.DocumentEventDTO extends Object implements Serializable

Serialized Fields

documentEventCode

String documentEventCode

routeHeaderId

Long routeHeaderId

appDocId

String appDocId

Class org.kuali.rice.kew.dto.DocumentLinkDTO extends Object implements Serializable

serialVersionUID: 4454393424187842416L

Serialized Fields

docLinkId

Long docLinkId

orgnDocId

Long orgnDocId

destDocId

Long destDocId

Class org.kuali.rice.kew.dto.DocumentLockingEventDTO extends DocumentEventDTO implements Serializable

serialVersionUID: 1462372563938714818L

Class org.kuali.rice.kew.dto.DocumentRouteLevelChangeDTO extends DocumentEventDTO implements Serializable

serialVersionUID: 6822976938764899168L

Serialized Fields

oldRouteLevel

Integer oldRouteLevel

newRouteLevel

Integer newRouteLevel

oldNodeName

String oldNodeName

newNodeName

String newNodeName

oldNodeInstanceId

Long oldNodeInstanceId

newNodeInstanceId

Long newNodeInstanceId

Class org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO extends DocumentEventDTO implements Serializable

serialVersionUID: 3969488320690393356L

Serialized Fields

newRouteStatus

String newRouteStatus

oldRouteStatus

String oldRouteStatus

Class org.kuali.rice.kew.dto.DocumentSearchCriteriaDTO extends Object implements Serializable

serialVersionUID: -220572344702126103L

Serialized Fields

routeHeaderId

String routeHeaderId

docRouteStatus

String docRouteStatus

docTitle

String docTitle

appDocId

String appDocId

initiator

String initiator

viewer

String viewer

groupViewerName

String groupViewerName

approver

String approver

docRouteNodeName

String docRouteNodeName

docRouteNodeLogic

String docRouteNodeLogic

docVersion

String docVersion

docTypeFullName

String docTypeFullName

fromDateCreated

String fromDateCreated

fromDateLastModified

String fromDateLastModified

fromDateApproved

String fromDateApproved

fromDateFinalized

String fromDateFinalized

toDateCreated

String toDateCreated

toDateLastModified

String toDateLastModified

toDateApproved

String toDateApproved

toDateFinalized

String toDateFinalized

searchAttributeValues

List<E> searchAttributeValues

advancedSearch

boolean advancedSearch

superUserSearch

boolean superUserSearch

threshold

Integer threshold

fetchLimit

Integer fetchLimit

saveSearchForUser

boolean saveSearchForUser

Class org.kuali.rice.kew.dto.DocumentSearchResultDTO extends Object implements Serializable

serialVersionUID: -2555393598328802683L

Serialized Fields

searchResults

List<E> searchResults

isOverThreshold

boolean isOverThreshold

securityFilteredRows

Integer securityFilteredRows

Class org.kuali.rice.kew.dto.DocumentSearchResultRowDTO extends Object implements Serializable

serialVersionUID: -4512313267985796233L

Serialized Fields

fieldValues

List<E> fieldValues

Class org.kuali.rice.kew.dto.DocumentStatusTransitionDTO extends Object implements Serializable

serialVersionUID: -5694589806200056472L

Serialized Fields

statusTransitionId

Long statusTransitionId

routeHeaderId

Long routeHeaderId

oldAppDocStatus

String oldAppDocStatus

newAppDocStatus

String newAppDocStatus

statusTransitionDate

Timestamp statusTransitionDate

Class org.kuali.rice.kew.dto.DocumentTypeDTO extends Object implements Serializable

serialVersionUID: 5266872451859573823L

Serialized Fields

docTypeParentId

Long docTypeParentId

docTypeParentName

String docTypeParentName

docTypeActiveInd

boolean docTypeActiveInd

docTypeActiveInherited

boolean docTypeActiveInherited

docTypeDescription

String docTypeDescription

docTypeHandlerUrl

String docTypeHandlerUrl

helpDefinitionUrl

String helpDefinitionUrl

docSearchHelpUrl

String docSearchHelpUrl

docTypeId

Long docTypeId

docTypeLabel

String docTypeLabel

name

String name

docTypeVersion

Integer docTypeVersion

postProcessorName

String postProcessorName

docTypeDefaultApprovePolicy

boolean docTypeDefaultApprovePolicy

docTypeDefaultApprovePolicyInherited

boolean docTypeDefaultApprovePolicyInherited

docTypeJndiFactoryClass

String docTypeJndiFactoryClass

docTypeJndiUrl

String docTypeJndiUrl

docTypeCurrentInd

String docTypeCurrentInd

blanketApproveGroupId

String blanketApproveGroupId

blanketApprovePolicy

String blanketApprovePolicy

routePath

RoutePathDTO routePath

Class org.kuali.rice.kew.dto.EmplIdDTO extends UserIdDTO implements Serializable

serialVersionUID: 3641654702342054538L

Class org.kuali.rice.kew.dto.KeyValueDTO extends Object implements Serializable

serialVersionUID: 8488836176261012858L

Serialized Fields

key

String key

value

String value

userDisplayValue

String userDisplayValue

Class org.kuali.rice.kew.dto.ModifiableDocumentContentDTO extends DocumentContentDTO implements Serializable

serialVersionUID: 5174192500065617616L

Serialized Fields

modified

boolean modified

Class org.kuali.rice.kew.dto.MovePointDTO extends Object implements Serializable

serialVersionUID: 6682919843672420498L

Serialized Fields

startNodeName

String startNodeName

stepsToMove

int stepsToMove

Class org.kuali.rice.kew.dto.NetworkIdDTO extends UserIdDTO implements Serializable

serialVersionUID: -5262644133374062911L

Class org.kuali.rice.kew.dto.NoteDTO extends Object implements Serializable

serialVersionUID: 3278600875270364172L

Serialized Fields

noteId

Long noteId

routeHeaderId

Long routeHeaderId

noteAuthorWorkflowId

String noteAuthorWorkflowId

noteCreateDate

Calendar noteCreateDate

noteText

String noteText

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.dto.ProcessDTO extends Object implements Serializable

serialVersionUID: 1802130981664121439L

Serialized Fields

processId

Long processId

name

String name

initialRouteNode

RouteNodeDTO initialRouteNode

initial

boolean initial

Class org.kuali.rice.kew.dto.PropertyDefinitionDTO extends Object implements Serializable

serialVersionUID: -8190461666520475280L

Serialized Fields

name

String name

value

String value

Class org.kuali.rice.kew.dto.RecipientIdDTO extends Object implements Serializable

serialVersionUID: -6938158347498838618L

Class org.kuali.rice.kew.dto.ReportActionToTakeDTO extends Object implements Serializable

serialVersionUID: 5212455086079117671L

Serialized Fields

actionToPerform

String actionToPerform

principalId

String principalId

nodeName

String nodeName

Class org.kuali.rice.kew.dto.ReportCriteriaDTO extends Object implements Serializable

serialVersionUID: 4390002636101531058L

Serialized Fields

routeHeaderId

Long routeHeaderId

targetNodeName

String targetNodeName

targetPrincipalIds

String[] targetPrincipalIds

routingPrincipalId

String routingPrincipalId

documentTypeName

String documentTypeName

xmlContent

String xmlContent

ruleTemplateNames

String[] ruleTemplateNames

nodeNames

String[] nodeNames

actionsToTake

ReportActionToTakeDTO[] actionsToTake

activateRequests

Boolean activateRequests

flattenNodes

boolean flattenNodes

Class org.kuali.rice.kew.dto.ResponsiblePartyDTO extends Object implements Serializable

serialVersionUID: 5716093378476396724L

Serialized Fields

principalId

String principalId

roleName

String roleName

groupId

String groupId

Class org.kuali.rice.kew.dto.ReturnPointDTO extends Object implements Serializable

serialVersionUID: -2310581865646974403L

Serialized Fields

nodeName

String nodeName

Class org.kuali.rice.kew.dto.RouteHeaderDTO extends Object implements Serializable

serialVersionUID: -677289794727007572L

Serialized Fields

routeHeaderId

Long routeHeaderId

docRouteStatus

String docRouteStatus

dateCreated

Calendar dateCreated

dateLastModified

Calendar dateLastModified

dateApproved

Calendar dateApproved

dateFinalized

Calendar dateFinalized

docTitle

String docTitle

appDocId

String appDocId

initiatorPrincipalId

String initiatorPrincipalId

routedByPrincipalId

String routedByPrincipalId

docRouteLevel

Integer docRouteLevel

currentRouteNodeNames

String currentRouteNodeNames

docVersion

Integer docVersion

docTypeName

String docTypeName

documentUrl

String documentUrl

appDocStatus

String appDocStatus

appDocStatusDate

Calendar appDocStatusDate

fyiRequested

boolean fyiRequested

ackRequested

boolean ackRequested

approveRequested

boolean approveRequested

completeRequested

boolean completeRequested

userBlanketApprover

boolean userBlanketApprover

docTypeId

Long docTypeId

validActions

ValidActionsDTO validActions

notes

NoteDTO[] notes

notesToDelete

NoteDTO[] notesToDelete

variables

List<E> variables
Probably needs to be an array for web services

Class org.kuali.rice.kew.dto.RouteNodeDTO extends Object implements Serializable

serialVersionUID: 6547166752590755847L

Serialized Fields

routeNodeId

Long routeNodeId

documentTypeId

Long documentTypeId

routeNodeName

String routeNodeName

routeMethodName

String routeMethodName

routeMethodCode

String routeMethodCode

finalApprovalInd

boolean finalApprovalInd

mandatoryRouteInd

boolean mandatoryRouteInd

activationType

String activationType

exceptionGroupId

String exceptionGroupId

nodeType

String nodeType

branchName

String branchName

previousNodeIds

Long[] previousNodeIds

nextNodeIds

Long[] nextNodeIds

Class org.kuali.rice.kew.dto.RouteNodeInstanceDTO extends Object implements Serializable

serialVersionUID: -5456548621231617447L

Serialized Fields

routeNodeInstanceId

Long routeNodeInstanceId

documentId

Long documentId

branchId

Long branchId

routeNodeId

Long routeNodeId

processId

Long processId

name

String name

active

boolean active

complete

boolean complete

initial

boolean initial

state

StateDTO[] state

nextNodes

RouteNodeInstanceDTO[] nextNodes

Class org.kuali.rice.kew.dto.RoutePathDTO extends Object implements Serializable

serialVersionUID: 2883128962971335387L

Serialized Fields

processes

ProcessDTO[] processes

Class org.kuali.rice.kew.dto.RouteTemplateEntryDTO extends Object implements Serializable

serialVersionUID: -6088763707485186852L

Serialized Fields

docTypeId

Long docTypeId
Deprecated. 

routeMethodName

String routeMethodName
Deprecated. 

routeLevel

Integer routeLevel
Deprecated. 

exceptionGroupId

Long exceptionGroupId
Deprecated. 

routeLevelName

String routeLevelName
Deprecated. 

finalApprover

boolean finalApprover
Deprecated. 

mandatoryRoute

boolean mandatoryRoute
Deprecated. 

jrf_ver_nbr

Integer jrf_ver_nbr
Deprecated. 

Class org.kuali.rice.kew.dto.RuleDelegationDTO extends Object implements Serializable

serialVersionUID: -4799536373676279207L

Serialized Fields

delegationType

String delegationType

delegationRule

RuleDTO delegationRule

Class org.kuali.rice.kew.dto.RuleDTO extends Object implements Serializable

serialVersionUID: -6559003022586974704L

Serialized Fields

ruleTemplateId

Long ruleTemplateId

activeInd

Boolean activeInd

description

String description

docTypeName

String docTypeName

fromDate

String fromDate

toDate

String toDate

forceAction

Boolean forceAction

ruleResponsibilities

RuleResponsibilityDTO[] ruleResponsibilities

ruleExtensions

RuleExtensionDTO[] ruleExtensions

ruleTemplateName

String ruleTemplateName

Class org.kuali.rice.kew.dto.RuleExtensionDTO extends Object implements Serializable

serialVersionUID: 4154136053584801446L

Serialized Fields

key

String key

value

String value

Class org.kuali.rice.kew.dto.RuleReportCriteriaDTO extends Object implements Serializable

serialVersionUID: -5778071030243010078L

Serialized Fields

ruleDescription

String ruleDescription

documentTypeName

String documentTypeName

ruleTemplateName

String ruleTemplateName

actionRequestCodes

String[] actionRequestCodes

responsiblePrincipalId

String responsiblePrincipalId

responsibleGroupId

String responsibleGroupId

responsibleRoleName

String responsibleRoleName

ruleExtensionVOs

RuleExtensionDTO[] ruleExtensionVOs

activeIndicator

Boolean activeIndicator

considerWorkgroupMembership

Boolean considerWorkgroupMembership

includeDelegations

Boolean includeDelegations

Class org.kuali.rice.kew.dto.RuleResponsibilityDTO extends Object implements Serializable

serialVersionUID: -5253556415865901457L

Serialized Fields

responsibilityId

Long responsibilityId

actionRequestedCd

String actionRequestedCd

priority

Integer priority

approvePolicy

String approvePolicy

principalId

String principalId

groupId

String groupId

roleName

String roleName

delegationRules

RuleDelegationDTO[] delegationRules

Class org.kuali.rice.kew.dto.StateDTO extends KeyValueDTO implements Serializable

serialVersionUID: 4787443469039295347L

Serialized Fields

stateId

Long stateId

Class org.kuali.rice.kew.dto.UserIdDTO extends RecipientIdDTO implements Serializable

Serialized Fields

id

String id
Deprecated. 

Class org.kuali.rice.kew.dto.ValidActionsDTO extends Object implements Serializable

serialVersionUID: 8629234634226269476L

Serialized Fields

validActionCodesAllowed

String[] validActionCodesAllowed

Class org.kuali.rice.kew.dto.WorkflowAttributeDefinitionDTO extends Object implements Serializable

serialVersionUID: 1000L

Serialized Fields

attributeName

String attributeName

constructorParameters

List<E> constructorParameters

properties

Map<K,V> properties

Class org.kuali.rice.kew.dto.WorkflowIdDTO extends UserIdDTO implements Serializable

serialVersionUID: -2268620878385726910L


Package org.kuali.rice.kew.edl

Class org.kuali.rice.kew.edl.EDLServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -6344765194278430690L


Package org.kuali.rice.kew.edl.bo

Class org.kuali.rice.kew.edl.bo.EDocLiteAssociation extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 7300251507982374010L

Serialized Fields

edocLiteAssocId

Long edocLiteAssocId
edoclt_assoc_id


edlName

String edlName
edoclt_assoc_doctype_nm


definition

String definition
edoclt_assoc_def_nm


style

String style
edoclt_assoc_style_nm


activeInd

Boolean activeInd
edoclt_assoc_actv_ind


actionsUrl

String actionsUrl

Class org.kuali.rice.kew.edl.bo.EDocLiteDefinition extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 6230450806784021509L

Serialized Fields

eDocLiteDefId

Long eDocLiteDefId
edoclt_def_id


name

String name
edoclt_def_nm


xmlContent

String xmlContent
edoclt_def_xml


activeInd

Boolean activeInd
edoclt_def_actv_ind

Class org.kuali.rice.kew.edl.bo.EDocLiteStyle extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 2020611019976731725L

Serialized Fields

edocLiteStyleId

Long edocLiteStyleId
edoclt_style_id


name

String name
edoclt_style_nm


xmlContent

String xmlContent
edoclt_style_xml


activeInd

Boolean activeInd
edoclt_style_actv_ind


Package org.kuali.rice.kew.engine

Class org.kuali.rice.kew.engine.ActivationContext extends Object implements Serializable

serialVersionUID: 5063689034941122774L

Serialized Fields

simulation

boolean simulation

activateRequests

boolean activateRequests

simulatedActionsTaken

List<E> simulatedActionsTaken

generatedActionItems

List<E> generatedActionItems

Class org.kuali.rice.kew.engine.EngineState extends Object implements Serializable

serialVersionUID: 2405363802483005090L

Serialized Fields

transitioningFrom

RouteNodeInstance transitioningFrom

transitioningTo

RouteNodeInstance transitioningTo

completeNodeInstances

List<E> completeNodeInstances

generatedRequests

List<E> generatedRequests

Class org.kuali.rice.kew.engine.RouteContext extends Object implements Serializable

serialVersionUID: -7125137491367944594L

Serialized Fields

routeHeader

DocumentRouteHeaderValue routeHeader

documentContent

DocumentContent documentContent

nodeInstance

RouteNodeInstance nodeInstance

engineState

EngineState engineState

actionRequest

ActionRequestValue actionRequest

activationContext

ActivationContext activationContext

doNotSendApproveNotificationEmails

boolean doNotSendApproveNotificationEmails

parameters

Map<K,V> parameters

searchIndexingRequestedForContext

boolean searchIndexingRequestedForContext

Package org.kuali.rice.kew.engine.node

Class org.kuali.rice.kew.engine.node.Branch extends Object implements Serializable

serialVersionUID: 7164561979112939112L

Serialized Fields

branchId

Long branchId

parentBranch

Branch parentBranch

name

String name

branchState

List<E> branchState

initialNode

RouteNodeInstance initialNode

splitNode

RouteNodeInstance splitNode

joinNode

RouteNodeInstance joinNode

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.BranchPrototype extends Object implements Serializable

serialVersionUID: 8645994738204838275L

Serialized Fields

branchId

Long branchId

name

String name

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.BranchState extends State implements Serializable

serialVersionUID: -7642477013444817952L

Serialized Fields

branch

Branch branch

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.KeyValuePair extends Object implements Serializable

serialVersionUID: -3819394562029060331L

Serialized Fields

key

String key

value

String value

Class org.kuali.rice.kew.engine.node.NodeState extends State implements Serializable

serialVersionUID: -4382379569851955918L

Serialized Fields

nodeInstance

RouteNodeInstance nodeInstance

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.Process extends Object implements Serializable

serialVersionUID: -6338857095673479752L

Serialized Fields

processId

Long processId

name

String name

documentType

DocumentType documentType

initialRouteNode

RouteNode initialRouteNode

initial

boolean initial

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.RouteNode extends Object implements Serializable

serialVersionUID: 4891233177051752726L

Serialized Fields

routeNodeId

Long routeNodeId

documentTypeId

Long documentTypeId

routeNodeName

String routeNodeName

routeMethodName

String routeMethodName

finalApprovalInd

Boolean finalApprovalInd

mandatoryRouteInd

Boolean mandatoryRouteInd

exceptionWorkgroupId

String exceptionWorkgroupId

routeMethodCode

String routeMethodCode

activationType

String activationType

nextDocStatus

String nextDocStatus
The nextDocStatus property represents the value of the ApplicationDocumentStatus to be set in the RouteHeader upon transitioning from this node.


lockVerNbr

Integer lockVerNbr

documentType

DocumentType documentType

exceptionWorkgroupName

String exceptionWorkgroupName

ruleTemplate

RuleTemplate ruleTemplate

nodeType

String nodeType

previousNodes

List<E> previousNodes

nextNodes

List<E> nextNodes

branch

BranchPrototype branch

configParams

List<E> configParams

Class org.kuali.rice.kew.engine.node.RouteNodeConfigParam extends KeyValuePair implements Serializable

serialVersionUID: 5592421070149273014L

Serialized Fields

id

Long id
Primary key


routeNode

RouteNode routeNode
Foreign key to routenode table

Class org.kuali.rice.kew.engine.node.RouteNodeInstance extends Object implements Serializable

serialVersionUID: 7183670062805580420L

Serialized Fields

routeNodeInstanceId

Long routeNodeInstanceId

documentId

Long documentId

branch

Branch branch

routeNode

RouteNode routeNode

active

boolean active

complete

boolean complete

initial

boolean initial

process

RouteNodeInstance process

nextNodeInstances

List<E> nextNodeInstances

previousNodeInstances

List<E> previousNodeInstances

state

List<E> state

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.engine.node.State extends KeyValuePair implements Serializable

Serialized Fields

stateId

Long stateId

Package org.kuali.rice.kew.engine.simulation

Class org.kuali.rice.kew.engine.simulation.SimulationActionToTake extends Object implements Serializable

serialVersionUID: 5212455086079117671L

Serialized Fields

actionToPerform

String actionToPerform

user

Person user

nodeName

String nodeName

Package org.kuali.rice.kew.exception

Class org.kuali.rice.kew.exception.DocumentSimulatedRouteException extends WorkflowException implements Serializable

serialVersionUID: 8521549957308984549L

Class org.kuali.rice.kew.exception.DocumentTypeNotFoundException extends WorkflowException implements Serializable

serialVersionUID: -3077097373541610208L

Class org.kuali.rice.kew.exception.InvalidActionTakenException extends WorkflowException implements Serializable

serialVersionUID: 1138782665042887434L

Class org.kuali.rice.kew.exception.InvalidParentDocTypeException extends InvalidXmlException implements Serializable

Serialized Fields

parentName

String parentName
The name of the parent document that still needs to be parsed.


childName

String childName
The name of the child document that was expecting the parentName document to exist.

Class org.kuali.rice.kew.exception.InvalidWorkgroupException extends WorkflowException implements Serializable

serialVersionUID: -2670612945753672923L

Class org.kuali.rice.kew.exception.InvalidXmlException extends WorkflowException implements Serializable

serialVersionUID: 2155290439712478294L

Class org.kuali.rice.kew.exception.LockingException extends WorkflowRuntimeException implements Serializable

serialVersionUID: -8604582895083027695L

Class org.kuali.rice.kew.exception.ResourceUnavailableException extends WorkflowException implements Serializable

serialVersionUID: -6217074085963406965L

Class org.kuali.rice.kew.exception.RouteManagerException extends WorkflowRuntimeException implements Serializable

serialVersionUID: -7957245610622538745L

Serialized Fields

routeContext

RouteContext routeContext

Class org.kuali.rice.kew.exception.WorkflowException extends Exception implements Serializable

serialVersionUID: 4377433160795253501L

Class org.kuali.rice.kew.exception.WorkflowRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 2012770642382150523L

Class org.kuali.rice.kew.exception.WorkflowServiceErrorException extends RuntimeException implements Serializable

serialVersionUID: 2457592489303923040L

Serialized Fields

serviceErrors

Collection<E> serviceErrors

Class org.kuali.rice.kew.exception.WorkflowServiceErrorImpl extends Object implements Serializable

serialVersionUID: 6900090941686297017L

Serialized Fields

children

Collection<E> children

type

String type

message

String message

arg1

String arg1

arg2

String arg2

messageMap

MessageMap messageMap
Passing the actual message map around so we don't lose doc search messages in standalone.


Package org.kuali.rice.kew.export.web

Class org.kuali.rice.kew.export.web.ExportServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -7766819916650887737L


Package org.kuali.rice.kew.feedback.web

Class org.kuali.rice.kew.feedback.web.FeedbackForm extends KualiForm implements Serializable

serialVersionUID: -6881094307991817497L

Serialized Fields

userName

String userName

userEmail

String userEmail

networkId

String networkId

documentType

String documentType

pageUrl

String pageUrl

exception

String exception

timeDate

String timeDate

comments

String comments

routeHeaderId

String routeHeaderId

firstName

String firstName

lastName

String lastName

phone

String phone

category

String category

methodToCall

String methodToCall

Package org.kuali.rice.kew.help.web

Class org.kuali.rice.kew.help.web.HelpForm extends KualiForm implements Serializable

serialVersionUID: 6517665417435951210L

Serialized Fields

helpEntry

HelpEntry helpEntry

helpId

String helpId

showEdit

String showEdit

isAdmin

boolean isAdmin

showDelete

String showDelete

Package org.kuali.rice.kew.identity

Class org.kuali.rice.kew.identity.EmployeeId extends EmplId implements Serializable

Class org.kuali.rice.kew.identity.PrincipalId extends WorkflowUserId implements Serializable

Class org.kuali.rice.kew.identity.PrincipalName extends AuthenticationUserId implements Serializable


Package org.kuali.rice.kew.lookupable

Class org.kuali.rice.kew.lookupable.EDocLiteLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: 3157354920258155881L

Class org.kuali.rice.kew.lookupable.LookupForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -4397265394670795140L

Serialized Fields

formKey

String formKey

backLocation

String backLocation

fields

Map<K,V> fields

methodToCall

String methodToCall

lookupableImplServiceName

String lookupableImplServiceName

conversionFields

String conversionFields

fieldConversions

Map<K,V> fieldConversions

noReturnParams

String noReturnParams

Class org.kuali.rice.kew.lookupable.MyColumns extends Object implements Serializable

serialVersionUID: -4669528607040709102L

Serialized Fields

columns

List<E> columns

Package org.kuali.rice.kew.notes

Class org.kuali.rice.kew.notes.Note extends Object implements Serializable

serialVersionUID: -6136544551121011531L

Serialized Fields

noteId

Long noteId

routeHeaderId

Long routeHeaderId

noteAuthorWorkflowId

String noteAuthorWorkflowId

noteCreateDate

Timestamp noteCreateDate

noteText

String noteText

lockVerNbr

Integer lockVerNbr

attachments

List<E> attachments

noteAuthorEmailAddress

String noteAuthorEmailAddress

noteAuthorNetworkId

String noteAuthorNetworkId

noteAuthorFullName

String noteAuthorFullName

noteCreateLongDate

Long noteCreateLongDate

authorizedToEdit

Boolean authorizedToEdit

editingNote

Boolean editingNote

Package org.kuali.rice.kew.notes.web

Class org.kuali.rice.kew.notes.web.AttachmentServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -1918858512573502697L

Class org.kuali.rice.kew.notes.web.NoteForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

note

Note note

existingNote

Note existingNote

methodToCall

String methodToCall

showEdit

String showEdit

showAdd

Boolean showAdd

docId

Long docId

noteIdNumber

Long noteIdNumber

numberOfNotes

Integer numberOfNotes

sortOrder

String sortOrder

sortNotes

Boolean sortNotes

currentUserName

String currentUserName

currentDate

String currentDate

authorizedToAdd

Boolean authorizedToAdd

noteList

List<E> noteList

addText

String addText

idInEdit

Long idInEdit

showAttachments

Boolean showAttachments

attachmentTarget

String attachmentTarget

file

Object file

Package org.kuali.rice.kew.ojb

Class org.kuali.rice.kew.ojb.IdentityTypeConversion extends Object implements Serializable

Class org.kuali.rice.kew.ojb.OjbCharBooleanConversion extends Object implements Serializable

Class org.kuali.rice.kew.ojb.OjbEncryptDecryptFieldConversion extends Object implements Serializable

serialVersionUID: 5065288024404819443L


Package org.kuali.rice.kew.plugin

Class org.kuali.rice.kew.plugin.PluginException extends RuntimeException implements Serializable

serialVersionUID: 4383784848245103557L


Package org.kuali.rice.kew.postprocessor

Class org.kuali.rice.kew.postprocessor.ActionTakenEvent extends Object implements Serializable

serialVersionUID: 2945081851810845704L

Serialized Fields

routeHeaderId

Long routeHeaderId

appDocId

String appDocId

actionTaken

ActionTakenValue actionTaken

Class org.kuali.rice.kew.postprocessor.AfterProcessEvent extends Object implements Serializable

serialVersionUID: 2945081851810845704L

Serialized Fields

routeHeaderId

Long routeHeaderId

nodeInstanceId

Long nodeInstanceId

appDocId

String appDocId

successfullyProcessed

boolean successfullyProcessed

Class org.kuali.rice.kew.postprocessor.BeforeProcessEvent extends Object implements Serializable

serialVersionUID: 2945081851810845704L

Serialized Fields

routeHeaderId

Long routeHeaderId

nodeInstanceId

Long nodeInstanceId

appDocId

String appDocId

Class org.kuali.rice.kew.postprocessor.DeleteEvent extends Object implements Serializable

serialVersionUID: -1991987156524201870L

Serialized Fields

appDocId

String appDocId

routeHeaderId

Long routeHeaderId

Class org.kuali.rice.kew.postprocessor.DocumentLockingEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeHeaderId

Long routeHeaderId

appDocId

String appDocId

Class org.kuali.rice.kew.postprocessor.DocumentRouteLevelChange extends Object implements Serializable

serialVersionUID: 785552701611174468L

Serialized Fields

routeHeaderId

Long routeHeaderId

appDocId

String appDocId

oldRouteLevel

Integer oldRouteLevel

newRouteLevel

Integer newRouteLevel

oldNodeName

String oldNodeName

newNodeName

String newNodeName

oldNodeInstanceId

Long oldNodeInstanceId

newNodeInstanceId

Long newNodeInstanceId

Class org.kuali.rice.kew.postprocessor.DocumentRouteStatusChange extends Object implements Serializable

serialVersionUID: -5170568498563302803L

Serialized Fields

appDocId

String appDocId

routeHeaderId

Long routeHeaderId

newRouteStatus

String newRouteStatus

oldRouteStatus

String oldRouteStatus

Class org.kuali.rice.kew.postprocessor.ProcessDocReport extends Object implements Serializable

serialVersionUID: 376851530227478560L

Serialized Fields

success

boolean success

message

String message

processException

Exception processException

Package org.kuali.rice.kew.preferences

Class org.kuali.rice.kew.preferences.Preferences extends Object implements Serializable

serialVersionUID: -5323719135590442782L

Serialized Fields

requiresSave

boolean requiresSave

emailNotification

String emailNotification

notifyPrimaryDelegation

String notifyPrimaryDelegation

notifySecondaryDelegation

String notifySecondaryDelegation

openNewWindow

String openNewWindow

showActionRequested

String showActionRequested

showDateCreated

String showDateCreated

showDocumentStatus

String showDocumentStatus

showAppDocStatus

String showAppDocStatus

showDocType

String showDocType

showInitiator

String showInitiator

showDocTitle

String showDocTitle

showWorkgroupRequest

String showWorkgroupRequest

showDelegator

String showDelegator

showClearFyi

String showClearFyi

pageSize

String pageSize

refreshRate

String refreshRate

colorSaved

String colorSaved

colorInitiated

String colorInitiated

colorDissaproved

String colorDissaproved

colorEnroute

String colorEnroute

colorApproved

String colorApproved

colorFinal

String colorFinal

colorDissapproveCancel

String colorDissapproveCancel

colorProccessed

String colorProccessed

colorException

String colorException

colorCanceled

String colorCanceled

delegatorFilter

String delegatorFilter

useOutbox

String useOutbox

showDateApproved

String showDateApproved

showCurrentNode

String showCurrentNode

primaryDelegateFilter

String primaryDelegateFilter

Package org.kuali.rice.kew.preferences.web

Class org.kuali.rice.kew.preferences.web.PreferencesForm extends KualiForm implements Serializable

serialVersionUID: 4536869031291955777L

Serialized Fields

preferences

Preferences preferences

methodToCall

String methodToCall

returnMapping

String returnMapping

showOutbox

boolean showOutbox

backLocation

String backLocation

Package org.kuali.rice.kew.quicklinks.web

Class org.kuali.rice.kew.quicklinks.web.QuickLinksForm extends KualiForm implements Serializable

serialVersionUID: 7937908655502925150L

Serialized Fields

watchedDocuments

List<E> watchedDocuments

recentSearches

List<E> recentSearches

namedSearches

List<E> namedSearches

actionListStats

List<E> actionListStats

initiatedDocumentTypes

List<E> initiatedDocumentTypes

namedSearch

String namedSearch

Package org.kuali.rice.kew.removereplace

Class org.kuali.rice.kew.removereplace.RemoveReplaceDocument extends Object implements Serializable

serialVersionUID: 6671410167992149054L

Serialized Fields

documentId

Long documentId

userWorkflowId

String userWorkflowId

replacementUserWorkflowId

String replacementUserWorkflowId

operation

String operation

workgroupTargets

List<E> workgroupTargets

ruleTargets

List<E> ruleTargets

lockVerNbr

Integer lockVerNbr

Class org.kuali.rice.kew.removereplace.RuleTargetId extends Object implements Serializable

Serialized Fields

documentId

Long documentId

ruleId

Long ruleId

Class org.kuali.rice.kew.removereplace.WorkgroupTargetId extends Object implements Serializable

Serialized Fields

documentId

Long documentId

workgroupId

Long workgroupId

Package org.kuali.rice.kew.removereplace.web

Class org.kuali.rice.kew.removereplace.web.RemoveReplaceForm extends KewRoutingKualiForm implements Serializable

Serialized Fields

methodToCall

String methodToCall

lookupableImplServiceName

String lookupableImplServiceName

conversionFields

String conversionFields

actionRequestCodes

Map<K,V> actionRequestCodes

searchLink

String searchLink

searchLinkText

String searchLinkText

userId

String userId

replacementUserId

String replacementUserId

ruleDocumentTypeName

String ruleDocumentTypeName

ruleRuleTemplate

String ruleRuleTemplate

operation

String operation

rules

List<E> rules

workgroups

List<E> workgroups

user

Person user

replacementUser

Person replacementUser

document

RemoveReplaceDocument document

operationSelected

boolean operationSelected

showHide

ShowHideTree showHide

report

boolean report

Class org.kuali.rice.kew.removereplace.web.RemoveReplaceRule extends Object implements Serializable

Serialized Fields

rule

RuleBaseValues rule

ruleTemplateName

String ruleTemplateName

warning

String warning

isSelected

boolean isSelected

disabled

boolean disabled

Package org.kuali.rice.kew.role

Class org.kuali.rice.kew.role.KimRoleRecipient extends Object implements Serializable

Serialized Fields

responsibilities

List<E> responsibilities

target

Recipient target

Package org.kuali.rice.kew.routeheader

Class org.kuali.rice.kew.routeheader.AttributeDocumentContent extends StandardDocumentContent implements Serializable

serialVersionUID: 6789132279492877000L

Class org.kuali.rice.kew.routeheader.DocumentRouteHeaderValue extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -4700736340527913220L

Serialized Fields

documentTypeId

Long documentTypeId

docRouteStatus

String docRouteStatus

docRouteLevel

Integer docRouteLevel

statusModDate

Timestamp statusModDate

createDate

Timestamp createDate

approvedDate

Timestamp approvedDate

finalizedDate

Timestamp finalizedDate

documentContent

DocumentRouteHeaderValueContent documentContent

docTitle

String docTitle

appDocId

String appDocId

docVersion

Integer docVersion

initiatorWorkflowId

String initiatorWorkflowId

routedByUserWorkflowId

String routedByUserWorkflowId

routeStatusDate

Timestamp routeStatusDate

routeLevelDate

Timestamp routeLevelDate

appDocStatus

String appDocStatus

appDocStatusDate

Timestamp appDocStatusDate

routeHeaderId

Long routeHeaderId

actionRequests

List<E> actionRequests

actionsTaken

List<E> actionsTaken

actionItems

List<E> actionItems

appDocStatusHistory

List<E> appDocStatusHistory
The appDocStatusHistory keeps a list of Application Document Status transitions for the document. It tracks the previous status, the new status, and a timestamp of the transition for each status transition.


notes

List<E> notes

searchableAttributeValues

List<E> searchableAttributeValues

queueItems

Collection<E> queueItems

routingReport

boolean routingReport

initialRouteNodeInstances

List<E> initialRouteNodeInstances

Class org.kuali.rice.kew.routeheader.DocumentRouteHeaderValueActionListExtension extends DocumentRouteHeaderValue implements Serializable

serialVersionUID: 8458532812557846684L

Serialized Fields

actionListInitiatorPrincipal

KimPrincipal actionListInitiatorPrincipal

Class org.kuali.rice.kew.routeheader.DocumentRouteHeaderValueContent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeHeaderId

Long routeHeaderId

documentContent

String documentContent

Class org.kuali.rice.kew.routeheader.DocumentStatusTransition extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -2212481684546954746L

Serialized Fields

statusTransitionId

Long statusTransitionId

routeHeaderId

Long routeHeaderId

oldAppDocStatus

String oldAppDocStatus

newAppDocStatus

String newAppDocStatus

statusTransitionDate

Timestamp statusTransitionDate

Class org.kuali.rice.kew.routeheader.PartialAttributeContent extends Object implements Serializable

serialVersionUID: -7710201192800150123L

Serialized Fields

document

Document document

attributeContent

Element attributeContent

routeContext

RouteContext routeContext

Class org.kuali.rice.kew.routeheader.StandardDocumentContent extends Object implements Serializable

serialVersionUID: -3189330007364191220L

Serialization Methods

readObject

private void readObject(ObjectInputStream ais)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

docContent

String docContent

routeContext

RouteContext routeContext

Package org.kuali.rice.kew.routelog.web

Class org.kuali.rice.kew.routelog.web.RouteLogForm extends KualiForm implements Serializable

serialVersionUID: -3997667167734868281L

Serialized Fields

methodToCall

String methodToCall

routeHeaderId

String routeHeaderId

rootRequests

List<E> rootRequests

pendingActionRequestCount

int pendingActionRequestCount

futureRootRequests

List<E> futureRootRequests

futureActionRequestCount

int futureActionRequestCount

showFuture

boolean showFuture

showFutureError

String showFutureError

removeHeader

boolean removeHeader

lookFuture

boolean lookFuture

showNotes

boolean showNotes

docId

String docId

returnUrlLocation

String returnUrlLocation

showCloseButton

boolean showCloseButton

newRouteLogActionMessage

String newRouteLogActionMessage

enableLogAction

boolean enableLogAction

Package org.kuali.rice.kew.routemodule

Class org.kuali.rice.kew.routemodule.RouteModuleException extends WorkflowRuntimeException implements Serializable

serialVersionUID: -5633454050653457244L


Package org.kuali.rice.kew.routing.web

Class org.kuali.rice.kew.routing.web.DocHandlerForm extends KewRoutingKualiForm implements Serializable

serialVersionUID: 3054059006090336396L

Serialized Fields

methodToCall

String methodToCall

lookupableImplServiceName

String lookupableImplServiceName

docHandlerRedirectUrl

String docHandlerRedirectUrl

Package org.kuali.rice.kew.rule

Class org.kuali.rice.kew.rule.AbstractIdRoleAttribute extends AbstractRoleAttribute implements Serializable

Serialized Fields

idValue

String idValue

paramMap

Map<K,V> paramMap

ruleAttribute

RuleAttribute ruleAttribute

Class org.kuali.rice.kew.rule.AbstractRoleAttribute extends AbstractWorkflowAttribute implements Serializable

Class org.kuali.rice.kew.rule.AbstractWorkflowAttribute extends Object implements Serializable

Serialized Fields

required

boolean required

Class org.kuali.rice.kew.rule.GenericRoleAttribute extends GenericWorkflowAttribute implements Serializable

Class org.kuali.rice.kew.rule.GenericWorkflowAttribute extends AbstractWorkflowAttribute implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log

attributeName

String attributeName

content

GenericAttributeContent content

Class org.kuali.rice.kew.rule.GroupRuleResponsibility extends RuleResponsibility implements Serializable

Serialized Fields

kimGroupImpl

GroupImpl kimGroupImpl

namespaceCode

String namespaceCode

name

String name

Class org.kuali.rice.kew.rule.InitiatorRoleAttribute extends UnqualifiedRoleAttribute implements Serializable

Class org.kuali.rice.kew.rule.MyRules extends Object implements Serializable

serialVersionUID: 9178574188141418571L

Serialized Fields

rules

List<E> rules

Class org.kuali.rice.kew.rule.MyRules2 extends Object implements Serializable

serialVersionUID: -5405951937698910224L

Serialized Fields

rules

List<E> rules

Class org.kuali.rice.kew.rule.MyRules2.MyRule extends Object implements Serializable

serialVersionUID: 1531326501498462883L

Serialized Fields

rule

RuleBaseValues rule

ruleTemplateAttributes

List<E> ruleTemplateAttributes

fields

Map<K,V> fields

roles

List<E> roles

fromDate

String fromDate

toDate

String toDate

Class org.kuali.rice.kew.rule.NetworkIdRoleAttribute extends AbstractIdRoleAttribute implements Serializable

serialVersionUID: 8784036641718163820L

Class org.kuali.rice.kew.rule.PersonRuleResponsibility extends RuleResponsibility implements Serializable

Serialized Fields

personImpl

PersonImpl personImpl

principalName

String principalName

Class org.kuali.rice.kew.rule.PrincipalIdRoleAttribute extends AbstractIdRoleAttribute implements Serializable

serialVersionUID: 8784036641718163820L

Class org.kuali.rice.kew.rule.RemoveReplaceRuleRoutingAttribute extends RuleRoutingAttribute implements Serializable

serialVersionUID: 6377571664060038747L

Class org.kuali.rice.kew.rule.ResolvedQualifiedRole extends Object implements Serializable

serialVersionUID: 5397269690550273869L

Serialized Fields

recipients

List<E> recipients

qualifiedRoleLabel

String qualifiedRoleLabel

annotation

String annotation

Class org.kuali.rice.kew.rule.Role extends Object implements Serializable

serialVersionUID: 1211399058525182383L

Serialized Fields

name

String name

baseName

String baseName

label

String label

returnUrl

String returnUrl

Class org.kuali.rice.kew.rule.RoleRuleResponsibility extends RuleResponsibility implements Serializable

Class org.kuali.rice.kew.rule.RoutedByUserRoleAttribute extends UnqualifiedRoleAttribute implements Serializable

serialVersionUID: -7099014184598851664L

Class org.kuali.rice.kew.rule.RuleBaseValues extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 6137765574728530156L

Serialized Fields

ruleBaseValuesId

Long ruleBaseValuesId

name

String name
Unique Rule name


ruleTemplateId

Long ruleTemplateId

previousVersionId

Long previousVersionId

activeInd

Boolean activeInd

description

String description

docTypeName

String docTypeName

routeHeaderId

Long routeHeaderId

fromDate

Timestamp fromDate

toDate

Timestamp toDate

deactivationDate

Timestamp deactivationDate

currentInd

Boolean currentInd

versionNbr

Integer versionNbr

forceAction

Boolean forceAction

responsibilities

List<E> responsibilities

ruleExtensions

List<E> ruleExtensions

ruleTemplate

RuleTemplate ruleTemplate

ruleExpressionDef

RuleExpressionDef ruleExpressionDef

previousVersion

RuleBaseValues previousVersion

activationDate

Timestamp activationDate

delegateRule

Boolean delegateRule

templateRuleInd

Boolean templateRuleInd
Indicator that signifies that this rule is a defaults/template rule which contains template-defined rule defaults for other rules which use the associated template


returnUrl

String returnUrl

destinationUrl

String destinationUrl

myColumns

MyColumns myColumns

personResponsibilities

List<E> personResponsibilities

groupResponsibilities

List<E> groupResponsibilities

roleResponsibilities

List<E> roleResponsibilities

fieldValues

Map<K,V> fieldValues

groupReviewerName

String groupReviewerName

groupReviewerNamespace

String groupReviewerNamespace

personReviewer

String personReviewer

personReviewerType

String personReviewerType

Class org.kuali.rice.kew.rule.RuleDelegation extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 7989203310473741293L

Serialized Fields

ruleDelegationId

Long ruleDelegationId

responsibilityId

Long responsibilityId

delegateRuleId

Long delegateRuleId

delegationType

String delegationType

delegationRuleBaseValues

RuleBaseValues delegationRuleBaseValues

Class org.kuali.rice.kew.rule.RuleExpressionDef extends KewPersistableBusinessObjectBase implements Serializable

Serialized Fields

id

Long id
Primary key


type

String type
The type of the expression


expression

String expression
The content of the expression

Class org.kuali.rice.kew.rule.RuleExtension extends Object implements Serializable

serialVersionUID: 8178135296413950516L

Serialized Fields

ruleExtensionId

Long ruleExtensionId

ruleTemplateAttributeId

Long ruleTemplateAttributeId

ruleBaseValuesId

Long ruleBaseValuesId

lockVerNbr

Integer lockVerNbr

ruleBaseValues

RuleBaseValues ruleBaseValues

ruleTemplateAttribute

RuleTemplateAttribute ruleTemplateAttribute

extensionValues

List<E> extensionValues

Class org.kuali.rice.kew.rule.RuleExtensionValue extends Object implements Serializable

serialVersionUID: 8909789087052290261L

Serialized Fields

ruleExtensionValueId

Long ruleExtensionValueId

ruleExtensionId

Long ruleExtensionId

value

String value

key

String key

lockVerNbr

Integer lockVerNbr

extension

RuleExtension extension

Class org.kuali.rice.kew.rule.RuleResponsibility extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -1565688857123316797L

Serialized Fields

ruleResponsibilityKey

Long ruleResponsibilityKey

responsibilityId

Long responsibilityId

ruleBaseValuesId

Long ruleBaseValuesId

actionRequestedCd

String actionRequestedCd

ruleResponsibilityName

String ruleResponsibilityName

ruleResponsibilityType

String ruleResponsibilityType

priority

Integer priority

approvePolicy

String approvePolicy

ruleBaseValues

RuleBaseValues ruleBaseValues

Class org.kuali.rice.kew.rule.RuleRoutingAttribute extends Object implements Serializable

serialVersionUID: -8884711461398770563L

Serialized Fields

doctypeName

String doctypeName

rows

List<E> rows

required

boolean required

Class org.kuali.rice.kew.rule.RuleRoutingDefinition extends WorkflowAttributeDefinitionDTO implements Serializable

serialVersionUID: -5633697385117416044L

Class org.kuali.rice.kew.rule.RuleTemplateOption extends Object implements Serializable

serialVersionUID: 8913119135197149224L

Serialized Fields

ruleTemplateOptionId

Long ruleTemplateOptionId

ruleTemplateId

Long ruleTemplateId

key

String key

value

String value

lockVerNbr

Integer lockVerNbr

ruleTemplate

RuleTemplate ruleTemplate

Class org.kuali.rice.kew.rule.UniversityIdRoleAttribute extends AbstractIdRoleAttribute implements Serializable

serialVersionUID: -7258860156654681708L

Class org.kuali.rice.kew.rule.UnqualifiedRoleAttribute extends AbstractRoleAttribute implements Serializable

serialVersionUID: -356582375961050905L

Serialized Fields

roles

List<E> roles

Class org.kuali.rice.kew.rule.WorkflowAttributeValidationError extends Object implements Serializable

serialVersionUID: 6785629049454272657L

Serialized Fields

messageMap

MessageMap messageMap

key

String key

message

String message

Class org.kuali.rice.kew.rule.WorkgroupRoleAttribute extends AbstractIdRoleAttribute implements Serializable

serialVersionUID: 5562142284908152678L


Package org.kuali.rice.kew.rule.bo

Class org.kuali.rice.kew.rule.bo.RuleAttribute extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: 1027673603158346349L

Serialized Fields

ruleAttributeId

Long ruleAttributeId

name

String name

label

String label

type

String type

className

String className

description

String description

xmlConfigData

String xmlConfigData

serviceNamespace

String serviceNamespace

ruleTemplateAttributes

List<E> ruleTemplateAttributes

validValues

List<E> validValues

returnUrl

String returnUrl

Class org.kuali.rice.kew.rule.bo.RuleBaseValuesLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

Serialized Fields

rows

List<E> rows

ruleDelegationLookupableHelperService

LookupableHelperService ruleDelegationLookupableHelperService

delegationPkNames

List<E> delegationPkNames

Class org.kuali.rice.kew.rule.bo.RuleBaseValuesLookupableImpl extends KualiLookupableImpl implements Serializable

Class org.kuali.rice.kew.rule.bo.RuleDelegationLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

Serialized Fields

rows

List<E> rows

Class org.kuali.rice.kew.rule.bo.RuleDelegationLookupableImpl extends KualiLookupableImpl implements Serializable

Class org.kuali.rice.kew.rule.bo.RuleTemplate extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -3387940485523951302L

Serialized Fields

ruleTemplateId

Long ruleTemplateId

name

String name

description

String description

delegationTemplateId

Long delegationTemplateId

delegationTemplate

RuleTemplate delegationTemplate

ruleTemplateAttributes

List<E> ruleTemplateAttributes

ruleTemplateOptions

List<E> ruleTemplateOptions

returnUrl

String returnUrl

Class org.kuali.rice.kew.rule.bo.RuleTemplateAttribute extends KewPersistableBusinessObjectBase implements Serializable

serialVersionUID: -3580049225424553828L

Serialized Fields

ruleTemplateAttributeId

Long ruleTemplateAttributeId

ruleTemplateId

Long ruleTemplateId

ruleAttributeId

Long ruleAttributeId

required

Boolean required

active

Boolean active

displayOrder

Integer displayOrder

defaultValue

String defaultValue

ruleTemplate

RuleTemplate ruleTemplate

ruleAttribute

RuleAttribute ruleAttribute

ruleExtensions

List<E> ruleExtensions

Package org.kuali.rice.kew.rule.document

Class org.kuali.rice.kew.rule.document.RuleDocument extends TransactionalDocumentBase implements Serializable


Package org.kuali.rice.kew.rule.web

Class org.kuali.rice.kew.rule.web.DelegateRuleForm extends KualiForm implements Serializable

serialVersionUID: 5412969516727713859L

Serialized Fields

parentRuleId

Long parentRuleId

parentResponsibilityId

Long parentResponsibilityId

parentRule

RuleBaseValues parentRule

parentResponsibility

RuleResponsibility parentResponsibility

reviewers

List<E> reviewers

responsibilityTypes

List<E> responsibilityTypes

actionRequestCodes

List<E> actionRequestCodes

Class org.kuali.rice.kew.rule.web.DocumentConfigurationViewForm extends KualiForm implements Serializable

serialVersionUID: -6251534168125209176L

Serialized Fields

documentTypeName

String documentTypeName

documentType

DocumentType documentType

parentDocumentType

DocumentType parentDocumentType

childDocumentTypes

List<E> childDocumentTypes

docTypeHierarchyList

List<E> docTypeHierarchyList

permissionsByDocumentType

LinkedHashMap<K,V> permissionsByDocumentType

permissionRoles

Map<K,V> permissionRoles

attributeLabels

Map<K,V> attributeLabels

routeNodes

List<E> routeNodes

responsibilityMap

Map<K,V> responsibilityMap

responsibilityRoles

Map<K,V> responsibilityRoles

exceptionResponsibilities

List<E> exceptionResponsibilities

canInitiateDocumentTypeDocument

boolean canInitiateDocumentTypeDocument

canInitiatePermissionDocument

boolean canInitiatePermissionDocument

canInitiateResponsibilityDocument

boolean canInitiateResponsibilityDocument

Class org.kuali.rice.kew.rule.web.RoutingReportForm extends KualiForm implements Serializable

serialVersionUID: 509542372934250061L

Serialized Fields

ruleTemplateId

Long ruleTemplateId

lookupableImplServiceName

String lookupableImplServiceName

documentType

String documentType

reportType

String reportType

documentTypeParam

String documentTypeParam

initiatorPrincipalId

String initiatorPrincipalId

documentContent

String documentContent

backUrl

String backUrl

showCloseButton

String showCloseButton

dateRef

String dateRef

effectiveHour

String effectiveHour

effectiveMinute

String effectiveMinute

amPm

String amPm

ruleTemplates

List<E> ruleTemplates

actionRequests

List<E> actionRequests

fields

Map<K,V> fields

ruleTemplateAttributes

List<E> ruleTemplateAttributes

attributes

List<E> attributes

showFields

boolean showFields

showViewResults

boolean showViewResults

Class org.kuali.rice.kew.rule.web.RuleForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

documentTypeName

String documentTypeName

ruleTemplateName

String ruleTemplateName

Class org.kuali.rice.kew.rule.web.RuleQuickLinksAction.RouteNodeForDisplay extends RouteNode implements Serializable

serialVersionUID: 1L

Serialized Fields

baseNode

RouteNode baseNode

responsibilities

List<E> responsibilities

Class org.kuali.rice.kew.rule.web.RuleQuickLinksForm extends KualiForm implements Serializable

serialVersionUID: 3632283509506923869L

Serialized Fields

rootDocTypeName

String rootDocTypeName

canInitiateDocumentTypeDocument

boolean canInitiateDocumentTypeDocument

documentTypeQuickLinksStructures

List<E> documentTypeQuickLinksStructures

Class org.kuali.rice.kew.rule.web.WebRuleBaseValues extends RuleBaseValues implements Serializable

serialVersionUID: 5938997470219200474L

Serialized Fields

rows

List<E> rows

fields

List<E> fields

roles

List<E> roles

fromDateValue

String fromDateValue

toDateValue

String toDateValue

ruleTemplateName

String ruleTemplateName

hasExtensionValueErrors

boolean hasExtensionValueErrors

Class org.kuali.rice.kew.rule.web.WebRuleResponsibility extends RuleResponsibility implements Serializable

serialVersionUID: -8422695726158274189L

Serialized Fields

reviewer

String reviewer

reviewerStyle

String reviewerStyle

personLookupStyle

String personLookupStyle

workgroupLookupStyle

String workgroupLookupStyle

roleReviewer

String roleReviewer

roleAreaStyle

String roleAreaStyle

delegationRulesMaterialized

boolean delegationRulesMaterialized

showDelegations

boolean showDelegations

numberOfDelegations

int numberOfDelegations

index

int index

hasDelegateRuleTemplate

boolean hasDelegateRuleTemplate

reviewerId

String reviewerId
"reviewerId added to support links to workgroup report or user report


Package org.kuali.rice.kew.rule.xmlrouting

Class org.kuali.rice.kew.rule.xmlrouting.StandardGenericXMLRuleAttribute extends Object implements Serializable

Serialized Fields

evaluateForMissingExtensions

boolean evaluateForMissingExtensions

ruleAttribute

RuleAttribute ruleAttribute

paramMap

Map<K,V> paramMap

ruleRows

List<E> ruleRows

routingDataRows

List<E> routingDataRows

required

boolean required

Package org.kuali.rice.kew.service

Class org.kuali.rice.kew.service.WorkflowDocument extends Object implements Serializable

serialVersionUID: -3672966990721719088L

Serialized Fields

principalId

String principalId
The principal ID of the user as whom actions will be taken on the KEW document


routeHeader

RouteHeaderDTO routeHeader
RouteHeader VO of the KEW document this WorkflowDocument represents


documentContentDirty

boolean documentContentDirty
Flag that indicates whether the document content currently loaded needs to be refreshed. This is the case either if the document content has not yet been loaded, or an action that might possibly affect the document content (which is potentially any action) has subsequently been taken on the document through this API.


documentContent

ModifiableDocumentContentDTO documentContent
Value Object encapsulating the document content

Class org.kuali.rice.kew.service.WorkflowInfo extends Object implements Serializable

serialVersionUID: 3231835171780770399L

Class org.kuali.rice.kew.service.WorkflowReports extends Object implements Serializable

serialVersionUID: 2859218832130678115L

Serialized Fields

workflowInfo

WorkflowInfo workflowInfo

Package org.kuali.rice.kew.stats.web

Class org.kuali.rice.kew.stats.web.StatsForm extends KualiForm implements Serializable

serialVersionUID: 4587377779133823858L

Serialized Fields

stats

Stats stats

methodToCall

String methodToCall

avgActionsPerTimeUnit

String avgActionsPerTimeUnit

begDate

String begDate

endDate

String endDate

beginningDate

Date beginningDate

endingDate

Date endingDate

backLocation

String backLocation

Package org.kuali.rice.kew.superuser.web

Class org.kuali.rice.kew.superuser.web.SuperUserForm extends KewRoutingKualiForm implements Serializable

serialVersionUID: 982228198266403397L

Serialized Fields

routeHeaderId

Long routeHeaderId

docHandlerUrl

String docHandlerUrl

routeLevel

Integer routeLevel

futureNodeNames

List<E> futureNodeNames

destNodeName

String destNodeName

returnDestNodeName

String returnDestNodeName

action

String action

actionRequests

List<E> actionRequests

actionTakenActionRequestId

String actionTakenActionRequestId

actionTakenNetworkId

String actionTakenNetworkId

actionTakenWorkGroupId

String actionTakenWorkGroupId

actionTakenRecipientCode

String actionTakenRecipientCode

authorized

boolean authorized

blanketApprove

boolean blanketApprove

methodToCall

String methodToCall

runPostProcessorLogic

boolean runPostProcessorLogic

actionRequestRunPostProcessorCheck

String[] actionRequestRunPostProcessorCheck

lookupableImplServiceName

String lookupableImplServiceName

lookupType

String lookupType

routeHeader

DocumentRouteHeaderValue routeHeader

returnLocation

String returnLocation

Package org.kuali.rice.kew.user

Class org.kuali.rice.kew.user.AuthenticationUserId extends Object implements Serializable

serialVersionUID: -7572471214298368811L

Serialized Fields

authenticationId

String authenticationId
Deprecated. 

Class org.kuali.rice.kew.user.EmplId extends Object implements Serializable

serialVersionUID: -1335314734556834643L

Serialized Fields

emplId

String emplId
Deprecated. 

Class org.kuali.rice.kew.user.RoleRecipient extends Object implements Serializable

serialVersionUID: -8694150869017306593L

Serialized Fields

roleName

String roleName

qualifiedRoleName

String qualifiedRoleName

resolvedQualifiedRole

ResolvedQualifiedRole resolvedQualifiedRole

targetRecipient

Recipient targetRecipient

Class org.kuali.rice.kew.user.UserCapabilities extends Object implements Serializable

serialVersionUID: 2306224360420470187L

Serialized Fields

lookupSupported

boolean lookupSupported

reportSupported

boolean reportSupported

createSupported

boolean createSupported

editSupported

boolean editSupported

Class org.kuali.rice.kew.user.WorkflowUserId extends Object implements Serializable

serialVersionUID: -5551723348738932404L

Serialized Fields

workflowId

String workflowId
Deprecated. 

Package org.kuali.rice.kew.useroptions

Class org.kuali.rice.kew.useroptions.UserOptionsId extends Object implements Serializable

serialVersionUID: -982957447172014416L

Serialized Fields

optionId

String optionId

workflowId

String workflowId

Package org.kuali.rice.kew.util

Class org.kuali.rice.kew.util.KEWConstants extends JSTLConstants implements Serializable

serialVersionUID: -3897059085433394648L

Class org.kuali.rice.kew.util.KEWPropertyConstants extends JSTLConstants implements Serializable

serialVersionUID: 3866677900853284209L

Class org.kuali.rice.kew.util.ResponsibleParty extends Object implements Serializable

serialVersionUID: 6788236688949489851L

Serialized Fields

principalId

String principalId

groupId

String groupId

roleName

String roleName

Class org.kuali.rice.kew.util.WebFriendlyRecipient extends Object implements Serializable

serialVersionUID: 2259350039081951688L

Serialized Fields

displayName

String displayName

recipientId

String recipientId

Package org.kuali.rice.kew.validation

Class org.kuali.rice.kew.validation.ValidationContext extends Object implements Serializable

serialVersionUID: 824339582785034514L

Serialized Fields

parameters

Map<K,V> parameters

Package org.kuali.rice.kew.web

Class org.kuali.rice.kew.web.AppSpecificRouteRecipient extends Object implements Serializable

serialVersionUID: 6587140192756322878L

Serialized Fields

type

String type

actionRequested

String actionRequested

id

String id

namespaceCode

String namespaceCode

actionRequestId

Long actionRequestId

Class org.kuali.rice.kew.web.KewRoutingKualiForm extends KualiForm implements Serializable

serialVersionUID: -3537002710069757806L

Serialized Fields

workflowDocument

WorkflowDocument workflowDocument

docId

Long docId

docTypeName

String docTypeName

initiateURL

String initiateURL

command

String command

annotation

String annotation

showBlanketApproveButton

boolean showBlanketApproveButton

appSpecificRouteActionRequestCds

Map<K,V> appSpecificRouteActionRequestCds

appSpecificRouteRecipient

AppSpecificRouteRecipient appSpecificRouteRecipient

appSpecificRouteRecipient2

AppSpecificRouteRecipient appSpecificRouteRecipient2

appSpecificRouteList

List<E> appSpecificRouteList

appSpecificRouteRecipientType

String appSpecificRouteRecipientType

appSpecificRouteActionRequestCd

String appSpecificRouteActionRequestCd

appSpecificRouteActionRequestCd2

String appSpecificRouteActionRequestCd2

recipientIndex

Integer recipientIndex

docHandlerReturnUrl

String docHandlerReturnUrl

removedAppSpecificRecipient

String removedAppSpecificRecipient

Class org.kuali.rice.kew.web.KeyValue extends Object implements Serializable

serialVersionUID: 8020755656995670021L

Serialized Fields

key

String key

value

String value

Class org.kuali.rice.kew.web.KeyValueSort extends KeyValue implements Serializable

serialVersionUID: 3575440091286391804L

Serialized Fields

userDisplayValue

String userDisplayValue

sortValue

Object sortValue

sortClass

Class<T> sortClass

searchableAttributeValue

SearchableAttributeValue searchableAttributeValue

Class org.kuali.rice.kew.web.ShowHideTree extends Object implements Serializable

serialVersionUID: 6048341469002946402L

Serialized Fields

show

Boolean show

children

List<E> children

Class org.kuali.rice.kew.web.WorkflowRoutingForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -3537002710069757806L

Serialized Fields

workflowDocument

WorkflowDocument workflowDocument

docId

Long docId

docTypeName

String docTypeName

initiateURL

String initiateURL

command

String command

annotation

String annotation

showBlanketApproveButton

boolean showBlanketApproveButton

appSpecificRouteActionRequestCds

Map<K,V> appSpecificRouteActionRequestCds

appSpecificRouteRecipient

AppSpecificRouteRecipient appSpecificRouteRecipient

appSpecificRouteList

List<E> appSpecificRouteList

appSpecificRouteRecipientType

String appSpecificRouteRecipientType

appSpecificRouteActionRequestCd

String appSpecificRouteActionRequestCd

recipientIndex

Integer recipientIndex

docHandlerReturnUrl

String docHandlerReturnUrl

removedAppSpecificRecipient

String removedAppSpecificRecipient

Package org.kuali.rice.kew.web.session

Class org.kuali.rice.kew.web.session.BasicAuthentication extends Object implements Serializable

serialVersionUID: -1289820481876939623L

Serialized Fields

authority

String authority

Class org.kuali.rice.kew.web.session.UserSession extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nextObjectKey

int nextObjectKey

actionListFilter

ActionListFilter actionListFilter

preferences

Preferences preferences

authentications

List<E> authentications

sortOrder

String sortOrder

sortCriteria

String sortCriteria

currentPage

int currentPage

updateActionList

boolean updateActionList

actualPrincipal

KimPrincipal actualPrincipal

actualPerson

Person actualPerson

actualPrincipalGroups

Map<K,V> actualPrincipalGroups

backdoorPrincipal

KimPrincipal backdoorPrincipal

backdoorPerson

Person backdoorPerson

backdoorPrincipalGroups

Map<K,V> backdoorPrincipalGroups

helpDeskActionListPrincipal

KimPrincipal helpDeskActionListPrincipal

helpDeskActionListPerson

Person helpDeskActionListPerson

Package org.kuali.rice.kew.workgroup

Class org.kuali.rice.kew.workgroup.BaseWorkgroupId extends Object implements Serializable

Serialized Fields

workgroupId

Long workgroupId

versionNumber

Integer versionNumber

Class org.kuali.rice.kew.workgroup.BaseWorkgroupMemberId extends Object implements Serializable

Serialized Fields

workgroupId

Long workgroupId

workflowId

String workflowId

workgroupVersionNumber

Integer workgroupVersionNumber

Class org.kuali.rice.kew.workgroup.GroupNameId extends Object implements Serializable

serialVersionUID: -4625193242111678434L

Serialized Fields

namespace

String namespace

nameId

String nameId

Class org.kuali.rice.kew.workgroup.WorkflowGroupId extends Object implements Serializable

serialVersionUID: -2452096307070075024L

Serialized Fields

groupId

Long groupId

Class org.kuali.rice.kew.workgroup.WorkgroupCapabilities extends Object implements Serializable

serialVersionUID: -4776610168111831105L

Serialized Fields

lookupSupported

boolean lookupSupported

reportSupported

boolean reportSupported

createSupported

boolean createSupported

editSupported

boolean editSupported

routingSupported

boolean routingSupported

Package org.kuali.rice.kim.bo

Package org.kuali.rice.kim.bo.entity.dto

Class org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo extends KimInactivatableInfo implements Serializable

Serialized Fields

dflt

boolean dflt

Class org.kuali.rice.kim.bo.entity.dto.KimEntityAddressInfo extends KimDefaultableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityAddressId

String entityAddressId

addressTypeCode

String addressTypeCode

entityTypeCode

String entityTypeCode

cityName

String cityName

cityNameUnmasked

String cityNameUnmasked

stateCode

String stateCode

stateCodeUnmasked

String stateCodeUnmasked

postalCode

String postalCode

postalCodeUnmasked

String postalCodeUnmasked

countryCode

String countryCode

countryCodeUnmasked

String countryCodeUnmasked

line1

String line1

line1Unmasked

String line1Unmasked

line2

String line2

line2Unmasked

String line2Unmasked

line3

String line3

line3Unmasked

String line3Unmasked

suppressAddress

boolean suppressAddress

Class org.kuali.rice.kim.bo.entity.dto.KimEntityAffiliationInfo extends KimDefaultableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityAffiliationId

String entityAffiliationId

affiliationTypeCode

String affiliationTypeCode

campusCode

String campusCode

Class org.kuali.rice.kim.bo.entity.dto.KimEntityBioDemographicsInfo extends KimInfoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityId

String entityId

birthDate

Date birthDate

deceasedDate

Date deceasedDate

genderCode

String genderCode

maritalStatusCode

String maritalStatusCode

primaryLanguageCode

String primaryLanguageCode

secondaryLanguageCode

String secondaryLanguageCode

countryOfBirthCode

String countryOfBirthCode

birthStateCode

String birthStateCode

cityOfBirth

String cityOfBirth

geographicOrigin

String geographicOrigin

birthDateUnmasked

Date birthDateUnmasked

genderCodeUnmasked

String genderCodeUnmasked

genderCodeUnmaskedUnmasked

String genderCodeUnmaskedUnmasked

maritalStatusCodeUnmasked

String maritalStatusCodeUnmasked

primaryLanguageCodeUnmasked

String primaryLanguageCodeUnmasked

secondaryLanguageCodeUnmasked

String secondaryLanguageCodeUnmasked

countryOfBirthCodeUnmasked

String countryOfBirthCodeUnmasked

birthStateCodeUnmasked

String birthStateCodeUnmasked

cityOfBirthUnmasked

String cityOfBirthUnmasked

geographicOriginUnmasked

String geographicOriginUnmasked

suppressPersonal

boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.dto.KimEntityCitizenshipInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

citizenshipStatusCode

String citizenshipStatusCode

countryCode

String countryCode

endDate

Date endDate

startDate

Date startDate

entityCitizenshipId

String entityCitizenshipId

Class org.kuali.rice.kim.bo.entity.dto.KimEntityDefaultInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: 7930630152792502380L

Serialized Fields

entityId

String entityId

defaultName

KimEntityNameInfo defaultName

principals

List<E> principals

entityTypes

List<E> entityTypes

affiliations

List<E> affiliations

defaultAffiliation

KimEntityAffiliationInfo defaultAffiliation

primaryEmployment

KimEntityEmploymentInformationInfo primaryEmployment

externalIdentifiers

List<E> externalIdentifiers

privacyPreferences

KimEntityPrivacyPreferencesInfo privacyPreferences

Class org.kuali.rice.kim.bo.entity.dto.KimEntityEmailInfo extends KimDefaultableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityEmailId

String entityEmailId

entityTypeCode

String entityTypeCode

emailTypeCode

String emailTypeCode

emailAddress

String emailAddress

emailAddressUnmasked

String emailAddressUnmasked

suppressEmail

boolean suppressEmail

Class org.kuali.rice.kim.bo.entity.dto.KimEntityEmploymentInformationInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityEmploymentId

String entityEmploymentId

employeeId

String employeeId

employmentRecordId

String employmentRecordId

entityAffiliationId

String entityAffiliationId

employeeStatusCode

String employeeStatusCode

employeeTypeCode

String employeeTypeCode

primaryDepartmentCode

String primaryDepartmentCode

baseSalaryAmount

KualiDecimal baseSalaryAmount

primary

boolean primary

Class org.kuali.rice.kim.bo.entity.dto.KimEntityEntityTypeDefaultInfo extends Object implements Serializable

serialVersionUID: -6585360231364528118L

Serialized Fields

entityTypeCode

String entityTypeCode

defaultAddress

KimEntityAddressInfo defaultAddress

defaultPhoneNumber

KimEntityPhoneInfo defaultPhoneNumber

defaultEmailAddress

KimEntityEmailInfo defaultEmailAddress

Class org.kuali.rice.kim.bo.entity.dto.KimEntityEntityTypeInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: -6849727371078726861L

Serialized Fields

addresses

List<E> addresses

defaultAddress

KimEntityAddressInfo defaultAddress

emailAddresses

List<E> emailAddresses

defaultEmailAddress

KimEntityEmailInfo defaultEmailAddress

entityType

EntityTypeInfo entityType

entityTypeCode

String entityTypeCode

phoneNumbers

List<E> phoneNumbers

defaultPhoneNumber

KimEntityPhoneInfo defaultPhoneNumber

Class org.kuali.rice.kim.bo.entity.dto.KimEntityEthnicityInfo extends KimInfoBase implements Serializable

serialVersionUID: -5660229079458643653L

Serialized Fields

id

String id

entityId

String entityId

ethnicityCode

String ethnicityCode

ethnicityCodeUnmasked

String ethnicityCodeUnmasked

subEthnicityCode

String subEthnicityCode

subEthnicityCodeUnmasked

String subEthnicityCodeUnmasked

suppressPersonal

boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.dto.KimEntityExternalIdentifierInfo extends KimInfoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityExternalIdentifierId

String entityExternalIdentifierId

externalIdentifierTypeCode

String externalIdentifierTypeCode

externalId

String externalId

Class org.kuali.rice.kim.bo.entity.dto.KimEntityInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

affiliations

List<E> affiliations

bioDemographics

KimEntityBioDemographicsInfo bioDemographics

citizenships

List<E> citizenships

employmentInformation

List<E> employmentInformation

entityId

String entityId

entityTypes

List<E> entityTypes

externalIdentifiers

List<E> externalIdentifiers

names

List<E> names

principals

List<E> principals

privacyPreferences

KimEntityPrivacyPreferencesInfo privacyPreferences

ethnicities

List<E> ethnicities

residencies

List<E> residencies

visas

List<E> visas

Class org.kuali.rice.kim.bo.entity.dto.KimEntityNameInfo extends KimDefaultableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityNameId

String entityNameId

nameTypeCode

String nameTypeCode

firstName

String firstName

firstNameUnmasked

String firstNameUnmasked

middleName

String middleName

middleNameUnmasked

String middleNameUnmasked

lastName

String lastName

lastNameUnmasked

String lastNameUnmasked

title

String title

titleUnmasked

String titleUnmasked

suffix

String suffix

suffixUnmasked

String suffixUnmasked

suppressName

boolean suppressName

formattedName

String formattedName

formattedNameUnmasked

String formattedNameUnmasked

Class org.kuali.rice.kim.bo.entity.dto.KimEntityPhoneInfo extends KimDefaultableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

entityPhoneId

String entityPhoneId

entityTypeCode

String entityTypeCode

phoneTypeCode

String phoneTypeCode

phoneNumber

String phoneNumber

extensionNumber

String extensionNumber

countryCode

String countryCode

phoneNumberUnmasked

String phoneNumberUnmasked

extensionNumberUnmasked

String extensionNumberUnmasked

countryCodeUnmasked

String countryCodeUnmasked

formattedPhoneNumber

String formattedPhoneNumber

formattedPhoneNumberUnmasked

String formattedPhoneNumberUnmasked

suppressPhone

boolean suppressPhone

Class org.kuali.rice.kim.bo.entity.dto.KimEntityPrivacyPreferencesInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

suppressName

boolean suppressName

suppressEmail

boolean suppressEmail

suppressAddress

boolean suppressAddress

suppressPhone

boolean suppressPhone

suppressPersonal

boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.dto.KimEntityResidencyInfo extends KimInfoBase implements Serializable

serialVersionUID: -3939718576000597749L

Serialized Fields

id

String id

entityId

String entityId

determinationMethod

String determinationMethod

inStateFlag

String inStateFlag

Class org.kuali.rice.kim.bo.entity.dto.KimEntityVisaInfo extends KimInfoBase implements Serializable

serialVersionUID: 469708778377293171L

Serialized Fields

id

String id

entityId

String entityId

visaTypeKey

String visaTypeKey

visaEntry

String visaEntry

visaId

String visaId

Class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo extends Object implements Serializable

serialVersionUID: 3867167307504353932L

Serialized Fields

active

boolean active

Class org.kuali.rice.kim.bo.entity.dto.KimInfoBase extends Object implements Serializable

serialVersionUID: -1278117496016870920L

Class org.kuali.rice.kim.bo.entity.dto.KimPrincipalInfo extends KimInactivatableInfo implements Serializable

serialVersionUID: 4480581610252159266L

Serialized Fields

principalId

String principalId

principalName

String principalName

entityId

String entityId

password

String password

Package org.kuali.rice.kim.bo.entity.impl

Class org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase extends KimInactivatableEntityDataBase implements Serializable

Serialized Fields

dflt

boolean dflt

Class org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityTypeDataBase extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityTypeCode

String entityTypeCode

Class org.kuali.rice.kim.bo.entity.impl.KimEntityAddressImpl extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityAddressId

String entityAddressId

entityId

String entityId

addressTypeCode

String addressTypeCode

entityTypeCode

String entityTypeCode

cityName

String cityName

stateCode

String stateCode

postalCode

String postalCode

countryCode

String countryCode

line1

String line1

line2

String line2

line3

String line3

addressType

AddressType addressType

suppressAddress

Boolean suppressAddress

Class org.kuali.rice.kim.bo.entity.impl.KimEntityAffiliationImpl extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityAffiliationId

String entityAffiliationId

entityId

String entityId

affiliationTypeCode

String affiliationTypeCode

campusCode

String campusCode

affiliationType

AffiliationType affiliationType

Class org.kuali.rice.kim.bo.entity.impl.KimEntityBioDemographicsImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 6317317790920881093L

Serialized Fields

entityId

String entityId

birthDate

Date birthDate

genderCode

String genderCode

deceasedDate

Date deceasedDate

maritalStatusCode

String maritalStatusCode

primaryLanguageCode

String primaryLanguageCode

secondaryLanguageCode

String secondaryLanguageCode

countryOfBirthCode

String countryOfBirthCode

birthStateCode

String birthStateCode

cityOfBirth

String cityOfBirth

geographicOrigin

String geographicOrigin

suppressPersonal

Boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.impl.KimEntityCitizenshipImpl extends KimInactivatableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityCitizenshipId

String entityCitizenshipId

entityId

String entityId

countryCode

String countryCode

citizenshipStatusCode

String citizenshipStatusCode

startDate

Date startDate

endDate

Date endDate

citizenshipType

CitizenshipStatus citizenshipType

Class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase extends PersistableBusinessObjectBase implements Serializable

Class org.kuali.rice.kim.bo.entity.impl.KimEntityDefaultInfoCacheImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

versionNumber

Long versionNumber

principalId

String principalId

principalName

String principalName

entityId

String entityId

entityTypeCode

String entityTypeCode

firstName

String firstName

middleName

String middleName

lastName

String lastName

name

String name

campusCode

String campusCode

primaryDepartmentCode

String primaryDepartmentCode

employeeId

String employeeId

lastUpdateTimestamp

Timestamp lastUpdateTimestamp

Class org.kuali.rice.kim.bo.entity.impl.KimEntityEmailImpl extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityEmailId

String entityEmailId

entityId

String entityId

entityTypeCode

String entityTypeCode

emailTypeCode

String emailTypeCode

emailAddress

String emailAddress

emailType

EmailType emailType

suppressEmail

Boolean suppressEmail

Class org.kuali.rice.kim.bo.entity.impl.KimEntityEmploymentInformationImpl extends KimInactivatableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityEmploymentId

String entityEmploymentId

entityId

String entityId

employeeId

String employeeId

employmentRecordId

String employmentRecordId

entityAffiliationId

String entityAffiliationId

employeeStatusCode

String employeeStatusCode

employeeTypeCode

String employeeTypeCode

primaryDepartmentCode

String primaryDepartmentCode

baseSalaryAmount

KualiDecimal baseSalaryAmount

primary

boolean primary

employmentType

EmploymentTypeImpl employmentType

employmentStatus

EmploymentStatusImpl employmentStatus

affiliation

KimEntityAffiliationImpl affiliation

Class org.kuali.rice.kim.bo.entity.impl.KimEntityEntityTypeImpl extends KimInactivatableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityId

String entityId

entityTypeCode

String entityTypeCode

entityType

EntityType entityType

emailAddresses

List<E> emailAddresses

phoneNumbers

List<E> phoneNumbers

addresses

List<E> addresses

Class org.kuali.rice.kim.bo.entity.impl.KimEntityEthnicityImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 4870141334376945160L

Serialized Fields

id

String id

entityId

String entityId

ethnicityCode

String ethnicityCode

subEthnicityCode

String subEthnicityCode

suppressPersonal

Boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.impl.KimEntityExternalIdentifierImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityExternalIdentifierId

String entityExternalIdentifierId

entityId

String entityId

externalIdentifierTypeCode

String externalIdentifierTypeCode

externalId

String externalId

externalIdentifierType

ExternalIdentifierType externalIdentifierType

cachedExtIdType

ExternalIdentifierType cachedExtIdType

encryptionRequired

boolean encryptionRequired

Class org.kuali.rice.kim.bo.entity.impl.KimEntityImpl extends KimInactivatableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityId

String entityId

names

List<E> names

entityTypes

List<E> entityTypes

principals

List<E> principals

externalIdentifiers

List<E> externalIdentifiers

affiliations

List<E> affiliations

employmentInformation

List<E> employmentInformation

privacyPreferences

KimEntityPrivacyPreferencesImpl privacyPreferences

bioDemographics

KimEntityBioDemographicsImpl bioDemographics

citizenships

List<E> citizenships

ethnicities

List<E> ethnicities

residencies

List<E> residencies

visas

List<E> visas

Class org.kuali.rice.kim.bo.entity.impl.KimEntityNameImpl extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityNameId

String entityNameId

entityId

String entityId

nameTypeCode

String nameTypeCode

firstName

String firstName

middleName

String middleName

lastName

String lastName

title

String title

suffix

String suffix

entityNameType

EntityNameType entityNameType

suppressName

Boolean suppressName

Class org.kuali.rice.kim.bo.entity.impl.KimEntityPhoneImpl extends KimDefaultableEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityPhoneId

String entityPhoneId

entityId

String entityId

entityTypeCode

String entityTypeCode

phoneTypeCode

String phoneTypeCode

phoneNumber

String phoneNumber

extensionNumber

String extensionNumber

countryCode

String countryCode

phoneType

PhoneType phoneType

suppressPhone

Boolean suppressPhone

Class org.kuali.rice.kim.bo.entity.impl.KimEntityPrivacyPreferencesImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityId

String entityId

suppressName

boolean suppressName

suppressEmail

boolean suppressEmail

suppressAddress

boolean suppressAddress

suppressPhone

boolean suppressPhone

suppressPersonal

boolean suppressPersonal

Class org.kuali.rice.kim.bo.entity.impl.KimEntityResidencyImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 6577601907062646925L

Serialized Fields

id

String id

entityId

String entityId

determinationMethod

String determinationMethod

inStateFlag

String inStateFlag

Class org.kuali.rice.kim.bo.entity.impl.KimEntityVisaImpl extends KimEntityDataBase implements Serializable

serialVersionUID: 3067809653175495621L

Serialized Fields

id

String id

entityId

String entityId

visaTypeKey

String visaTypeKey

visaEntry

String visaEntry

visaId

String visaId

Class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase extends KimEntityDataBase implements Serializable

serialVersionUID: 1L

Serialized Fields

active

boolean active

Class org.kuali.rice.kim.bo.entity.impl.KimPrincipalImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 4480581610252159266L

Serialized Fields

principalId

String principalId

principalName

String principalName

entityId

String entityId

password

String password

active

boolean active

Package org.kuali.rice.kim.bo.group.dto

Class org.kuali.rice.kim.bo.group.dto.GroupInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId

groupName

String groupName

groupDescription

String groupDescription

active

boolean active

kimTypeId

String kimTypeId

namespaceCode

String namespaceCode

attributes

AttributeSet attributes

Class org.kuali.rice.kim.bo.group.dto.GroupMembershipInfo extends InactiveableInfo implements Serializable

serialVersionUID: 8480290118998280178L

Serialized Fields

groupId

String groupId

groupMemberId

String groupMemberId

memberId

String memberId

memberTypeCode

String memberTypeCode

versionNumber

Long versionNumber

Package org.kuali.rice.kim.bo.group.impl

Class org.kuali.rice.kim.bo.group.impl.GroupAttributeDataImpl extends KimAttributeDataImpl implements Serializable

Serialized Fields

groupId

String groupId

Class org.kuali.rice.kim.bo.group.impl.GroupMemberImpl extends KimAbstractMemberImpl implements Serializable

Serialized Fields

groupMemberId

String groupMemberId

groupId

String groupId

Package org.kuali.rice.kim.bo.impl

Class org.kuali.rice.kim.bo.impl.GenericPermission extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

permissionId

String permissionId

namespaceCode

String namespaceCode

name

String name

description

String description

active

boolean active

templateId

String templateId

detailValues

String detailValues

details

AttributeSet details

Class org.kuali.rice.kim.bo.impl.GroupImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId

groupName

String groupName

groupDescription

String groupDescription

active

boolean active

kimTypeId

String kimTypeId

namespaceCode

String namespaceCode

members

List<E> members

groupAttributes

List<E> groupAttributes

memberPersons

List<E> memberPersons

memberGroups

List<E> memberGroups

attributes

AttributeSet attributes

Class org.kuali.rice.kim.bo.impl.KimAbstractMemberImpl extends InactivatableFromToImpl implements Serializable

Serialized Fields

memberId

String memberId

memberTypeCode

String memberTypeCode

Class org.kuali.rice.kim.bo.impl.KimAttributes extends TransientBusinessObjectBase implements Serializable

serialVersionUID: 8976113842166331719L

Serialized Fields

methodToCall

String methodToCall

beanName

String beanName

actionClass

String actionClass

namespaceCode

String namespaceCode

componentName

String componentName

propertyName

String propertyName

existingRecordsOnly

Boolean existingRecordsOnly

createdBySelfOnly

Boolean createdBySelfOnly

attachmentTypeCode

String attachmentTypeCode

collectionItemTypeCode

String collectionItemTypeCode

editMode

String editMode

parameterName

String parameterName

campusCode

String campusCode

documentTypeName

String documentTypeName

actionRequestCd

String actionRequestCd

routeStatusCode

String routeStatusCode

routeNodeName

String routeNodeName

roleName

String roleName

permissionName

String permissionName

responsibilityName

String responsibilityName

groupName

String groupName

required

Boolean required

actionDetailsAtRoleMemberLevel

Boolean actionDetailsAtRoleMemberLevel

documentNumber

String documentNumber

sectionId

String sectionId

kimTypeId

String kimTypeId

qualifierResolverProvidedIdentifier

String qualifierResolverProvidedIdentifier

campus

Campus campus

parameterNamespace

Namespace parameterNamespace

parameterDetailType

ParameterDetailType parameterDetailType

parameter

Parameter parameter

documentType

DocumentType documentType

Class org.kuali.rice.kim.bo.impl.PermissionImpl extends KimPermissionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

assignedToRoles

List<E> assignedToRoles

assignedToRoleNamespaceForLookup

String assignedToRoleNamespaceForLookup

assignedToRoleNameForLookup

String assignedToRoleNameForLookup

assignedToRole

RoleImpl assignedToRole

assignedToPrincipalNameForLookup

String assignedToPrincipalNameForLookup

assignedToPrincipal

Person assignedToPrincipal

assignedToGroupNamespaceForLookup

String assignedToGroupNamespaceForLookup

assignedToGroupNameForLookup

String assignedToGroupNameForLookup

assignedToGroup

GroupImpl assignedToGroup

attributeName

String attributeName

attributeValue

String attributeValue

detailCriteria

String detailCriteria

Class org.kuali.rice.kim.bo.impl.PersonImpl extends TransientBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

lookupRoleNamespaceCode

String lookupRoleNamespaceCode

lookupRoleName

String lookupRoleName

principalId

String principalId

principalName

String principalName

entityId

String entityId

entityTypeCode

String entityTypeCode

firstName

String firstName

middleName

String middleName

lastName

String lastName

name

String name

addressLine1

String addressLine1

addressLine2

String addressLine2

addressLine3

String addressLine3

addressCityName

String addressCityName

addressStateCode

String addressStateCode

addressPostalCode

String addressPostalCode

addressCountryCode

String addressCountryCode

emailAddress

String emailAddress

phoneNumber

String phoneNumber

suppressName

boolean suppressName

suppressAddress

boolean suppressAddress

suppressPhone

boolean suppressPhone

suppressPersonal

boolean suppressPersonal

suppressEmail

boolean suppressEmail

affiliations

List<E> affiliations

campusCode

String campusCode

campus

Campus campus

externalIdentifiers

Map<K,V> externalIdentifiers

employeeStatusCode

String employeeStatusCode

employeeStatus

EmploymentStatusImpl employeeStatus

employeeTypeCode

String employeeTypeCode

employeeType

EmploymentTypeImpl employeeType

primaryDepartmentCode

String primaryDepartmentCode

employeeId

String employeeId

baseSalaryAmount

KualiDecimal baseSalaryAmount

active

boolean active

Class org.kuali.rice.kim.bo.impl.ResponsibilityImpl extends KimResponsibilityImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

assignedToRoles

List<E> assignedToRoles

assignedToRoleNamespaceForLookup

String assignedToRoleNamespaceForLookup

assignedToRoleNameForLookup

String assignedToRoleNameForLookup

assignedToRole

RoleImpl assignedToRole

assignedToPrincipalNameForLookup

String assignedToPrincipalNameForLookup

assignedToPrincipal

Person assignedToPrincipal

assignedToGroupNamespaceForLookup

String assignedToGroupNamespaceForLookup

assignedToGroupNameForLookup

String assignedToGroupNameForLookup

assignedToGroup

GroupImpl assignedToGroup

attributeName

String attributeName

attributeValue

String attributeValue

detailCriteria

String detailCriteria

Class org.kuali.rice.kim.bo.impl.ReviewResponsibility extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

responsibilityId

String responsibilityId

namespaceCode

String namespaceCode

name

String name

description

String description

active

boolean active

documentTypeName

String documentTypeName

routeNodeName

String routeNodeName

actionDetailsAtRoleMemberLevel

boolean actionDetailsAtRoleMemberLevel

required

boolean required

qualifierResolverProvidedIdentifier

String qualifierResolverProvidedIdentifier

documentType

DocumentTypeEBO documentType

Class org.kuali.rice.kim.bo.impl.RoleImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

roleId

String roleId

roleName

String roleName

roleDescription

String roleDescription

active

boolean active

kimTypeId

String kimTypeId

namespaceCode

String namespaceCode

members

List<E> members

principalName

String principalName

groupNamespaceCode

String groupNamespaceCode

groupName

String groupName

permNamespaceCode

String permNamespaceCode

permName

String permName

permTmplNamespaceCode

String permTmplNamespaceCode

permTmplName

String permTmplName

respNamespaceCode

String respNamespaceCode

respName

String respName

respTmplNamespaceCode

String respTmplNamespaceCode

respTmplName

String respTmplName

Package org.kuali.rice.kim.bo.reference

Package org.kuali.rice.kim.bo.reference.dto

Class org.kuali.rice.kim.bo.reference.dto.AddressTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.AffiliationTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

employmentAffiliationType

boolean employmentAffiliationType

Class org.kuali.rice.kim.bo.reference.dto.CitizenshipStatusInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.EmailTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.EmploymentStatusInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.EmploymentTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.EntityNameTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.EntityTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.dto.ExternalIdentifierTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptionRequired

boolean encryptionRequired

Class org.kuali.rice.kim.bo.reference.dto.KimCodeInfoBase extends Object implements Serializable

serialVersionUID: 3391418027677414695L

Serialized Fields

code

String code

name

String name

active

boolean active

displaySortCode

String displaySortCode

Class org.kuali.rice.kim.bo.reference.dto.PhoneTypeInfo extends KimCodeInfoBase implements Serializable

serialVersionUID: 1L


Package org.kuali.rice.kim.bo.reference.impl

Class org.kuali.rice.kim.bo.reference.impl.AddressTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.AffiliationTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Serialized Fields

employmentAffiliationType

boolean employmentAffiliationType

Class org.kuali.rice.kim.bo.reference.impl.CitizenshipStatusImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.EmailTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.EmploymentStatusImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.EmploymentTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.EntityNameTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.EntityTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.bo.reference.impl.ExternalIdentifierTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L

Serialized Fields

encryptionRequired

boolean encryptionRequired

Class org.kuali.rice.kim.bo.reference.impl.KimCodeBase extends KualiCodeBase implements Serializable

serialVersionUID: 1660166679188995697L

Serialized Fields

displaySortCode

String displaySortCode

Class org.kuali.rice.kim.bo.reference.impl.PhoneTypeImpl extends KimCodeBase implements Serializable

serialVersionUID: 1L


Package org.kuali.rice.kim.bo.role.dto

Class org.kuali.rice.kim.bo.role.dto.DelegateInfo extends InactiveableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

delegationId

String delegationId

delegationTypeCode

String delegationTypeCode

memberId

String memberId

memberTypeCode

String memberTypeCode

qualifier

AttributeSet qualifier

roleMemberId

String roleMemberId

Class org.kuali.rice.kim.bo.role.dto.DelegateMemberCompleteInfo extends DelegateInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

roleId

String roleId

delegationMemberId

String delegationMemberId

memberName

String memberName

memberNamespaceCode

String memberNamespaceCode

Class org.kuali.rice.kim.bo.role.dto.DelegateTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

roleId

String roleId

delegationId

String delegationId

delegationTypeCode

String delegationTypeCode

kimTypeId

String kimTypeId

members

List<E> members

active

Boolean active

Class org.kuali.rice.kim.bo.role.dto.KimPermissionInfo extends PermissionDetailsInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

namespaceCode

String namespaceCode

name

String name

description

String description

templateId

String templateId

template

KimPermissionTemplateInfo template

active

boolean active

Class org.kuali.rice.kim.bo.role.dto.KimPermissionTemplateInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

permissionTemplateId

String permissionTemplateId

namespaceCode

String namespaceCode

name

String name

description

String description

kimTypeId

String kimTypeId

active

boolean active

Class org.kuali.rice.kim.bo.role.dto.KimResponsibilityInfo extends ResponsibilityDetailsInfo implements Serializable

serialVersionUID: 7887896860986162310L

Serialized Fields

namespaceCode

String namespaceCode

name

String name

description

String description

active

boolean active

Class org.kuali.rice.kim.bo.role.dto.KimResponsibilityTemplateInfo extends Object implements Serializable

serialVersionUID: -282533234389371097L

Serialized Fields

responsibilityTemplateId

String responsibilityTemplateId

namespaceCode

String namespaceCode

name

String name

kimTypeId

String kimTypeId

description

String description

active

boolean active

Class org.kuali.rice.kim.bo.role.dto.KimRoleInfo extends Object implements Serializable

Serialized Fields

roleId

String roleId

roleName

String roleName

roleDescription

String roleDescription

active

boolean active

kimTypeId

String kimTypeId

namespaceCode

String namespaceCode

Class org.kuali.rice.kim.bo.role.dto.PermissionDetailsInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

permissionId

String permissionId

details

AttributeSet details

Class org.kuali.rice.kim.bo.role.dto.ResponsibilityActionInfo extends Object implements Serializable

serialVersionUID: 308199072590100177L

Serialized Fields

principalId

String principalId

groupId

String groupId

memberRoleId

String memberRoleId

responsibilityNamespaceCode

String responsibilityNamespaceCode

responsibilityName

String responsibilityName

responsibilityId

String responsibilityId

roleId

String roleId

actionTypeCode

String actionTypeCode

actionPolicyCode

String actionPolicyCode

roleResponsibilityActionId

String roleResponsibilityActionId

parallelRoutingGroupingCode

String parallelRoutingGroupingCode

forceAction

boolean forceAction

priorityNumber

Integer priorityNumber

qualifier

AttributeSet qualifier

delegates

List<E> delegates

Class org.kuali.rice.kim.bo.role.dto.RoleMemberCompleteInfo extends InactiveableInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

roleMemberId

String roleMemberId

roleId

String roleId

qualifier

AttributeSet qualifier

roleRspActions

List<E> roleRspActions

memberName

String memberName

memberNamespaceCode

String memberNamespaceCode

memberId

String memberId

memberTypeCode

String memberTypeCode

Class org.kuali.rice.kim.bo.role.dto.RoleMembershipInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

roleId

String roleId

roleMemberId

String roleMemberId

embeddedRoleId

String embeddedRoleId

memberId

String memberId

memberTypeCode

String memberTypeCode

roleSortingCode

String roleSortingCode

qualifier

AttributeSet qualifier

delegates

List<E> delegates

Class org.kuali.rice.kim.bo.role.dto.RoleResponsibilityActionInfo extends Object implements Serializable

Serialized Fields

roleResponsibilityActionId

String roleResponsibilityActionId

roleResponsibilityId

String roleResponsibilityId

roleMemberId

String roleMemberId

actionTypeCode

String actionTypeCode

actionPolicyCode

String actionPolicyCode

forceAction

boolean forceAction

priorityNumber

Integer priorityNumber

roleResponsibilityInfo

RoleResponsibilityInfo roleResponsibilityInfo

Class org.kuali.rice.kim.bo.role.dto.RoleResponsibilityInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

roleResponsibilityId

String roleResponsibilityId

roleId

String roleId

responsibilityId

String responsibilityId

kimResponsibilityInfo

KimResponsibilityInfo kimResponsibilityInfo

Package org.kuali.rice.kim.bo.role.impl

Class org.kuali.rice.kim.bo.role.impl.KimDelegationImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

delegationId

String delegationId

roleId

String roleId

active

boolean active

kimTypeId

String kimTypeId

delegationTypeCode

String delegationTypeCode

members

List<E> members

kimType

KimTypeInfo kimType

Class org.kuali.rice.kim.bo.role.impl.KimDelegationMemberAttributeDataImpl extends KimAttributeDataImpl implements Serializable

Serialized Fields

delegationMemberId

String delegationMemberId

Class org.kuali.rice.kim.bo.role.impl.KimDelegationMemberImpl extends KimAbstractMemberImpl implements Serializable

serialVersionUID: 6278392972043721961L

Serialized Fields

delegationMemberId

String delegationMemberId

delegationId

String delegationId

roleMemberId

String roleMemberId

attributes

List<E> attributes

Class org.kuali.rice.kim.bo.role.impl.KimPermissionImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

permissionId

String permissionId

namespaceCode

String namespaceCode

name

String name

description

String description

active

boolean active

detailObjects

List<E> detailObjects

templateId

String templateId

template

KimPermissionTemplateImpl template

rolePermissions

List<E> rolePermissions

Class org.kuali.rice.kim.bo.role.impl.KimPermissionTemplateImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

permissionTemplateId

String permissionTemplateId

namespaceCode

String namespaceCode

name

String name

kimTypeId

String kimTypeId

description

String description

active

boolean active

Class org.kuali.rice.kim.bo.role.impl.KimResponsibilityImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

responsibilityId

String responsibilityId

namespaceCode

String namespaceCode

name

String name

description

String description

active

boolean active

detailObjects

List<E> detailObjects

templateId

String templateId

template

KimResponsibilityTemplateImpl template

roleResponsibilities

List<E> roleResponsibilities

Class org.kuali.rice.kim.bo.role.impl.KimResponsibilityTemplateImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

responsibilityTemplateId

String responsibilityTemplateId

namespaceCode

String namespaceCode

name

String name

kimTypeId

String kimTypeId

description

String description

active

boolean active

Class org.kuali.rice.kim.bo.role.impl.PermissionAttributeDataImpl extends KimAttributeDataImpl implements Serializable

Serialized Fields

permissionId

String permissionId

Class org.kuali.rice.kim.bo.role.impl.ResponsibilityAttributeDataImpl extends KimAttributeDataImpl implements Serializable

Serialized Fields

responsibilityId

String responsibilityId

Class org.kuali.rice.kim.bo.role.impl.RoleMemberAttributeDataImpl extends KimAttributeDataImpl implements Serializable

Serialized Fields

roleMemberId

String roleMemberId

Class org.kuali.rice.kim.bo.role.impl.RoleMemberImpl extends KimAbstractMemberImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

roleMemberId

String roleMemberId

roleId

String roleId

attributes

List<E> attributes

roleRspActions

List<E> roleRspActions

Class org.kuali.rice.kim.bo.role.impl.RolePermissionImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

rolePermissionId

String rolePermissionId

roleId

String roleId

permissionId

String permissionId

active

boolean active

kimPermission

KimPermissionImpl kimPermission

Class org.kuali.rice.kim.bo.role.impl.RoleResponsibilityActionImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -2840071737863303404L

Serialized Fields

roleResponsibilityActionId

String roleResponsibilityActionId

roleResponsibilityId

String roleResponsibilityId

roleMemberId

String roleMemberId

actionTypeCode

String actionTypeCode

actionPolicyCode

String actionPolicyCode

forceAction

boolean forceAction

priorityNumber

Integer priorityNumber

roleResponsibility

RoleResponsibilityImpl roleResponsibility

Class org.kuali.rice.kim.bo.role.impl.RoleResponsibilityImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

roleResponsibilityId

String roleResponsibilityId

roleId

String roleId

responsibilityId

String responsibilityId

active

boolean active

kimResponsibility

KimResponsibilityImpl kimResponsibility

Package org.kuali.rice.kim.bo.types.dto

Class org.kuali.rice.kim.bo.types.dto.AttributeDefinitionMap extends TreeMap<String,AttributeDefinition> implements Serializable

Class org.kuali.rice.kim.bo.types.dto.AttributeSet extends HashMap<String,String> implements Serializable

serialVersionUID: -5960854367616060667L

Class org.kuali.rice.kim.bo.types.dto.KimTypeAttributeInfo extends Object implements Serializable

serialVersionUID: 5069578471162433850L

Serialized Fields

sortCode

String sortCode

attributeName

String attributeName

namespaceCode

String namespaceCode

attributeLabel

String attributeLabel

componentName

String componentName

kimAttributeId

String kimAttributeId

Class org.kuali.rice.kim.bo.types.dto.KimTypeInfo extends TransientBusinessObjectBase implements Serializable

serialVersionUID: 4229466320569714756L

Serialized Fields

kimTypeId

String kimTypeId

name

String name

namespaceCode

String namespaceCode

kimTypeServiceName

String kimTypeServiceName

attributeDefinitions

List<E> attributeDefinitions

Package org.kuali.rice.kim.bo.types.impl

Class org.kuali.rice.kim.bo.types.impl.KimAttributeDataImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 2717672624042902701L

Serialized Fields

attributeDataId

String attributeDataId

kimTypeId

String kimTypeId

kimAttributeId

String kimAttributeId

attributeValue

String attributeValue

kimAttribute

KimAttributeImpl kimAttribute

Class org.kuali.rice.kim.bo.types.impl.KimAttributeImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

kimAttributeId

String kimAttributeId

attributeName

String attributeName

namespaceCode

String namespaceCode

attributeLabel

String attributeLabel

active

boolean active

componentName

String componentName

Class org.kuali.rice.kim.bo.types.impl.KimTypeAttributeImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

kimTypeAttributeId

String kimTypeAttributeId

kimTypeId

String kimTypeId

kimAttributeId

String kimAttributeId

sortCode

String sortCode

active

boolean active

kimAttribute

KimAttributeImpl kimAttribute

Class org.kuali.rice.kim.bo.types.impl.KimTypeImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 7752050088434254168L

Serialized Fields

kimTypeId

String kimTypeId

name

String name

namespaceCode

String namespaceCode

kimTypeServiceName

String kimTypeServiceName

active

boolean active

attributeDefinitions

List<E> attributeDefinitions

Package org.kuali.rice.kim.bo.ui

Class org.kuali.rice.kim.bo.ui.GroupDocumentMember extends KimDocumentBoBase implements Serializable

Serialized Fields

groupMemberId

String groupMemberId

groupId

String groupId

memberId

String memberId

memberName

String memberName

memberNamespaceCode

String memberNamespaceCode

memberFullName

String memberFullName

memberTypeCode

String memberTypeCode

Class org.kuali.rice.kim.bo.ui.GroupDocumentQualifier extends KimDocumentAttributeDataBusinessObjectBase implements Serializable

serialVersionUID: -8229585479940487688L

Serialized Fields

groupId

String groupId

Class org.kuali.rice.kim.bo.ui.KimDocumentAttributeDataBusinessObjectBase extends KimDocumentBoBase implements Serializable

serialVersionUID: -1512640359333185819L

Serialized Fields

attrDataId

String attrDataId

kimTypId

String kimTypId

kimAttrDefnId

String kimAttrDefnId

attrVal

String attrVal

kimAttribute

KimAttributeImpl kimAttribute

qualifierKey

String qualifierKey

unique

Boolean unique

Class org.kuali.rice.kim.bo.ui.KimDocumentBoBase extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 9042706897191231670L

Serialized Fields

documentNumber

String documentNumber

active

boolean active

edit

boolean edit

activeFromDate

Timestamp activeFromDate

activeToDate

Timestamp activeToDate

Class org.kuali.rice.kim.bo.ui.KimDocumentRoleMember extends KimDocumentBoBase implements Serializable

serialVersionUID: -2463865643038170979L

Serialized Fields

roleMemberId

String roleMemberId

roleId

String roleId

memberId

String memberId

memberTypeCode

String memberTypeCode

memberName

String memberName

memberNamespaceCode

String memberNamespaceCode

memberFullName

String memberFullName

qualifiers

List<E> qualifiers

qualifiersToDisplay

String qualifiersToDisplay

roleRspActions

List<E> roleRspActions

Class org.kuali.rice.kim.bo.ui.KimDocumentRolePermission extends KimDocumentBoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

rolePermissionId

String rolePermissionId

roleId

String roleId

permissionId

String permissionId

kimPermission

KimPermissionInfo kimPermission

Class org.kuali.rice.kim.bo.ui.KimDocumentRoleQualifier extends KimDocumentAttributeDataBusinessObjectBase implements Serializable

Serialized Fields

roleMemberId

String roleMemberId

Class org.kuali.rice.kim.bo.ui.KimDocumentRoleResponsibility extends KimDocumentBoBase implements Serializable

serialVersionUID: -4465768714850961538L

Serialized Fields

roleResponsibilityId

String roleResponsibilityId

roleId

String roleId

responsibilityId

String responsibilityId

kimResponsibility

KimResponsibilityImpl kimResponsibility

roleRspActions

List<E> roleRspActions

Class org.kuali.rice.kim.bo.ui.KimDocumentRoleResponsibilityAction extends KimDocumentBoBase implements Serializable

serialVersionUID: 696663543888096105L

Serialized Fields

roleResponsibilityActionId

String roleResponsibilityActionId

roleResponsibilityId

String roleResponsibilityId

roleMemberId

String roleMemberId

actionTypeCode

String actionTypeCode

actionPolicyCode

String actionPolicyCode

priorityNumber

Integer priorityNumber

forceAction

boolean forceAction

kimResponsibility

KimResponsibilityImpl kimResponsibility

roleResponsibility

RoleResponsibilityImpl roleResponsibility

Class org.kuali.rice.kim.bo.ui.PersonDocumentAddress extends PersonDocumentBoDefaultBase implements Serializable

Serialized Fields

entityAddressId

String entityAddressId

addressTypeCode

String addressTypeCode

entityTypeCode

String entityTypeCode

cityName

String cityName

stateCode

String stateCode

postalCode

String postalCode

countryCode

String countryCode

line1

String line1

line2

String line2

line3

String line3

addressType

AddressType addressType

Class org.kuali.rice.kim.bo.ui.PersonDocumentAffiliation extends PersonDocumentBoDefaultBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityAffiliationId

String entityAffiliationId

affiliationTypeCode

String affiliationTypeCode

campusCode

String campusCode

affiliationType

AffiliationTypeImpl affiliationType

newEmpInfo

PersonDocumentEmploymentInfo newEmpInfo

empInfos

List<E> empInfos

Class org.kuali.rice.kim.bo.ui.PersonDocumentBoDefaultBase extends KimDocumentBoBase implements Serializable

Serialized Fields

dflt

boolean dflt

personDocument

IdentityManagementPersonDocument personDocument

Class org.kuali.rice.kim.bo.ui.PersonDocumentCitizenship extends KimDocumentBoBase implements Serializable

Serialized Fields

entityCitizenshipId

String entityCitizenshipId

entityId

String entityId

countryCode

String countryCode

citizenshipStatusCode

String citizenshipStatusCode

startDate

Date startDate

endDate

Date endDate

Class org.kuali.rice.kim.bo.ui.PersonDocumentEmail extends PersonDocumentBoDefaultBase implements Serializable

Serialized Fields

entityEmailId

String entityEmailId

entityTypeCode

String entityTypeCode

emailTypeCode

String emailTypeCode

emailAddress

String emailAddress

emailType

EmailType emailType

Class org.kuali.rice.kim.bo.ui.PersonDocumentEmploymentInfo extends KimDocumentBoBase implements Serializable

Serialized Fields

entityEmploymentId

String entityEmploymentId

entityAffiliationId

String entityAffiliationId

employeeStatusCode

String employeeStatusCode

employeeTypeCode

String employeeTypeCode

primaryDepartmentCode

String primaryDepartmentCode

baseSalaryAmount

KualiDecimal baseSalaryAmount

employeeId

String employeeId

employmentRecordId

String employmentRecordId

primary

boolean primary

employmentType

EmploymentType employmentType

employmentStatus

EmploymentStatus employmentStatus

affiliation

PersonDocumentAffiliation affiliation

Class org.kuali.rice.kim.bo.ui.PersonDocumentExternalId extends KimDocumentBoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

entityExternalIdentifierId

String entityExternalIdentifierId

externalIdentifierTypeCode

String externalIdentifierTypeCode

externalId

String externalId

externalIdentifierType

ExternalIdentifierType externalIdentifierType

Class org.kuali.rice.kim.bo.ui.PersonDocumentGroup extends KimDocumentBoBase implements Serializable

serialVersionUID: -1551337026170706411L

Serialized Fields

groupMemberId

String groupMemberId

groupType

String groupType

groupId

String groupId

groupName

String groupName

namespaceCode

String namespaceCode

principalId

String principalId

kimTypeId

String kimTypeId

Class org.kuali.rice.kim.bo.ui.PersonDocumentName extends PersonDocumentBoDefaultBase implements Serializable

Serialized Fields

entityNameId

String entityNameId

entityId

String entityId

nameTypeCode

String nameTypeCode

firstName

String firstName

middleName

String middleName

lastName

String lastName

title

String title

suffix

String suffix

entityNameType

EntityNameType entityNameType

Class org.kuali.rice.kim.bo.ui.PersonDocumentPhone extends PersonDocumentBoDefaultBase implements Serializable

Serialized Fields

entityPhoneId

String entityPhoneId

entityTypeCode

String entityTypeCode

phoneTypeCode

String phoneTypeCode

phoneNumber

String phoneNumber

extensionNumber

String extensionNumber

countryCode

String countryCode

phoneType

PhoneType phoneType

Class org.kuali.rice.kim.bo.ui.PersonDocumentPrivacy extends KimDocumentBoBase implements Serializable

Serialized Fields

suppressName

boolean suppressName

suppressEmail

boolean suppressEmail

suppressAddress

boolean suppressAddress

suppressPhone

boolean suppressPhone

suppressPersonal

boolean suppressPersonal

Class org.kuali.rice.kim.bo.ui.PersonDocumentRole extends KimDocumentBoBase implements Serializable

serialVersionUID: 4908044213007222739L

Serialized Fields

roleId

String roleId

kimTypeId

String kimTypeId

roleName

String roleName

roleImpl

RoleImpl roleImpl

namespaceCode

String namespaceCode

kimRoleType

KimTypeInfo kimRoleType

attributes

List<E> attributes

rolePrncpls

List<E> rolePrncpls

newRolePrncpl

KimDocumentRoleMember newRolePrncpl

assignedResponsibilities

List<E> assignedResponsibilities

isEditable

boolean isEditable

Class org.kuali.rice.kim.bo.ui.RoleDocumentBoBase extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

documentNumber

String documentNumber

active

boolean active

edit

boolean edit

roleDocument

IdentityManagementRoleDocument roleDocument

Class org.kuali.rice.kim.bo.ui.RoleDocumentBoDefaultBase extends KimDocumentBoBase implements Serializable

Serialized Fields

dflt

boolean dflt

roleDocument

IdentityManagementRoleDocument roleDocument

Class org.kuali.rice.kim.bo.ui.RoleDocumentDelegation extends KimDocumentBoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

delegationId

String delegationId

roleId

String roleId

kimTypeId

String kimTypeId

delegationTypeCode

String delegationTypeCode

members

List<E> members

member

RoleDocumentDelegationMember member

qualifiers

List<E> qualifiers

Class org.kuali.rice.kim.bo.ui.RoleDocumentDelegationMember extends KimDocumentBoBase implements Serializable

serialVersionUID: 1L

Serialized Fields

delegationMemberId

String delegationMemberId

roleMemberId

String roleMemberId

roleMemberMemberId

String roleMemberMemberId

roleMemberMemberTypeCode

String roleMemberMemberTypeCode

roleMemberName

String roleMemberName

roleMemberNamespaceCode

String roleMemberNamespaceCode

attributesHelper

KimTypeAttributesHelper attributesHelper

roleImpl

RoleImpl roleImpl

delegationId

String delegationId

memberId

String memberId

memberTypeCode

String memberTypeCode

memberNamespaceCode

String memberNamespaceCode

memberName

String memberName

qualifiers

List<E> qualifiers

delegationTypeCode

String delegationTypeCode

Class org.kuali.rice.kim.bo.ui.RoleDocumentDelegationMemberQualifier extends KimDocumentAttributeDataBusinessObjectBase implements Serializable

Serialized Fields

delegationMemberId

String delegationMemberId

Package org.kuali.rice.kim.client.acegi

Class org.kuali.rice.kim.client.acegi.KualiDistributedSessionExpiredAuthentication extends org.acegisecurity.providers.AbstractAuthenticationToken implements Serializable

serialVersionUID: -370555068587002773L

Class org.kuali.rice.kim.client.acegi.KualiDistributedSessionExpiredException extends org.acegisecurity.AuthenticationException implements Serializable

serialVersionUID: -7235709782721246169L


Package org.kuali.rice.kim.document

Class org.kuali.rice.kim.document.GenericPermissionMaintainable extends KualiMaintainableImpl implements Serializable

serialVersionUID: -8102504656976243468L

Class org.kuali.rice.kim.document.IdentityManagementGroupDocument extends IdentityManagementTypeAttributeTransactionalDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId

groupTypeId

String groupTypeId

groupTypeName

String groupTypeName

groupNamespace

String groupNamespace

groupName

String groupName

groupDescription

String groupDescription

active

boolean active

editing

boolean editing

members

List<E> members

qualifiers

List<E> qualifiers

Class org.kuali.rice.kim.document.IdentityManagementKimDocument extends TransactionalDocumentBase implements Serializable

Serialized Fields

delegations

List<E> delegations

delegationMembers

List<E> delegationMembers

Class org.kuali.rice.kim.document.IdentityManagementPersonDocument extends IdentityManagementKimDocument implements Serializable

serialVersionUID: -534993712085516925L

Serialized Fields

principalId

String principalId

principalName

String principalName

entityId

String entityId

password

String password

univId

String univId

affiliations

List<E> affiliations

campusCode

String campusCode

externalIdentifiers

Map<K,V> externalIdentifiers

active

boolean active

citizenships

List<E> citizenships

names

List<E> names

addrs

List<E> addrs

phones

List<E> phones

emails

List<E> emails

groups

List<E> groups

roles

List<E> roles

privacy

PersonDocumentPrivacy privacy

Class org.kuali.rice.kim.document.IdentityManagementRoleDocument extends IdentityManagementTypeAttributeTransactionalDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

roleId

String roleId

roleTypeId

String roleTypeId

roleTypeName

String roleTypeName

roleNamespace

String roleNamespace

roleName

String roleName

roleDescription

String roleDescription

active

boolean active

editing

boolean editing

permissions

List<E> permissions

responsibilities

List<E> responsibilities

members

List<E> members

delegationMembers

List<E> delegationMembers

delegations

List<E> delegations

Class org.kuali.rice.kim.document.IdentityManagementTypeAttributeTransactionalDocument extends IdentityManagementKimDocument implements Serializable

serialVersionUID: -9064436454008712125L

Serialized Fields

kimType

KimTypeInfo kimType

attributes

List<E> attributes

Class org.kuali.rice.kim.document.KimTypeAttributesHelper extends Object implements Serializable

Serialized Fields

kimType

KimTypeInfo kimType

attributes

List<E> attributes

Class org.kuali.rice.kim.document.ReviewResponsibilityMaintainable extends KualiMaintainableImpl implements Serializable

serialVersionUID: -8102504656976243468L


Package org.kuali.rice.kim.lookup

Class org.kuali.rice.kim.lookup.GroupLookupableHelperServiceImpl extends KimLookupableHelperServiceImpl implements Serializable

Serialized Fields

grpRows

List<E> grpRows

attrRows

List<E> attrRows

groupDao

KimGroupDao groupDao

typeId

String typeId

attrDefinitions

AttributeDefinitionMap attrDefinitions

groupTypeValuesCache

Map<K,V> groupTypeValuesCache

Class org.kuali.rice.kim.lookup.GroupLookupableImpl extends KualiLookupableImpl implements Serializable

serialVersionUID: -7862240710174441633L

Class org.kuali.rice.kim.lookup.KimDocumentRoleMemberLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.lookup.KimLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.lookup.KimTypeLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kim.lookup.PermissionLookupableHelperServiceImpl extends RoleMemberLookupableHelperServiceImpl implements Serializable

serialVersionUID: -3578448525862270477L

Class org.kuali.rice.kim.lookup.PermissionLookupableImpl extends KualiLookupableImpl implements Serializable

Class org.kuali.rice.kim.lookup.PersonLookupableHelperServiceImpl extends KimLookupableHelperServiceImpl implements Serializable

serialVersionUID: 1971744785776844579L

Serialized Fields

title

ThreadLocal<T> title

Class org.kuali.rice.kim.lookup.PersonLookupableImpl extends KualiLookupableImpl implements Serializable

serialVersionUID: 1707861010746829601L

Serialized Fields

uiDocumentService

UiDocumentService uiDocumentService

Class org.kuali.rice.kim.lookup.ResponsibilityLookupableHelperServiceImpl extends RoleMemberLookupableHelperServiceImpl implements Serializable

serialVersionUID: -2882500971924192124L

Class org.kuali.rice.kim.lookup.ResponsibilityLookupableImpl extends KualiLookupableImpl implements Serializable

Class org.kuali.rice.kim.lookup.RoleLookupableHelperServiceImpl extends KimLookupableHelperServiceImpl implements Serializable

Serialized Fields

roleRows

List<E> roleRows

attrRows

List<E> attrRows

roleDao

KimRoleDao roleDao

typeId

String typeId

attrDefinitions

AttributeDefinitionMap attrDefinitions

Class org.kuali.rice.kim.lookup.RoleLookupableImpl extends KualiLookupableImpl implements Serializable

serialVersionUID: -543816772634893348L

Class org.kuali.rice.kim.lookup.RoleMemberImplLookupableHelperServiceImpl extends KimLookupableHelperServiceImpl implements Serializable

Class org.kuali.rice.kim.lookup.RoleMemberLookupableHelperServiceImpl extends KimLookupableHelperServiceImpl implements Serializable


Package org.kuali.rice.kim.service.support.impl

Class org.kuali.rice.kim.service.support.impl.KimTypeAttributeValidationException extends RuntimeException implements Serializable

serialVersionUID: 8220618846321607801L


Package org.kuali.rice.kim.util

Class org.kuali.rice.kim.util.KIMPropertyConstants extends JSTLConstants implements Serializable

serialVersionUID: -879796178745937778L

Class org.kuali.rice.kim.util.KualiDateMask extends Date implements Serializable

serialVersionUID: 1L

Serialized Fields

mask

String mask

Package org.kuali.rice.kim.web.struts.form

Class org.kuali.rice.kim.web.struts.form.IdentityManagementDocumentFormBase extends KualiTransactionalDocumentFormBase implements Serializable

Serialized Fields

recordsPerPage

int recordsPerPage

inquiry

boolean inquiry

Class org.kuali.rice.kim.web.struts.form.IdentityManagementGroupDocumentForm extends IdentityManagementDocumentFormBase implements Serializable

serialVersionUID: -107836689162363400L

Serialized Fields

canAssignGroup

boolean canAssignGroup

kimType

KimTypeInfo kimType

member

GroupDocumentMember member

groupId

String groupId

Class org.kuali.rice.kim.web.struts.form.IdentityManagementPersonDocumentForm extends IdentityManagementDocumentFormBase implements Serializable

serialVersionUID: -4787045391777666988L

Serialized Fields

principalId

String principalId

newAffln

PersonDocumentAffiliation newAffln

newEmpInfo

PersonDocumentEmploymentInfo newEmpInfo

newCitizenship

PersonDocumentCitizenship newCitizenship

newName

PersonDocumentName newName

newAddress

PersonDocumentAddress newAddress

newPhone

PersonDocumentPhone newPhone

newEmail

PersonDocumentEmail newEmail

newGroup

PersonDocumentGroup newGroup

newRole

PersonDocumentRole newRole

newDelegationMember

RoleDocumentDelegationMember newDelegationMember

newDelegationMemberRoleId

String newDelegationMemberRoleId

delegationMemberLookup

boolean delegationMemberLookup

canModifyEntity

boolean canModifyEntity

canOverrideEntityPrivacyPreferences

boolean canOverrideEntityPrivacyPreferences

userSameAsPersonEdited

boolean userSameAsPersonEdited

Class org.kuali.rice.kim.web.struts.form.IdentityManagementRoleDocumentForm extends IdentityManagementDocumentFormBase implements Serializable

serialVersionUID: 7099079353241080483L

Serialized Fields

delegationMemberRoleMemberId

String delegationMemberRoleMemberId

dmrmi

String dmrmi

canAssignRole

boolean canAssignRole

canModifyAssignees

boolean canModifyAssignees

kimType

KimTypeInfo kimType

member

KimDocumentRoleMember member

permission

KimDocumentRolePermission permission

responsibility

KimDocumentRoleResponsibility responsibility

delegationMember

RoleDocumentDelegationMember delegationMember

roleId

String roleId

Package org.kuali.rice.kim.xml

Class org.kuali.rice.kim.xml.GroupMembershipXmlDto extends Object implements Serializable

serialVersionUID: 8480290118998280178L

Serialized Fields

groupId

String groupId

groupMemberId

String groupMemberId

memberId

String memberId

memberTypeCode

String memberTypeCode

versionNumber

Long versionNumber

activeFromDate

Date activeFromDate

activeToDate

Date activeToDate

Class org.kuali.rice.kim.xml.GroupXmlDto extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId

groupName

String groupName

groupDescription

String groupDescription

active

boolean active

kimTypeId

String kimTypeId

namespaceCode

String namespaceCode

attributes

AttributeSet attributes

members

List<E> members

Package org.kuali.rice.kns

Class org.kuali.rice.kns.UserSession extends Object implements Serializable

serialVersionUID: 4532616762540067557L

Serialized Fields

person

Person person

backdoorUser

Person backdoorUser

nextObjectKey

int nextObjectKey

objectMap

Map<K,V> objectMap

kualiSessionId

String kualiSessionId

editablePropertiesHistoryHolder

EditablePropertiesHistoryHolder editablePropertiesHistoryHolder

workflowDocMap

Map<K,V> workflowDocMap

Package org.kuali.rice.kns.authorization

Class org.kuali.rice.kns.authorization.AuthorizationConstants extends JSTLConstants implements Serializable

serialVersionUID: 3415761227639600675L

Class org.kuali.rice.kns.authorization.BusinessObjectRestrictionsBase extends Object implements Serializable

Serialized Fields

partiallyMaskedFields

Map<K,V> partiallyMaskedFields

fullyMaskedFields

Map<K,V> fullyMaskedFields

allRestrictedFields

Set<E> allRestrictedFields

Class org.kuali.rice.kns.authorization.InquiryOrMaintenanceDocumentRestrictionsBase extends BusinessObjectRestrictionsBase implements Serializable

Serialized Fields

hiddenFields

Set<E> hiddenFields

hiddenSectionIds

Set<E> hiddenSectionIds

Package org.kuali.rice.kns.bo

Class org.kuali.rice.kns.bo.AdHocRoutePerson extends AdHocRouteRecipient implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kns.bo.AdHocRoutePersonId extends Object implements Serializable

serialVersionUID: -2030160650786561367L

Serialized Fields

type

Integer type

actionRequested

String actionRequested

id

String id

Class org.kuali.rice.kns.bo.AdHocRouteRecipient extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -6499610180752232494L

Serialized Fields

type

Integer type

actionRequested

String actionRequested

id

String id

name

String name

documentNumber

String documentNumber

Class org.kuali.rice.kns.bo.AdHocRouteRecipientId extends Object implements Serializable

serialVersionUID: 8497301760757033542L

Serialized Fields

type

Integer type

actionRequested

String actionRequested

id

String id

Class org.kuali.rice.kns.bo.AdHocRouteWorkgroup extends AdHocRouteRecipient implements Serializable

serialVersionUID: 1L

Serialized Fields

recipientNamespaceCode

String recipientNamespaceCode

recipientName

String recipientName

Class org.kuali.rice.kns.bo.AdHocRouteWorkgroupId extends Object implements Serializable

serialVersionUID: -3782889247235043846L

Serialized Fields

type

Integer type

actionRequested

String actionRequested

id

String id

Class org.kuali.rice.kns.bo.Attachment extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

noteIdentifier

Long noteIdentifier

attachmentMimeTypeCode

String attachmentMimeTypeCode

attachmentFileName

String attachmentFileName

attachmentIdentifier

String attachmentIdentifier

attachmentFileSize

Long attachmentFileSize

attachmentTypeCode

String attachmentTypeCode

note

Note note

Class org.kuali.rice.kns.bo.AttributeReferenceDummy extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 6582568341825342401L

Serialized Fields

oneDigitTextCode

String oneDigitTextCode

twoDigitTextCode

String twoDigitTextCode

genericSystemId

String genericSystemId

genericDate

Date genericDate

genericTimestamp

Timestamp genericTimestamp

genericBoolean

boolean genericBoolean

activeIndicator

boolean activeIndicator

genericAmount

KualiDecimal genericAmount

genericBigText

String genericBigText

emailAddress

String emailAddress

percent

KualiPercent percent

newCollectionRecord

boolean newCollectionRecord

workflowDocumentStatus

String workflowDocumentStatus

createDate

Date createDate

initiatorNetworkId

String initiatorNetworkId

activeFromDate

Date activeFromDate

activeToDate

Date activeToDate

activeAsOfDate

Date activeAsOfDate

current

boolean current

Class org.kuali.rice.kns.bo.AttributeReferenceElements extends PersistableBusinessObjectExtensionBase implements Serializable

serialVersionUID: -7646503995716194181L

Serialized Fields

infoTextArea

String infoTextArea

extendedTextArea

String extendedTextArea

Class org.kuali.rice.kns.bo.BusinessObjectAttributeEntry extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 8136616401437024033L

Serialized Fields

dictionaryBusinessObjectName

String dictionaryBusinessObjectName

attributeName

String attributeName

attributeLabel

String attributeLabel

attributeShortLabel

String attributeShortLabel

attributeMaxLength

String attributeMaxLength

attributeValidatingExpression

String attributeValidatingExpression

attributeControlType

String attributeControlType

attributeSummary

String attributeSummary

attributeDescription

String attributeDescription

attributeFormatterClassName

String attributeFormatterClassName

Class org.kuali.rice.kns.bo.BusinessObjectBase extends Object implements Serializable

Class org.kuali.rice.kns.bo.BusinessObjectRelationship extends Object implements Serializable

Serialized Fields

relatedClass

Class<T> relatedClass

parentClass

Class<T> parentClass

parentAttributeName

String parentAttributeName

parentToChildReferences

Map<K,V> parentToChildReferences

userVisibleIdentifierKey

String userVisibleIdentifierKey

Class org.kuali.rice.kns.bo.CampusImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 787567094298971223L

Serialized Fields

campusCode

String campusCode

campusName

String campusName

campusShortName

String campusShortName

campusTypeCode

String campusTypeCode

active

boolean active

campusType

CampusType campusType

Class org.kuali.rice.kns.bo.CampusTypeImpl extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

campusTypeCode

String campusTypeCode

dataObjectMaintenanceCodeActiveIndicator

boolean dataObjectMaintenanceCodeActiveIndicator

campusTypeName

String campusTypeName

active

boolean active

Class org.kuali.rice.kns.bo.ConcurrentLockId extends Object implements Serializable

serialVersionUID: -3122675611817348333L

Serialized Fields

transactionSemaphoreTypeCode

String transactionSemaphoreTypeCode

transactionSemaphoreId

String transactionSemaphoreId

Class org.kuali.rice.kns.bo.CountryImpl extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

postalCountryCode

String postalCountryCode

alternatePostalCountryCode

String alternatePostalCountryCode

postalCountryName

String postalCountryName

postalCountryRestrictedIndicator

boolean postalCountryRestrictedIndicator

active

boolean active

Class org.kuali.rice.kns.bo.CountyImpl extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

postalCountryCode

String postalCountryCode

countyCode

String countyCode

stateCode

String stateCode

countyName

String countyName

active

boolean active

state

State state

country

Country country

Class org.kuali.rice.kns.bo.DocumentAttachment extends PersistableAttachmentBase implements Serializable

serialVersionUID: 1L

Serialized Fields

documentNumber

String documentNumber

Class org.kuali.rice.kns.bo.DocumentHeader extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

documentNumber

String documentNumber

documentDescription

String documentDescription

organizationDocumentNumber

String organizationDocumentNumber

documentTemplateNumber

String documentTemplateNumber

explanation

String explanation

workflowDocument

KualiWorkflowDocument workflowDocument

Class org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

documentNumber

String documentNumber

Class org.kuali.rice.kns.bo.InactivatableFromToImpl extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1L

Serialized Fields

activeFromDate

Timestamp activeFromDate

activeToDate

Timestamp activeToDate

activeAsOfDate

Timestamp activeAsOfDate

current

boolean current

Class org.kuali.rice.kns.bo.KualiCodeBase extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 1194744068788100482L

Serialized Fields

code

String code

name

String name

active

boolean active

Class org.kuali.rice.kns.bo.LookupResults extends MultipleValueLookupMetadata implements Serializable

Serialized Fields

serializedLookupResults

String serializedLookupResults

Class org.kuali.rice.kns.bo.MultipleValueLookupMetadata extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

lookupResultsSequenceNumber

String lookupResultsSequenceNumber

lookupPersonId

String lookupPersonId

lookupDate

Timestamp lookupDate
the time the lookup data was persisted, used by a batch purge job

Class org.kuali.rice.kns.bo.Namespace extends KualiCodeBase implements Serializable

Serialized Fields

applicationNamespaceCode

String applicationNamespaceCode

Class org.kuali.rice.kns.bo.Note extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -7647166354016356770L

Serialized Fields

noteIdentifier

Long noteIdentifier

remoteObjectIdentifier

String remoteObjectIdentifier

authorUniversalIdentifier

String authorUniversalIdentifier

notePostedTimestamp

Timestamp notePostedTimestamp

noteTypeCode

String noteTypeCode

noteText

String noteText

noteTopicText

String noteTopicText

notePurgeCode

String notePurgeCode

attachmentIdentifier

String attachmentIdentifier

noteType

NoteType noteType

authorUniversal

Person authorUniversal

attachment

Attachment attachment

adHocRouteRecipient

AdHocRouteRecipient adHocRouteRecipient

attachmentLink

String attachmentLink

Class org.kuali.rice.kns.bo.NoteType extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

noteTypeCode

String noteTypeCode

noteTypeDescription

String noteTypeDescription

noteTypeActiveIndicator

boolean noteTypeActiveIndicator

Class org.kuali.rice.kns.bo.Parameter extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 4874830226334867797L

Serialized Fields

parameterNamespaceCode

String parameterNamespaceCode

parameterDetailTypeCode

String parameterDetailTypeCode

parameterName

String parameterName

parameterApplicationNamespaceCode

String parameterApplicationNamespaceCode

parameterValue

String parameterValue

parameterDescription

String parameterDescription

parameterTypeCode

String parameterTypeCode

parameterConstraintCode

String parameterConstraintCode

parameterNamespace

Namespace parameterNamespace

parameterType

ParameterType parameterType

parameterDetailType

ParameterDetailType parameterDetailType

Class org.kuali.rice.kns.bo.ParameterDetailType extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

parameterNamespaceCode

String parameterNamespaceCode

parameterDetailTypeCode

String parameterDetailTypeCode

parameterDetailTypeName

String parameterDetailTypeName

active

boolean active

virtualDetailType

boolean virtualDetailType

parameterNamespace

Namespace parameterNamespace

Class org.kuali.rice.kns.bo.ParameterDetailTypeId extends Object implements Serializable

serialVersionUID: 1717772059578134310L

Serialized Fields

parameterNamespaceCode

String parameterNamespaceCode

parameterDetailTypeCode

String parameterDetailTypeCode

Class org.kuali.rice.kns.bo.ParameterId extends Object implements Serializable

serialVersionUID: -8210189691273413060L

Serialized Fields

parameterNamespaceCode

String parameterNamespaceCode

parameterDetailTypeCode

String parameterDetailTypeCode

parameterName

String parameterName

Class org.kuali.rice.kns.bo.ParameterType extends KualiCodeBase implements Serializable

Class org.kuali.rice.kns.bo.PersistableAttachmentBase extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

attachmentContent

byte[] attachmentContent

fileName

String fileName

contentType

String contentType

Class org.kuali.rice.kns.bo.PersistableBusinessObjectBase extends BusinessObjectBase implements Serializable

serialVersionUID: 1451642350593233282L

Serialized Fields

versionNumber

Long versionNumber

objectId

String objectId

newCollectionRecord

boolean newCollectionRecord

extension

PersistableBusinessObjectExtension extension

boNotes

List<E> boNotes

autoIncrementSet

boolean autoIncrementSet

Class org.kuali.rice.kns.bo.PersistableBusinessObjectExtensionBase extends PersistableBusinessObjectBase implements Serializable

Class org.kuali.rice.kns.bo.PostalCodeImpl extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

postalCountryCode

String postalCountryCode

postalCode

String postalCode

postalStateCode

String postalStateCode

postalCityName

String postalCityName

buildingCode

String buildingCode

buildingRoomNumber

String buildingRoomNumber

active

boolean active

countyCode

String countyCode

state

State state

country

Country country

county

County county

Class org.kuali.rice.kns.bo.SelectedObjectIds extends MultipleValueLookupMetadata implements Serializable

Serialized Fields

selectedObjectIds

String selectedObjectIds

Class org.kuali.rice.kns.bo.SessionDocument extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 2866566562262830639L

Serialized Fields

documentNumber

String documentNumber

sessionId

String sessionId

lastUpdatedDate

Timestamp lastUpdatedDate

serializedDocumentForm

byte[] serializedDocumentForm

encrypted

boolean encrypted

principalId

String principalId

ipAddress

String ipAddress

Class org.kuali.rice.kns.bo.StateImpl extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

postalCountryCode

String postalCountryCode

postalStateCode

String postalStateCode

postalStateName

String postalStateName

active

boolean active

country

Country country

Class org.kuali.rice.kns.bo.TransientBusinessObjectBase extends BusinessObjectBase implements Serializable


Package org.kuali.rice.kns.datadictionary

Class org.kuali.rice.kns.datadictionary.ApcRuleDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 8600032669267029028L

Serialized Fields

attributeName

String attributeName

parameterNamespace

String parameterNamespace

parameterDetailType

String parameterDetailType

parameterName

String parameterName

errorMessage

String errorMessage

Class org.kuali.rice.kns.datadictionary.AttributeDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -2490613377818442742L

Serialized Fields

forceUppercase

Boolean forceUppercase

name

String name

label

String label

shortLabel

String shortLabel

displayLabelAttribute

String displayLabelAttribute

maxLength

Integer maxLength

unique

Boolean unique

exclusiveMin

BigDecimal exclusiveMin

inclusiveMax

BigDecimal inclusiveMax

validationPattern

ValidationPattern validationPattern

required

Boolean required

control

ControlDefinition control

summary

String summary

description

String description

formatterClass

String formatterClass

attributeSecurity

AttributeSecurity attributeSecurity

Class org.kuali.rice.kns.datadictionary.AttributeSecurity extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -7923499408946975318L

Serialized Fields

readOnly

boolean readOnly

hide

boolean hide

mask

boolean mask

partialMask

boolean partialMask

partialMaskFormatter

MaskFormatter partialMaskFormatter

maskFormatter

MaskFormatter maskFormatter

Class org.kuali.rice.kns.datadictionary.CollectionDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -2644072136271281041L

Serialized Fields

name

String name

label

String label

shortLabel

String shortLabel

elementLabel

String elementLabel

summary

String summary

description

String description

Class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase extends Object implements Serializable

serialVersionUID: -2003626577498716712L

Serialized Fields

id

String id

Class org.kuali.rice.kns.datadictionary.DataDictionaryException extends RuntimeException implements Serializable

Class org.kuali.rice.kns.datadictionary.DocumentCollectionPath extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -8165456163213868710L

Serialized Fields

collectionPath

String collectionPath

paths

List<E> paths

nestedCollection

DocumentCollectionPath nestedCollection

Class org.kuali.rice.kns.datadictionary.DocumentValuePathGroup extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 6285682208264817105L

Serialized Fields

paths

List<E> paths

documentCollectionPath

DocumentCollectionPath documentCollectionPath

Class org.kuali.rice.kns.datadictionary.ExternalizableAttributeDefinitionProxy extends AttributeDefinition implements Serializable

serialVersionUID: -3204870440281417429L

Serialized Fields

sourceExternalizableBusinessObjectInterface

String sourceExternalizableBusinessObjectInterface

sourceAttributeName

String sourceAttributeName

delegate

AttributeDefinition delegate

Class org.kuali.rice.kns.datadictionary.FieldDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -3426603523049661524L

Serialized Fields

attributeName

String attributeName

required

boolean required

forceInquiry

boolean forceInquiry

noInquiry

boolean noInquiry

noDirectInquiry

boolean noDirectInquiry

forceLookup

boolean forceLookup

noLookup

boolean noLookup

useShortLabel

boolean useShortLabel

defaultValue

String defaultValue

defaultValueFinderClass

Class<T> defaultValueFinderClass

quickfinderParameterString

String quickfinderParameterString

quickfinderParameterStringBuilderClass

Class<T> quickfinderParameterStringBuilderClass

maxLength

Integer maxLength

displayEditMode

String displayEditMode

displayMask

Mask displayMask

hidden

boolean hidden

readOnly

boolean readOnly

treatWildcardsAndOperatorsAsLiteral

boolean treatWildcardsAndOperatorsAsLiteral

alternateDisplayAttributeName

String alternateDisplayAttributeName

additionalDisplayAttributeName

String additionalDisplayAttributeName

triggerOnChange

boolean triggerOnChange

total

boolean total

Class org.kuali.rice.kns.datadictionary.HeaderNavigation extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 4317341111287854436L

Serialized Fields

headerTabMethodToCall

String headerTabMethodToCall

headerTabNavigateTo

String headerTabNavigateTo

headerTabDisplayName

String headerTabDisplayName

helpDefinition

HelpDefinition helpDefinition

disabled

boolean disabled

Class org.kuali.rice.kns.datadictionary.HelpDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -6869646654597012863L

Serialized Fields

parameterNamespace

String parameterNamespace

parameterDetailType

String parameterDetailType

parameterName

String parameterName

Class org.kuali.rice.kns.datadictionary.InactivationBlockingDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -8765429636173190984L

Serialized Fields

blockingReferenceBusinessObjectClass

Class<T> blockingReferenceBusinessObjectClass

blockedReferencePropertyName

String blockedReferencePropertyName

blockedBusinessObjectClass

Class<T> blockedBusinessObjectClass

inactivationBlockingDetectionServiceBeanName

String inactivationBlockingDetectionServiceBeanName

relationshipLabel

String relationshipLabel

businessObjectClass

Class<T> businessObjectClass

Class org.kuali.rice.kns.datadictionary.InquiryCollectionDefinition extends FieldDefinition implements Serializable

serialVersionUID: 2257743293609536893L

Serialized Fields

businessObjectClass

Class<T> businessObjectClass

numberOfColumns

Integer numberOfColumns

inquiryFieldMap

Map<K,V> inquiryFieldMap

inquiryCollectionMap

Map<K,V> inquiryCollectionMap

summaryFieldMap

Map<K,V> summaryFieldMap

inquiryFields

List<E> inquiryFields

inquiryCollections

List<E> inquiryCollections

summaryFields

List<E> summaryFields

summaryTitle

String summaryTitle

Class org.kuali.rice.kns.datadictionary.InquiryDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -2506403061297774668L

Serialized Fields

title

String title

inquirySections

List<E> inquirySections

inquirableClass

Class<T> inquirableClass

presentationControllerClass

Class<T> presentationControllerClass

authorizerClass

Class<T> authorizerClass

translateCodes

boolean translateCodes

Class org.kuali.rice.kns.datadictionary.InquirySectionDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 1565114894539391362L

Serialized Fields

title

String title

inquiryFields

List<E> inquiryFields

inquiryFieldMap

Map<K,V> inquiryFieldMap

inquiryCollections

Map<K,V> inquiryCollections

numberOfColumns

Integer numberOfColumns

defaultOpen

boolean defaultOpen

Class org.kuali.rice.kns.datadictionary.InquirySubSectionHeaderDefinition extends FieldDefinition implements Serializable

serialVersionUID: -4979343188029630857L

Class org.kuali.rice.kns.datadictionary.KimAttributeDefinition extends AttributeDefinition implements Serializable

serialVersionUID: -1889598053944123008L

Serialized Fields

sortCode

String sortCode

kimAttrDefnId

String kimAttrDefnId

kimTypeId

String kimTypeId

Class org.kuali.rice.kns.datadictionary.KimDataDictionaryAttributeDefinition extends KimAttributeDefinition implements Serializable

serialVersionUID: 7006569761728813805L

Serialized Fields

mask

Mask mask

lookupInputPropertyConversions

Map<K,V> lookupInputPropertyConversions

lookupReturnPropertyConversions

Map<K,V> lookupReturnPropertyConversions

lookupBoClass

String lookupBoClass

Class org.kuali.rice.kns.datadictionary.KimNonDataDictionaryAttributeDefinition extends KimAttributeDefinition implements Serializable

serialVersionUID: -1889598053944123010L

Class org.kuali.rice.kns.datadictionary.LookupDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 6733008572890721359L

Serialized Fields

lookupableID

String lookupableID

title

String title

menubar

String menubar

defaultSort

SortDefinition defaultSort

lookupFields

List<E> lookupFields

lookupFieldMap

Map<K,V> lookupFieldMap

resultFields

List<E> resultFields

resultFieldMap

Map<K,V> resultFieldMap

resultSetLimit

Integer resultSetLimit

extraButtonSource

String extraButtonSource

extraButtonParams

String extraButtonParams

searchIconOverride

String searchIconOverride

numOfColumns

int numOfColumns

helpDefinition

HelpDefinition helpDefinition

helpUrl

String helpUrl

translateCodes

boolean translateCodes

disableSearchButtons

boolean disableSearchButtons

Class org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition extends MaintainableItemDefinition implements Serializable

serialVersionUID: -5617868782623587053L

Serialized Fields

businessObjectClass

Class<T> businessObjectClass

sourceClassName

Class<T> sourceClassName

summaryTitle

String summaryTitle

attributeToHighlightOnDuplicateKey

String attributeToHighlightOnDuplicateKey

includeAddLine

boolean includeAddLine

includeMultipleLookupLine

boolean includeMultipleLookupLine

alwaysAllowCollectionDeletion

boolean alwaysAllowCollectionDeletion

maintainableFieldMap

Map<K,V> maintainableFieldMap

maintainableCollectionMap

Map<K,V> maintainableCollectionMap

summaryFieldMap

Map<K,V> summaryFieldMap

duplicateIdentificationFieldMap

Map<K,V> duplicateIdentificationFieldMap

maintainableFields

List<E> maintainableFields

maintainableCollections

List<E> maintainableCollections

summaryFields

List<E> summaryFields

duplicateIdentificationFields

List<E> duplicateIdentificationFields

Class org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition extends MaintainableItemDefinition implements Serializable

serialVersionUID: -1176087424343479963L

Serialized Fields

required

boolean required

unconditionallyReadOnly

boolean unconditionallyReadOnly

readOnlyAfterAdd

boolean readOnlyAfterAdd

noLookup

boolean noLookup

lookupReadOnly

boolean lookupReadOnly

defaultValue

String defaultValue

template

String template

defaultValueFinderClass

Class<T> defaultValueFinderClass

webUILeaveFieldFunction

String webUILeaveFieldFunction

webUILeaveFieldCallbackFunction

String webUILeaveFieldCallbackFunction

webUILeaveFieldFunctionParameters

List<E> webUILeaveFieldFunctionParameters

overrideLookupClass

Class<T> overrideLookupClass

overrideFieldConversions

String overrideFieldConversions

alternateDisplayAttributeName

String alternateDisplayAttributeName

additionalDisplayAttributeName

String additionalDisplayAttributeName

triggerOnChange

boolean triggerOnChange

showFieldLevelHelp

Boolean showFieldLevelHelp

fieldLevelHelpUrl

String fieldLevelHelpUrl

Class org.kuali.rice.kns.datadictionary.MaintainableItemDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 4564613758722159747L

Serialized Fields

name

String name

Class org.kuali.rice.kns.datadictionary.MaintainableSectionDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -8615694293159113523L

Serialized Fields

title

String title

maintainableItems

List<E> maintainableItems

hidden

boolean hidden

defaultOpen

boolean defaultOpen

helpUrl

String helpUrl

Class org.kuali.rice.kns.datadictionary.MaintainableSubSectionHeaderDefinition extends MaintainableItemDefinition implements Serializable

serialVersionUID: 3752757590555028866L

Class org.kuali.rice.kns.datadictionary.PrimitiveAttributeDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -715128943756700821L

Serialized Fields

sourceName

String sourceName

targetName

String targetName

Class org.kuali.rice.kns.datadictionary.ReferenceDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 1737968024207302931L

Serialized Fields

attributeName

String attributeName

attributeToHighlightOnFail

String attributeToHighlightOnFail

displayFieldName

String displayFieldName

collection

String collection

collectionBusinessObjectClass

Class<T> collectionBusinessObjectClass

businessObjectClass

Class<T> businessObjectClass

Class org.kuali.rice.kns.datadictionary.RelationshipDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 2946722646095412576L

Serialized Fields

objectAttributeName

String objectAttributeName

sourceClass

Class<T> sourceClass

targetClass

Class<T> targetClass
For 1:1 relationships, this class represents the type of the reference class. For 1:n references, this class represents the type of the element of the collection


primitiveAttributes

List<E> primitiveAttributes

supportAttributes

List<E> supportAttributes

Class org.kuali.rice.kns.datadictionary.RoutingAttribute extends WorkflowAttributeMetadata implements Serializable

serialVersionUID: -8232868861868863394L

Serialized Fields

qualificationAttributeName

String qualificationAttributeName

Class org.kuali.rice.kns.datadictionary.RoutingTypeDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -5455042765223753531L

Serialized Fields

routingAttributes

List<E> routingAttributes

documentValuePathGroups

List<E> documentValuePathGroups

Class org.kuali.rice.kns.datadictionary.SearchingAttribute extends WorkflowAttributeMetadata implements Serializable

serialVersionUID: -612461988789474893L

Serialized Fields

businessObjectClassName

String businessObjectClassName

attributeName

String attributeName

showAttributeInSearchCriteria

boolean showAttributeInSearchCriteria

showAttributeInResultSet

boolean showAttributeInResultSet

Class org.kuali.rice.kns.datadictionary.SearchingTypeDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -8779609937539520677L

Serialized Fields

searchingAttribute

SearchingAttribute searchingAttribute

paths

List<E> paths

Class org.kuali.rice.kns.datadictionary.SortDefinition extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -1092811342186612461L

Serialized Fields

sortAscending

boolean sortAscending

attributeNames

List<E> attributeNames

Class org.kuali.rice.kns.datadictionary.SupportAttributeDefinition extends PrimitiveAttributeDefinition implements Serializable

serialVersionUID: -1719022365280776405L

Serialized Fields

identifier

boolean identifier

Class org.kuali.rice.kns.datadictionary.WorkflowAttributeMetadata extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: -6250577044174437101L

Class org.kuali.rice.kns.datadictionary.WorkflowAttributes extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 6435015497886060280L

Serialized Fields

searchingTypeDefinitions

List<E> searchingTypeDefinitions

routingTypeDefinitions

Map<K,V> routingTypeDefinitions

Package org.kuali.rice.kns.datadictionary.control

Class org.kuali.rice.kns.datadictionary.control.ApcSelectControlDefinition extends SelectControlDefinition implements Serializable

serialVersionUID: 7068651175290924411L

Serialized Fields

parameterNamespace

String parameterNamespace

parameterDetailType

String parameterDetailType

parameterName

String parameterName

Class org.kuali.rice.kns.datadictionary.control.ButtonControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -4014804850405243606L

Serialized Fields

imageSrc

String imageSrc

styleClass

String styleClass

Class org.kuali.rice.kns.datadictionary.control.CheckboxControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -2658505826476098781L

Class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase extends DataDictionaryDefinitionBase implements Serializable

serialVersionUID: 4372435175782501152L

Serialized Fields

datePicker

boolean datePicker

expandedTextArea

boolean expandedTextArea

script

String script

valuesFinderClass

String valuesFinderClass

businessObjectClass

String businessObjectClass

keyAttribute

String keyAttribute

labelAttribute

String labelAttribute

includeBlankRow

Boolean includeBlankRow

includeKeyInLabel

Boolean includeKeyInLabel

size

Integer size

rows

Integer rows

cols

Integer cols

ranged

boolean ranged

Class org.kuali.rice.kns.datadictionary.control.CurrencyControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: 1650000676894176080L

Serialized Fields

formattedMaxLength

Integer formattedMaxLength
the maxLength for text that has been formatted. ie if maxLength=5. [12345]. but after going through the formatter the value is [12,345.00] and will no longer fit in a field whos maxLength=5. formattedMaxLength solves this problem.

Class org.kuali.rice.kns.datadictionary.control.FileControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: 8778523411471162513L

Class org.kuali.rice.kns.datadictionary.control.HiddenControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -557648224354274301L

Class org.kuali.rice.kns.datadictionary.control.KualiUserControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: 4749994521411547705L

Serialized Fields

universalIdAttributeName

String universalIdAttributeName

userIdAttributeName

String userIdAttributeName

personNameAttributeName

String personNameAttributeName

Class org.kuali.rice.kns.datadictionary.control.LinkControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -7568912421829207545L

Serialized Fields

styleClass

String styleClass

target

String target

hrefText

String hrefText

Class org.kuali.rice.kns.datadictionary.control.LookupHiddenControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -2145156789968831921L

Class org.kuali.rice.kns.datadictionary.control.LookupReadonlyControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -5036539644716405540L

Class org.kuali.rice.kns.datadictionary.control.MultiselectControlDefinition extends MultivalueControlDefinitionBase implements Serializable

serialVersionUID: -381869420276558508L

Class org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase extends ControlDefinitionBase implements Serializable

serialVersionUID: -9164657952021540261L

Class org.kuali.rice.kns.datadictionary.control.RadioControlDefinition extends MultivalueControlDefinitionBase implements Serializable

serialVersionUID: -7578183583825935850L

Class org.kuali.rice.kns.datadictionary.control.SelectControlDefinition extends MultivalueControlDefinitionBase implements Serializable

serialVersionUID: 7176759040882704084L

Class org.kuali.rice.kns.datadictionary.control.TextareaControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: 8378481767935057649L

Class org.kuali.rice.kns.datadictionary.control.TextControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: 6075633623507085548L

Class org.kuali.rice.kns.datadictionary.control.WorkflowWorkgroupControlDefinition extends ControlDefinitionBase implements Serializable

serialVersionUID: -7423968769245455072L


Package org.kuali.rice.kns.datadictionary.exception

Class org.kuali.rice.kns.datadictionary.exception.AttributeValidationException extends DataDictionaryException implements Serializable

serialVersionUID: 8393895061347705832L

Class org.kuali.rice.kns.datadictionary.exception.ClassValidationException extends DataDictionaryException implements Serializable

serialVersionUID: 3404751680645748547L

Class org.kuali.rice.kns.datadictionary.exception.CompletionException extends DataDictionaryException implements Serializable

serialVersionUID: 5657585994350063964L

Class org.kuali.rice.kns.datadictionary.exception.DuplicateEntryException extends DataDictionaryException implements Serializable

serialVersionUID: -3773548255002419714L

Class org.kuali.rice.kns.datadictionary.exception.OverrideEntryException extends DataDictionaryException implements Serializable

serialVersionUID: -3773548255002419714L


Package org.kuali.rice.kns.datadictionary.exporter

Class org.kuali.rice.kns.datadictionary.exporter.StringMap extends LinkedHashMap implements Serializable

serialVersionUID: 7364206011639131063L


Package org.kuali.rice.kns.datadictionary.mask

Class org.kuali.rice.kns.datadictionary.mask.Mask extends Object implements Serializable

serialVersionUID: 4035984416568235531L

Serialized Fields

maskFormatter

MaskFormatter maskFormatter

maskFormatterClass

Class<T> maskFormatterClass

Class org.kuali.rice.kns.datadictionary.mask.MaskFormatterLiteral extends Object implements Serializable

Serialized Fields

literal

String literal

Class org.kuali.rice.kns.datadictionary.mask.MaskFormatterSubString extends Object implements Serializable

Serialized Fields

maskCharacter

String maskCharacter

maskLength

int maskLength

Package org.kuali.rice.kns.datadictionary.validation

Class org.kuali.rice.kns.datadictionary.validation.CharacterLevelValidationPattern extends ValidationPattern implements Serializable

Serialized Fields

regexPattern

Pattern regexPattern

maxLength

int maxLength

exactLength

int exactLength

Class org.kuali.rice.kns.datadictionary.validation.FieldLevelValidationPattern extends ValidationPattern implements Serializable

Serialized Fields

regexPattern

Pattern regexPattern

Class org.kuali.rice.kns.datadictionary.validation.ValidationPattern extends Object implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.ValidationPattern.ValidationPatternException extends RiceRuntimeException implements Serializable

serialVersionUID: 2012770642382150523L


Package org.kuali.rice.kns.datadictionary.validation.charlevel

Class org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaNumericValidationPattern extends CharacterLevelValidationPattern implements Serializable

Serialized Fields

allowWhitespace

boolean allowWhitespace

allowUnderscore

boolean allowUnderscore

allowPeriod

boolean allowPeriod

allowParenthesis

boolean allowParenthesis

allowDollar

boolean allowDollar

allowForwardSlash

boolean allowForwardSlash

lowerCase

boolean lowerCase

Class org.kuali.rice.kns.datadictionary.validation.charlevel.AlphaValidationPattern extends CharacterLevelValidationPattern implements Serializable

Serialized Fields

allowWhitespace

boolean allowWhitespace

Class org.kuali.rice.kns.datadictionary.validation.charlevel.AnyCharacterValidationPattern extends CharacterLevelValidationPattern implements Serializable

Serialized Fields

allowWhitespace

boolean allowWhitespace

Class org.kuali.rice.kns.datadictionary.validation.charlevel.CharsetValidationPattern extends CharacterLevelValidationPattern implements Serializable

Serialized Fields

validChars

String validChars

Class org.kuali.rice.kns.datadictionary.validation.charlevel.NumericValidationPattern extends CharacterLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.charlevel.RegexValidationPattern extends CharacterLevelValidationPattern implements Serializable

serialVersionUID: -5642894236634278352L

Serialized Fields

pattern

String pattern
Regular expression, e.g. "[a-zA-Z0-9]"


validationErrorMessageKey

String validationErrorMessageKey

Class org.kuali.rice.kns.datadictionary.validation.charlevel.UTF8AnyCharacterValidationPattern extends CharacterLevelValidationPattern implements Serializable

Serialized Fields

allowWhitespace

boolean allowWhitespace

Package org.kuali.rice.kns.datadictionary.validation.fieldlevel

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.DateValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.EmailAddressValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.FixedPointValidationPattern extends FieldLevelValidationPattern implements Serializable

Serialized Fields

allowNegative

boolean allowNegative

precision

int precision

scale

int scale

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.FloatingPointValidationPattern extends FieldLevelValidationPattern implements Serializable

Serialized Fields

allowNegative

boolean allowNegative

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.JavaClassValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.MonthValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.PhoneNumberValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.TimestampValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.YearValidationPattern extends FieldLevelValidationPattern implements Serializable

Class org.kuali.rice.kns.datadictionary.validation.fieldlevel.ZipcodeValidationPattern extends FieldLevelValidationPattern implements Serializable


Package org.kuali.rice.kns.document

Class org.kuali.rice.kns.document.DocumentBase extends PersistableBusinessObjectBase implements Serializable

Serialized Fields

documentNumber

String documentNumber

documentHeader

DocumentHeader documentHeader

pessimisticLocks

List<E> pessimisticLocks

adHocRoutePersons

List<E> adHocRoutePersons

adHocRouteWorkgroups

List<E> adHocRouteWorkgroups

Class org.kuali.rice.kns.document.MaintenanceDocumentBase extends DocumentBase implements Serializable

serialVersionUID: -505085142412593305L

Serialized Fields

oldMaintainableObject

Maintainable oldMaintainableObject

newMaintainableObject

Maintainable newMaintainableObject

xmlDocumentContents

String xmlDocumentContents

fieldsClearedOnCopy

boolean fieldsClearedOnCopy

displayTopicFieldInNotes

boolean displayTopicFieldInNotes

attachmentPropertyName

String attachmentPropertyName

attachment

DocumentAttachment attachment

Class org.kuali.rice.kns.document.MaintenanceLock extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: 7766326835852387301L

Serialized Fields

lockId

String lockId

lockingRepresentation

String lockingRepresentation

documentNumber

String documentNumber

Class org.kuali.rice.kns.document.ParameterMaintainable extends KualiMaintainableImpl implements Serializable

Class org.kuali.rice.kns.document.TransactionalDocumentBase extends DocumentBase implements Serializable


Package org.kuali.rice.kns.document.authorization

Class org.kuali.rice.kns.document.authorization.MaintenanceDocumentRestrictionsBase extends InquiryOrMaintenanceDocumentRestrictionsBase implements Serializable

Serialized Fields

readOnlyFields

Set<E> readOnlyFields

readOnlySectionIds

Set<E> readOnlySectionIds

Class org.kuali.rice.kns.document.authorization.PessimisticLock extends PersistableBusinessObjectBase implements Serializable

serialVersionUID: -5210762282545093555L

Serialized Fields

id

Long id

ownedByPrincipalIdentifier

String ownedByPrincipalIdentifier

lockDescriptor

String lockDescriptor

generatedTimestamp

Timestamp generatedTimestamp

documentNumber

String documentNumber

ownedByUser

Person ownedByUser

Package org.kuali.rice.kns.exception

Class org.kuali.rice.kns.exception.AuthorizationException extends KualiException implements Serializable

serialVersionUID: -3874239711783179351L

Serialized Fields

userId

String userId

action

String action

targetType

String targetType

additionalDetails

Map<K,V> additionalDetails

Class org.kuali.rice.kns.exception.BeanComparisonException extends KualiException implements Serializable

serialVersionUID: 2622379680100640029L

Class org.kuali.rice.kns.exception.BusinessObjectNotFoundException extends RuntimeException implements Serializable

Class org.kuali.rice.kns.exception.ClassNotPersistableException extends RuntimeException implements Serializable

serialVersionUID: 6240754565898373530L

Class org.kuali.rice.kns.exception.DocumentAuthorizationException extends AuthorizationException implements Serializable

Class org.kuali.rice.kns.exception.DocumentTypeAuthorizationException extends AuthorizationException implements Serializable

serialVersionUID: 1548057953855152103L

Class org.kuali.rice.kns.exception.DuplicateKeyException extends KualiException implements Serializable

serialVersionUID: 6111570264943143198L

Class org.kuali.rice.kns.exception.ExportNotSupportedException extends WorkflowRuntimeException implements Serializable

serialVersionUID: 1450235230768995894L

Class org.kuali.rice.kns.exception.FileUploadLimitExceededException extends KualiException implements Serializable

Serialized Fields

actionForm

org.apache.struts.action.ActionForm actionForm

actionMapping

org.apache.struts.action.ActionMapping actionMapping

Class org.kuali.rice.kns.exception.GroupNotFoundException extends Exception implements Serializable

serialVersionUID: -6387291917894932290L

Class org.kuali.rice.kns.exception.IllegalObjectStateException extends Exception implements Serializable

serialVersionUID: -1413710768847809678L

Class org.kuali.rice.kns.exception.InactiveDocumentTypeAuthorizationException extends DocumentTypeAuthorizationException implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kns.exception.InfrastructureException extends RuntimeException implements Serializable

serialVersionUID: -9105336381923600594L

Class org.kuali.rice.kns.exception.IntrospectionException extends RuntimeException implements Serializable

serialVersionUID: -5155596091679664527L

Class org.kuali.rice.kns.exception.KualiException extends RuntimeException implements Serializable

serialVersionUID: 2395877766757834813L

Serialized Fields

hideIncidentReport

boolean hideIncidentReport

Class org.kuali.rice.kns.exception.MetadataException extends RuntimeException implements Serializable

serialVersionUID: -3817586611969869945L

Class org.kuali.rice.kns.exception.ObjectNotABusinessObjectException extends Exception implements Serializable

serialVersionUID: 8030317937499062484L

Class org.kuali.rice.kns.exception.ObjectNotABusinessObjectRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 6279456922662880686L

Class org.kuali.rice.kns.exception.PessimisticLockingException extends RuntimeException implements Serializable

serialVersionUID: -6565593932651796413L

Class org.kuali.rice.kns.exception.PropertiesException extends RuntimeException implements Serializable

serialVersionUID: -3468790597519516483L

Class org.kuali.rice.kns.exception.ReferenceAttributeDoesntExistException extends RuntimeException implements Serializable

serialVersionUID: -8298057512031507831L

Class org.kuali.rice.kns.exception.ReferenceAttributeNotAnOjbReferenceException extends RuntimeException implements Serializable

serialVersionUID: -6295013610345432284L

Class org.kuali.rice.kns.exception.ReferentialIntegrityException extends RuntimeException implements Serializable

Class org.kuali.rice.kns.exception.UnknownBusinessClassAttributeException extends RuntimeException implements Serializable

serialVersionUID: -2021739544938001742L

Class org.kuali.rice.kns.exception.UnknownBusinessClassException extends RuntimeException implements Serializable

serialVersionUID: -6207371740492175878L

Class org.kuali.rice.kns.exception.UnknownDocumentIdException extends KualiException implements Serializable

serialVersionUID: -7973140950936642618L

Class org.kuali.rice.kns.exception.UnknownDocumentTypeException extends RuntimeException implements Serializable

serialVersionUID: -148438432691990699L

Class org.kuali.rice.kns.exception.ValidationException extends RuntimeException implements Serializable

serialVersionUID: 2098470374196729509L


Package org.kuali.rice.kns.inquiry

Package org.kuali.rice.kns.lookup

Class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl extends Object implements Serializable

Serialized Fields

businessObjectClass

Class<T> businessObjectClass

parameters

Map<K,V> parameters

businessObjectDictionaryService

BusinessObjectDictionaryService businessObjectDictionaryService

businessObjectMetaDataService

BusinessObjectMetaDataService businessObjectMetaDataService

dataDictionaryService

DataDictionaryService dataDictionaryService

persistenceStructureService

PersistenceStructureService persistenceStructureService

encryptionService

EncryptionService encryptionService

readOnlyFieldsList

List<E> readOnlyFieldsList

backLocation

String backLocation

docFormKey

String docFormKey

fieldConversions

Map<K,V> fieldConversions

lookupService

LookupService lookupService

rows

List<E> rows

referencesToRefresh

String referencesToRefresh

sequenceAccessorService

SequenceAccessorService sequenceAccessorService

businessObjectService

BusinessObjectService businessObjectService

lookupResultsService

LookupResultsService lookupResultsService

docNum

String docNum

maintenanceDocumentDictionaryService

MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService

businessObjectAuthorizationService

BusinessObjectAuthorizationService businessObjectAuthorizationService

kualiInquirable

Inquirable kualiInquirable

configurationService

KualiConfigurationService configurationService

parameterService

ParameterService parameterService

noLookupResultFieldInquiryCache

HashMap<K,V> noLookupResultFieldInquiryCache

inquirableClassCache

HashMap<K,V> inquirableClassCache

forceLookupResultFieldInquiryCache

HashMap<K,V> forceLookupResultFieldInquiryCache

resultColumns

CopiedObject<T extends Serializable> resultColumns

Class org.kuali.rice.kns.lookup.CollectionIncomplete extends Object implements Serializable

serialVersionUID: 8683452581122892189L

Serialized Fields

list

List<E> list

actualSizeIfTruncated

Long actualSizeIfTruncated

Class org.kuali.rice.kns.lookup.DictionaryLookupableHelperServiceImpl extends AbstractLookupableHelperServiceImpl implements Serializable

serialVersionUID: 970484069493741447L

Class org.kuali.rice.kns.lookup.HtmlData extends Object implements Serializable

Serialized Fields

name

String name

title

String title

methodToCall

String methodToCall

displayText

String displayText

prependDisplayText

String prependDisplayText

appendDisplayText

String appendDisplayText

childUrlDataList

List<E> childUrlDataList

maxLength

String maxLength

Class org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData extends HtmlData implements Serializable

Serialized Fields

href

String href

target

String target

Class org.kuali.rice.kns.lookup.HtmlData.InputHtmlData extends HtmlData implements Serializable

Serialized Fields

inputType

String inputType

src

String src

styleClass

String styleClass

border

String border

checked

String checked

value

String value

Class org.kuali.rice.kns.lookup.HtmlData.MultipleAnchorHtmlData extends HtmlData.AnchorHtmlData implements Serializable

Serialized Fields

anchorHtmlData

List<E> anchorHtmlData

Class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl extends AbstractLookupableHelperServiceImpl implements Serializable

Serialized Fields

searchUsingOnlyPrimaryKeyValues

boolean searchUsingOnlyPrimaryKeyValues

Class org.kuali.rice.kns.lookup.KualiLookupableImpl extends Object implements Serializable

Serialized Fields

businessObjectClass

Class<T> businessObjectClass

lookupableHelperService

LookupableHelperService lookupableHelperService

extraOnLoad

String extraOnLoad

Class org.kuali.rice.kns.lookup.LookupResultsServiceImpl extends Object implements Serializable

Serialized Fields

businessObjectService

BusinessObjectService businessObjectService

persistedLookupMetadataDao

PersistedLookupMetadataDao persistedLookupMetadataDao

persistableBusinessObjectSupportStrategy

LookupResultsSupportStrategyService persistableBusinessObjectSupportStrategy

dataDictionarySupportStrategy

LookupResultsSupportStrategyService dataDictionarySupportStrategy

Class org.kuali.rice.kns.lookup.ParameterDetailTypeLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

Serialized Fields

parameterService

ParameterService parameterService

Class org.kuali.rice.kns.lookup.ParameterLookupableHelperServiceImpl extends KualiLookupableHelperServiceImpl implements Serializable

Serialized Fields

parameterService

ParameterService parameterService

Class org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImpl extends AbstractLookupableHelperServiceImpl implements Serializable

serialVersionUID: -5839142187907211804L

Serialized Fields

localRows

List<E> localRows

Package org.kuali.rice.kns.mail

Class org.kuali.rice.kns.mail.InvalidAddressException extends Exception implements Serializable

Class org.kuali.rice.kns.mail.MailMessage extends Object implements Serializable

Serialized Fields

fromAddress

String fromAddress

toAddresses

Set<E> toAddresses

ccAddresses

Set<E> ccAddresses

bccAddresses

Set<E> bccAddresses

subject

String subject

message

String message

Class org.kuali.rice.kns.mail.UnableToSendMessageError extends RuntimeException implements Serializable


Package org.kuali.rice.kns.maintenance

Class org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImpl extends KualiMaintainableImpl implements Serializable

serialVersionUID: 4814145799502207182L

Class org.kuali.rice.kns.maintenance.KualiMaintainableImpl extends Object implements Serializable

serialVersionUID: 4814145799502207182L

Serialized Fields

documentNumber

String documentNumber

businessObject

PersistableBusinessObject businessObject

boClass

Class<T> boClass

maintenanceAction

String maintenanceAction

newCollectionLines

Map<K,V> newCollectionLines

inactiveRecordDisplay

Map<K,V> inactiveRecordDisplay

docTypeName

String docTypeName

Package org.kuali.rice.kns.service

Package org.kuali.rice.kns.service.impl

Class org.kuali.rice.kns.service.impl.AlwaysSucceedParameterEvaluatorImpl extends Object implements Serializable

Class org.kuali.rice.kns.service.impl.DatabaseImportExportServiceImpl extends Object implements Serializable

Class org.kuali.rice.kns.service.impl.ParameterEvaluatorImpl extends Object implements Serializable

serialVersionUID: -758645169354452022L

Serialized Fields

parameter

Parameter parameter

constraintIsAllow

boolean constraintIsAllow

constrainedValue

String constrainedValue

values

List<E> values

Package org.kuali.rice.kns.util

Class org.kuali.rice.kns.util.AbstractKualiDecimal extends Number implements Serializable

Serialized Fields

value

BigDecimal value

Class org.kuali.rice.kns.util.ActionFormUtilMap extends HashMap implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheValueFinderResults

boolean cacheValueFinderResults

Class org.kuali.rice.kns.util.BeanPropertyComparator extends Object implements Serializable

serialVersionUID: -2675700473766186018L

Serialized Fields

ignoreCase

boolean ignoreCase

propertyNames

List<E> propertyNames

stringComparator

Comparator<T> stringComparator

booleanComparator

Comparator<T> booleanComparator

genericComparator

Comparator<T> genericComparator

Class org.kuali.rice.kns.util.ColumnMetadata extends Object implements Serializable

serialVersionUID: 8489177684323721566L

Serialized Fields

tableName

String tableName

columnName

String columnName

size

Integer size

Class org.kuali.rice.kns.util.ErrorContainer extends Object implements Serializable

Serialized Fields

errorMap

MessageMap errorMap

errorCount

int errorCount

Class org.kuali.rice.kns.util.ErrorMap extends MessageMap implements Serializable

Class org.kuali.rice.kns.util.ErrorMessage extends Object implements Serializable

Serialized Fields

errorKey

String errorKey

messageParameters

String[] messageParameters

Class org.kuali.rice.kns.util.ForeignKeyFieldsPopulationState extends Object implements Serializable

Serialized Fields

allFieldsPopulated

boolean allFieldsPopulated

anyFieldsPopulated

boolean anyFieldsPopulated

unpopulatedFieldNames

List<E> unpopulatedFieldNames

Class org.kuali.rice.kns.util.InfoContainer extends MessageContainer implements Serializable

Class org.kuali.rice.kns.util.KNSConstants extends JSTLConstants implements Serializable

serialVersionUID: 2882277719647128949L

Class org.kuali.rice.kns.util.KNSPropertyConstants extends JSTLConstants implements Serializable

serialVersionUID: 8521031610189566393L

Class org.kuali.rice.kns.util.KualiDecimal extends AbstractKualiDecimal<KualiDecimal> implements Serializable

serialVersionUID: 899528391396696786L

Class org.kuali.rice.kns.util.KualiInteger extends Number implements Serializable

Serialized Fields

value

BigInteger value

Class org.kuali.rice.kns.util.KualiLRUMap extends org.apache.commons.collections.map.LRUMap implements Serializable

serialVersionUID: 1L

Class org.kuali.rice.kns.util.KualiPercent extends KualiDecimal implements Serializable

Class org.kuali.rice.kns.util.MessageContainer extends Object implements Serializable

Serialized Fields

errorMap

MessageMap errorMap

Class org.kuali.rice.kns.util.MessageList extends ArrayList<ErrorMessage> implements Serializable

Class org.kuali.rice.kns.util.MessageMap extends Object implements Serializable

serialVersionUID: -2328635367656516150L

Serialized Fields

errorPath

List<E> errorPath

errorMessages

Map<K,V> errorMessages

warningMessages

Map<K,V> warningMessages

infoMessages

Map<K,V> infoMessages

Class org.kuali.rice.kns.util.OjbCharBooleanConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.OjbCharBooleanFieldAIConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.OjbCharBooleanFieldConversion extends OjbCharBooleanFieldConversionBase implements Serializable

serialVersionUID: 5192588414458129183L

Class org.kuali.rice.kns.util.OjbDecimalKualiPercentFieldConversion extends OjbKualiDecimalFieldConversion implements Serializable

Class org.kuali.rice.kns.util.OjbDecimalPercentageFieldConversion extends OjbKualiDecimalFieldConversion implements Serializable

Class org.kuali.rice.kns.util.OjbKualiCodeConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.OjbKualiDecimalFieldConversion extends Object implements Serializable

serialVersionUID: 2450111778124335242L

Class org.kuali.rice.kns.util.OjbKualiEncryptDecryptFieldConversion extends Object implements Serializable

serialVersionUID: 2450111778124335242L

Class org.kuali.rice.kns.util.OjbKualiHashFieldConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.OjbKualiIntegerFieldConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.OjbKualiIntegerPercentageFieldConversion extends OjbDecimalPercentageFieldConversion implements Serializable

Class org.kuali.rice.kns.util.OjbKualiPercentFieldConversion extends Object implements Serializable

Class org.kuali.rice.kns.util.RelationshipMetadata extends Object implements Serializable

serialVersionUID: -5934885385731610879L

Serialized Fields

relatedClass

Class<T> relatedClass

isUpdateable

boolean isUpdateable

Class org.kuali.rice.kns.util.SessionTicket extends Object implements Serializable

Serialized Fields

ticketTypeName

String ticketTypeName

ticketContext

Map<K,V> ticketContext

Class org.kuali.rice.kns.util.TabState extends Object implements Serializable

serialVersionUID: -628061041191967501L

Serialized Fields

open

boolean open

Class org.kuali.rice.kns.util.TypedArrayList extends ArrayList implements Serializable

serialVersionUID: 6238521951259126730L

Serialized Fields

listObjectType

Class<T> listObjectType

Class org.kuali.rice.kns.util.WarningContainer extends MessageContainer implements Serializable


Package org.kuali.rice.kns.util.cache

Class org.kuali.rice.kns.util.cache.CacheException extends RuntimeException implements Serializable

serialVersionUID: 4916005092085837120L


Package org.kuali.rice.kns.util.comparator

Class org.kuali.rice.kns.util.comparator.BeanPropertyComparator extends Object implements Serializable

serialVersionUID: -2675700473766186018L

Serialized Fields

ignoreCase

boolean ignoreCase

propertyNames

List<E> propertyNames

stringComparator

Comparator<T> stringComparator

booleanComparator

Comparator<T> booleanComparator

genericComparator

Comparator<T> genericComparator

Package org.kuali.rice.kns.util.spring

Class org.kuali.rice.kns.util.spring.AnnotationAndNameMatchingTransactionAttributeSource extends org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource implements Serializable

Serialized Fields

annotationTransactionAttributeSource

org.springframework.transaction.annotation.AnnotationTransactionAttributeSource annotationTransactionAttributeSource

transactionTimeout

Integer transactionTimeout

Class org.kuali.rice.kns.util.spring.AutoPopulatingList extends Object implements Serializable

Serialized Fields

backingList

List<E> backingList
The List that all operations are eventually delegated to.


elementFactory

AutoPopulatingList.ElementFactory elementFactory
The AutoPopulatingList.ElementFactory to use to create new List elements on demand.

Class org.kuali.rice.kns.util.spring.AutoPopulatingList.ElementInstantiationException extends RuntimeException implements Serializable

Class org.kuali.rice.kns.util.spring.KualiTransactionInterceptor extends org.springframework.transaction.interceptor.TransactionInterceptor implements Serializable


Package org.kuali.rice.kns.web

Class org.kuali.rice.kns.web.EditablePropertiesHistoryHolder extends Object implements Serializable

Serialized Fields

editablePropertiesMap

Map<K,V> editablePropertiesMap

maxLength

Integer maxLength

historyOrder

Queue<E> historyOrder

Package org.kuali.rice.kns.web.comparator

Class org.kuali.rice.kns.web.comparator.BooleanCellComparator extends Object implements Serializable

serialVersionUID: 1525781435762831055L

Class org.kuali.rice.kns.web.comparator.KeyLabelComparator extends Object implements Serializable

Class org.kuali.rice.kns.web.comparator.NullCellComparator extends Object implements Serializable

Class org.kuali.rice.kns.web.comparator.NullValueComparator extends Object implements Serializable

Class org.kuali.rice.kns.web.comparator.NumericCellComparator extends Object implements Serializable

serialVersionUID: 3449202365486147519L

Class org.kuali.rice.kns.web.comparator.NumericValueComparator extends Object implements Serializable

serialVersionUID: 3449202365486147519L

Class org.kuali.rice.kns.web.comparator.StringCellComparator extends Object implements Serializable

serialVersionUID: -183249045552328424L

Class org.kuali.rice.kns.web.comparator.StringValueComparator extends Object implements Serializable

Class org.kuali.rice.kns.web.comparator.TemporalCellComparator extends Object implements Serializable

serialVersionUID: 6587335959291216641L

Class org.kuali.rice.kns.web.comparator.TemporalValueComparator extends Object implements Serializable


Package org.kuali.rice.kns.web.format

Class org.kuali.rice.kns.web.format.ArrayFormatter extends Formatter implements Serializable

serialVersionUID: -2207993820610088716L

Class org.kuali.rice.kns.web.format.BigDecimalFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.BooleanFormatter extends Formatter implements Serializable

serialVersionUID: -4109390572922205211L

Class org.kuali.rice.kns.web.format.CollectionFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.CurrencyFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.DateDisplayTimestampObjectFormatter extends DateFormatter implements Serializable

Class org.kuali.rice.kns.web.format.DateFormatter extends Formatter implements Serializable

serialVersionUID: 7612442662886603084L

Class org.kuali.rice.kns.web.format.DateViewTimestampObjectFormatter extends DateFormatter implements Serializable

Class org.kuali.rice.kns.web.format.DelegationTypeFormatter extends Formatter implements Serializable

serialVersionUID: -4109390572922205211L

Class org.kuali.rice.kns.web.format.EncryptionFormatter extends Formatter implements Serializable

serialVersionUID: -4109390572922205211L

Class org.kuali.rice.kns.web.format.FormatException extends RuntimeException implements Serializable

serialVersionUID: 6679793710457672426L

Serialized Fields

formatProperty

String formatProperty

formatValue

Object formatValue

errorKey

String errorKey

errorArgs

String[] errorArgs

Class org.kuali.rice.kns.web.format.Formatter extends Object implements Serializable

Serialized Fields

settings

Map<K,V> settings

propertyType

Class<T> propertyType

Class org.kuali.rice.kns.web.format.IntegerFormatter extends Formatter implements Serializable

serialVersionUID: 226069363610021292L

Class org.kuali.rice.kns.web.format.KualiIntegerCurrencyFormatter extends CurrencyFormatter implements Serializable

Class org.kuali.rice.kns.web.format.LittleBooleanFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.LongFormatter extends Formatter implements Serializable

serialVersionUID: -926525576380295384L

Class org.kuali.rice.kns.web.format.NoOpStringFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.PercentageFormatter extends Formatter implements Serializable

serialVersionUID: 1323889942436009589L

Class org.kuali.rice.kns.web.format.PhoneNumberFormatter extends Formatter implements Serializable

serialVersionUID: 241458864711484787L

Class org.kuali.rice.kns.web.format.SimpleBooleanFormatter extends Formatter implements Serializable

Class org.kuali.rice.kns.web.format.TimestampAMPMFormatter extends Formatter implements Serializable

serialVersionUID: 7612442662886603084L

Class org.kuali.rice.kns.web.format.TypeFormatter extends Formatter implements Serializable

serialVersionUID: -7766095355995725855L


Package org.kuali.rice.kns.web.servlet

Class org.kuali.rice.kns.web.servlet.KualiDWRServlet extends uk.ltd.getahead.dwr.DWRServlet implements Serializable

serialVersionUID: -3903455224197903186L

Serialized Fields

springBasedConfigPath

Boolean springBasedConfigPath

Class org.kuali.rice.kns.web.servlet.PostDataLoadEncryptionServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.kuali.rice.kns.web.struts.action

Class org.kuali.rice.kns.web.struts.action.KualiActionServlet extends org.apache.struts.action.ActionServlet implements Serializable

Serialized Fields

serverConfigOverride

KualiActionServlet.KualiActionServletConfig serverConfigOverride

Class org.kuali.rice.kns.web.struts.action.KualiPropertyMessageResources extends org.apache.struts.util.PropertyMessageResources implements Serializable

serialVersionUID: -7712311580595112293L

Serialized Fields

kualiMessages

HashMap<K,V> kualiMessages

Class org.kuali.rice.kns.web.struts.action.KualiPropertyMessageResourcesFactory extends org.apache.struts.util.PropertyMessageResourcesFactory implements Serializable

serialVersionUID: 9045578011738154255L


Package org.kuali.rice.kns.web.struts.form

Class org.kuali.rice.kns.web.struts.form.AuthorizationExceptionForm extends KualiForm implements Serializable

serialVersionUID: 4341621967261863961L

Serialized Fields

message

String message

Class org.kuali.rice.kns.web.struts.form.BackdoorForm extends KualiForm implements Serializable

serialVersionUID: -2720178686804392055L

Serialized Fields

methodToCall

String methodToCall

backdoorId

String backdoorId

showBackdoorLogin

Boolean showBackdoorLogin

isAdmin

Boolean isAdmin

linkTarget

String linkTarget

targetName

String targetName

backdoorLinksBackdoorLogin

String backdoorLinksBackdoorLogin

graphic

String graphic

Class org.kuali.rice.kns.web.struts.form.BlankFormFile extends Object implements Serializable

Class org.kuali.rice.kns.web.struts.form.DisplayInactivationBlockersForm extends KualiForm implements Serializable

Serialized Fields

businessObjectClassName

String businessObjectClassName

primaryKeyFieldValues

Map<K,V> primaryKeyFieldValues

blockingValues

Map<K,V> blockingValues

Class org.kuali.rice.kns.web.struts.form.InquiryForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldConversions

String fieldConversions

sections

List<E> sections

businessObjectClassName

String businessObjectClassName

editingMode

Map<K,V> editingMode

formKey

String formKey

canExport

boolean canExport

inquiryPrimaryKeys

Map<K,V> inquiryPrimaryKeys
The following map is used to pass primary key values between invocations of the inquiry screens after the start method has been called. Values in this map will remain encrypted if the value was passed in as encrypted


inquiryDecryptedPrimaryKeys

Map<K,V> inquiryDecryptedPrimaryKeys

inactiveRecordDisplay

Map<K,V> inactiveRecordDisplay
A map of collection name -> Boolean mappings. Used to denote whether a collection name is configured to show inactive records.


inquirable

Inquirable inquirable

Class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase extends KualiForm implements Serializable

serialVersionUID: 916061016201941821L

Serialized Fields

document

Document document

annotation

String annotation

command

String command

docId

String docId

docTypeName

String docTypeName

additionalScriptFiles

List<E> additionalScriptFiles

newAdHocRoutePerson

AdHocRoutePerson newAdHocRoutePerson

newAdHocRouteWorkgroup

AdHocRouteWorkgroup newAdHocRouteWorkgroup

newNote

Note newNote

boNotes

List<E> boNotes

attachmentFile

org.apache.struts.upload.FormFile attachmentFile

editingMode

Map<K,V> editingMode

documentActions

Map<K,V> documentActions

suppressAllButtons

boolean suppressAllButtons

adHocActionRequestCodes

Map<K,V> adHocActionRequestCodes

returnToActionList

boolean returnToActionList

formKey

String formKey

docNum

String docNum

errorMapFromPreviousRequest

MessageMap errorMapFromPreviousRequest
Stores the error map from previous requests, so that we can continue to display error messages displayed during a previous request

Class org.kuali.rice.kns.web.struts.form.KualiExceptionIncidentForm extends KualiForm implements Serializable

serialVersionUID: 831951332440283401L

Serialized Fields

cancel

boolean cancel
Flag to determine whether it's cancel action


exceptionReportSubject

String exceptionReportSubject
The error subject created from current settings and thrown exception


exceptionMessage

String exceptionMessage
The error message


displayMessage

String displayMessage
The error message to be displayed


description

String description
Additional message from user


documentId

String documentId
Document id. it's blank if not a document process


userEmail

String userEmail
Session user email address


principalName

String principalName
Session user name


userName

String userName
Session user name


stackTrace

String stackTrace
Detail message not for displaying


componentName

String componentName
Form that threw the exception

Class org.kuali.rice.kns.web.struts.form.KualiForm extends PojoFormBase implements Serializable

serialVersionUID: 1L

Serialized Fields

backLocation

String backLocation

methodToCall

String methodToCall

refreshCaller

String refreshCaller

anchor

String anchor

tabStates

Map<K,V> tabStates

actionFormUtilMap

Map<K,V> actionFormUtilMap

displayedErrors

Map<K,V> displayedErrors

displayedWarnings

Map<K,V> displayedWarnings

displayedInfo

Map<K,V> displayedInfo

currentTabIndex

int currentTabIndex

arbitrarilyHighIndex

int arbitrarilyHighIndex

navigationCss

String navigationCss

headerNavigationTabs

HeaderNavigation[] headerNavigationTabs

extraButtons

List<E> extraButtons

fieldLevelHelpEnabled

boolean fieldLevelHelpEnabled

docInfo

List<E> docInfo

numColumns

int numColumns

fieldNameToFocusOnAfterSubmit

String fieldNameToFocusOnAfterSubmit

Class org.kuali.rice.kns.web.struts.form.KualiHelpForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

businessObjectClassName

String businessObjectClassName

attributeName

String attributeName

helpLabel

String helpLabel

helpSummary

String helpSummary

helpDescription

String helpDescription

resourceKey

String resourceKey

documentTypeName

String documentTypeName

helpDataType

String helpDataType

helpRequired

String helpRequired

helpMaxLength

String helpMaxLength

helpVPatName

String helpVPatName

helpDefinition

HelpDefinition helpDefinition

helpParameterNamespace

String helpParameterNamespace

helpParameterDetailType

String helpParameterDetailType

helpParameterName

String helpParameterName

pageName

String pageName

lookupBusinessObjectClassName

String lookupBusinessObjectClassName

searchDocumentTypeName

String searchDocumentTypeName

Class org.kuali.rice.kns.web.struts.form.KualiLogoutForm extends org.apache.struts.action.ActionForm implements Serializable

Class org.kuali.rice.kns.web.struts.form.KualiMaintenanceForm extends KualiDocumentFormBase implements Serializable

serialVersionUID: 1L

Serialized Fields

businessObjectClassName

String businessObjectClassName

description

String description

readOnly

boolean readOnly

oldMaintainableValues

Map<K,V> oldMaintainableValues

newMaintainableValues

Map<K,V> newMaintainableValues

maintenanceAction

String maintenanceAction

lookupResultsSequenceNumber

String lookupResultsSequenceNumber
Used to indicate which result set we're using when refreshing/returning from a multi-value lookup


lookupResultsBOClassName

String lookupResultsBOClassName
The type of result returned by the multi-value lookup TODO: to be persisted in the lookup results service instead?


lookedUpCollectionName

String lookedUpCollectionName
The name of the collection looked up (by a multiple value lookup)


authorizations

MaintenanceDocumentRestrictions authorizations

Class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase extends KualiDocumentFormBase implements Serializable

serialVersionUID: 6463383454050206811L

Serialized Fields

forcedReadOnlyFields

Map<K,V> forcedReadOnlyFields

Class org.kuali.rice.kns.web.struts.form.LookupForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

formKey

String formKey

fields

Map<K,V> fields

fieldsForLookup

Map<K,V> fieldsForLookup

lookupableImplServiceName

String lookupableImplServiceName

conversionFields

String conversionFields

fieldConversions

Map<K,V> fieldConversions

businessObjectClassName

String businessObjectClassName

lookupable

Lookupable lookupable

hideReturnLink

boolean hideReturnLink

suppressActions

boolean suppressActions

multipleValues

boolean multipleValues

lookupAnchor

String lookupAnchor

readOnlyFields

String readOnlyFields

readOnlyFieldsList

List<E> readOnlyFieldsList

referencesToRefresh

String referencesToRefresh

searchUsingOnlyPrimaryKeyValues

boolean searchUsingOnlyPrimaryKeyValues

primaryKeyFieldLabels

String primaryKeyFieldLabels

showMaintenanceLinks

boolean showMaintenanceLinks

docNum

String docNum

htmlDataType

String htmlDataType

lookupObjectId

String lookupObjectId

lookupCriteriaEnabled

boolean lookupCriteriaEnabled

supplementalActionsEnabled

boolean supplementalActionsEnabled

actionUrlsExist

boolean actionUrlsExist

ddExtraButton

boolean ddExtraButton

headerBarEnabled

boolean headerBarEnabled

disableSearchButtons

boolean disableSearchButtons

hasReturnableRow

boolean hasReturnableRow
Whether the results contain at least one row that is returnable.


requestParameters

Map<K,V> requestParameters

Class org.kuali.rice.kns.web.struts.form.MultipleValueLookupForm extends LookupForm implements Serializable

Serialized Fields

tableMetadata

KualiTableRenderFormMetadata tableMetadata

lookupResultsSequenceNumber

String lookupResultsSequenceNumber

resultsActualSize

int resultsActualSize
The number of rows that match the query criteria


resultsLimitedSize

int resultsLimitedSize
The number of rows that match the query criteria or the max results limit size (if applicable), whichever is less


previouslySortedColumnIndex

String previouslySortedColumnIndex
when the looked results screen was rendered, the index of the column that the results were sorted on. -1 for unknown, index numbers starting at 0


columnToSortIndex

int columnToSortIndex
Comment for columnToSortIndex


lookedUpCollectionName

String lookedUpCollectionName
the name of the collection being looked up by the calling page. This value will be returned unmodified to the calling page (indicated by super.getBackLocation()), which should use it to determine in which collection the selected results will be returned.


previouslySelectedObjectIdSet

Set<E> previouslySelectedObjectIdSet
Those object IDs that were selected before the current page is rendered


displayedObjectIdSet

Set<E> displayedObjectIdSet
Those object IDs that are rendered on the current page


selectedObjectIdSet

Set<E> selectedObjectIdSet
Those object IDs that are selected/checked on the current page


compositeObjectIdMap

Map<K,V> compositeObjectIdMap
The object IDs that are selected after the struts action is complete; the obj IDs in the keys of this Map will be considered checked in the UI

Class org.kuali.rice.kns.web.struts.form.QuestionPromptForm extends KualiForm implements Serializable

serialVersionUID: 1L

Serialized Fields

buttons

ArrayList<E> buttons

caller

String caller

formKey

String formKey

questionIndex

String questionIndex

questionText

String questionText

questionType

String questionType

title

String title

context

String context

reason

String reason

showReasonField

String showReasonField

questionAnchor

String questionAnchor

methodToCallPath

String methodToCallPath

docNum

String docNum

Package org.kuali.rice.kns.web.struts.pojo

Class org.kuali.rice.kns.web.struts.pojo.PojoFormBase extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: 1L

Serialized Fields

unconvertedValues

Map<K,V> unconvertedValues

unknownKeys

List<E> unknownKeys

formatterTypes

Map<K,V> formatterTypes

maxUploadFileSizes

List<E> maxUploadFileSizes

editableProperties

Set<E> editableProperties

requiredNonEditableProperties

Set<E> requiredNonEditableProperties

strutsActionMappingScope

String strutsActionMappingScope

isNewForm

boolean isNewForm

populateEditablePropertiesGuid

String populateEditablePropertiesGuid

actionEditablePropertiesGuid

String actionEditablePropertiesGuid

Package org.kuali.rice.kns.web.taglib.html

Class org.kuali.rice.kns.web.taglib.html.KNSButtonTag extends org.apache.struts.taglib.html.ButtonTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSCancelTag extends org.apache.struts.taglib.html.CancelTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSCheckboxTag extends org.apache.struts.taglib.html.CheckboxTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELButtonTag extends org.apache.strutsel.taglib.html.ELButtonTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELCancelTag extends org.apache.strutsel.taglib.html.ELCancelTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELCheckboxTag extends org.apache.strutsel.taglib.html.ELCheckboxTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELFileTag extends org.apache.strutsel.taglib.html.ELFileTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELImageTag extends org.apache.strutsel.taglib.html.ELImageTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELMultiboxTag extends org.apache.strutsel.taglib.html.ELMultiboxTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELPasswordTag extends org.apache.strutsel.taglib.html.ELPasswordTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELRadioTag extends org.apache.strutsel.taglib.html.ELRadioTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELSelectTag extends org.apache.strutsel.taglib.html.ELSelectTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELSubmitTag extends org.apache.strutsel.taglib.html.ELSubmitTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELTextareaTag extends org.apache.strutsel.taglib.html.ELTextareaTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSELTextTag extends org.apache.strutsel.taglib.html.ELTextTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSFileTag extends org.apache.struts.taglib.html.FileTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSHiddenTag extends org.apache.struts.taglib.html.HiddenTag implements Serializable

Serialized Fields

renderHiddenField

boolean renderHiddenField

Class org.kuali.rice.kns.web.taglib.html.KNSImageTag extends org.apache.struts.taglib.html.ImageTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSMultiboxTag extends org.apache.struts.taglib.html.MultiboxTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSPasswordTag extends org.apache.struts.taglib.html.PasswordTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSRadioTag extends org.apache.struts.taglib.html.RadioTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSSelectTag extends org.apache.struts.taglib.html.SelectTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSSubmitTag extends org.apache.struts.taglib.html.SubmitTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSTextareaTag extends org.apache.struts.taglib.html.TextareaTag implements Serializable

Class org.kuali.rice.kns.web.taglib.html.KNSTextTag extends org.apache.struts.taglib.html.TextTag implements Serializable


Package org.kuali.rice.kns.web.ui

Class org.kuali.rice.kns.web.ui.Column extends Object implements Serializable

serialVersionUID: -5916942413570667803L

Serialized Fields

columnTitle

String columnTitle

sortable

String sortable

propertyName

String propertyName

propertyValue

String propertyValue

unformattedPropertyValue

Object unformattedPropertyValue

propertyURL

String propertyURL

columnAnchor

HtmlData columnAnchor

formatter

Formatter formatter

comparator

Comparator<T> comparator

escapeXMLValue

boolean escapeXMLValue

alternateDisplayPropertyName

String alternateDisplayPropertyName

additionalDisplayPropertyName

String additionalDisplayPropertyName

total

boolean total

valueComparator

Comparator<T> valueComparator
A comparator used to compare the propertyValue values


maxLength

int maxLength
Represents the maximum column length. If propertyValue's length exceeds this value, then it will be truncated to this length when displayed

Class org.kuali.rice.kns.web.ui.ExtraButton extends Object implements Serializable

Serialized Fields

extraButtonSource

String extraButtonSource

extraButtonAltText

String extraButtonAltText

extraButtonParams

String extraButtonParams

extraButtonProperty

String extraButtonProperty

extraButtonOnclick

String extraButtonOnclick

Class org.kuali.rice.kns.web.ui.Field extends Object implements Serializable

serialVersionUID: 6549897986355019202L

Serialized Fields

isIndexedForSearch

boolean isIndexedForSearch

mainFieldLabel

String mainFieldLabel

rangeFieldInclusive

Boolean rangeFieldInclusive

memberOfRange

boolean memberOfRange

allowInlineRange

boolean allowInlineRange

hidden

boolean hidden

isColumnVisible

boolean isColumnVisible

fieldDataType

String fieldDataType

propertyValues

String[] propertyValues

skipBlankValidValue

boolean skipBlankValidValue

fieldType

String fieldType

fieldLabel

String fieldLabel

fieldHelpUrl

String fieldHelpUrl

propertyName

String propertyName

propertyValue

String propertyValue

alternateDisplayPropertyName

String alternateDisplayPropertyName

alternateDisplayPropertyValue

String alternateDisplayPropertyValue

additionalDisplayPropertyName

String additionalDisplayPropertyName

additionalDisplayPropertyValue

String additionalDisplayPropertyValue

fieldValidValues

List<E> fieldValidValues

quickFinderClassNameImpl

String quickFinderClassNameImpl

baseLookupUrl

String baseLookupUrl

clear

boolean clear

dateField

boolean dateField

fieldConversions

String fieldConversions

fieldRequired

boolean fieldRequired

fieldInactiveValidValues

List<E> fieldInactiveValidValues

formatter

Formatter formatter

highlightField

boolean highlightField

isReadOnly

boolean isReadOnly

lookupParameters

String lookupParameters

maxLength

int maxLength

inquiryURL

HtmlData inquiryURL

propertyPrefix

String propertyPrefix

size

int size

upperCase

boolean upperCase

rows

int rows

cols

int cols

containerRows

List<E> containerRows

fieldHelpSummary

String fieldHelpSummary

businessObjectClassName

String businessObjectClassName

fieldHelpName

String fieldHelpName

script

String script

universalIdAttributeName

String universalIdAttributeName

universalIdValue

String universalIdValue

userIdAttributeName

String userIdAttributeName

personNameAttributeName

String personNameAttributeName

personNameValue

String personNameValue

defaultValue

String defaultValue

keyField

boolean keyField

displayEditMode

String displayEditMode

displayMask

Mask displayMask

displayMaskValue

String displayMaskValue

encryptedValue

String encryptedValue

secure

boolean secure

webOnBlurHandler

String webOnBlurHandler

webOnBlurHandlerCallback

String webOnBlurHandlerCallback

webUILeaveFieldFunctionParameters

List<E> webUILeaveFieldFunctionParameters

styleClass

String styleClass

formattedMaxLength

int formattedMaxLength

containerName

String containerName

containerElementName

String containerElementName

containerDisplayFields

List<E> containerDisplayFields

isDatePicker

boolean isDatePicker

ranged

boolean ranged

expandedTextArea

boolean expandedTextArea

referencesToRefresh

String referencesToRefresh

numberOfColumnsForCollection

int numberOfColumnsForCollection

cellAlign

String cellAlign

inquiryParameters

String inquiryParameters

fieldDirectInquiryEnabled

boolean fieldDirectInquiryEnabled

fieldLevelHelpEnabled

boolean fieldLevelHelpEnabled

fieldLevelHelpDisabled

boolean fieldLevelHelpDisabled

fieldLevelHelpUrl

String fieldLevelHelpUrl

imageSrc

String imageSrc

target

String target

hrefText

String hrefText

triggerOnChange

boolean triggerOnChange

multipleValueLookupClassLabel

String multipleValueLookupClassLabel
For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, the DD defined objectLabel of the class on which a multiple value lookup is performed. The user friendly name


multipleValueLookupClassName

String multipleValueLookupClassName
For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the class to perform a lookup upon


multipleValueLookedUpCollectionName

String multipleValueLookedUpCollectionName
For container fields (i.e. fieldType.equals(CONTAINER)) with MV lookups enabled, this is the name of the collection on the doc on which the MV lookup is performed

Class org.kuali.rice.kns.web.ui.HeaderField extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

ddAttributeEntryName

String ddAttributeEntryName

displayValue

String displayValue

nonLookupValue

String nonLookupValue

lookupAware

boolean lookupAware

Class org.kuali.rice.kns.web.ui.ResultRow extends Object implements Serializable

serialVersionUID: 2880508981008533913L

Serialized Fields

columns

List<E> columns

returnUrl

String returnUrl

actionUrls

String actionUrls

objectId

String objectId

rowId

String rowId

businessObject

BusinessObject businessObject

returnUrlHtmlData

HtmlData returnUrlHtmlData

rowReturnable

boolean rowReturnable
Whether to show the return URL (for single value lookups invoked from a document or nested lookup) or the return checkbox (for multiple value lookups)

Class org.kuali.rice.kns.web.ui.Row extends Object implements Serializable

serialVersionUID: 5920833652172097098L

Serialized Fields

fields

List<E> fields

hidden

boolean hidden

Class org.kuali.rice.kns.web.ui.Section extends Object implements Serializable

serialVersionUID: 390440643941774650L

Serialized Fields

sectionTitle

String sectionTitle

sectionId

String sectionId

errorKey

String errorKey

numberOfColumns

int numberOfColumns

isCollapsible

boolean isCollapsible

extraButtonSource

String extraButtonSource

hidden

boolean hidden

readOnly

boolean readOnly

helpUrl

String helpUrl

defaultOpen

boolean defaultOpen

sectionClass

Class<T> sectionClass

rows

List<E> rows

containedCollectionNames

List<E> containedCollectionNames

Package org.kuali.rice.kns.workflow.attribute

Class org.kuali.rice.kns.workflow.attribute.DataDictionaryDocumentSearchCustomizer extends Object implements Serializable

Serialized Fields

documentSearchGenerator

StandardDocumentSearchGenerator documentSearchGenerator

searchableAttribute

SearchableAttribute searchableAttribute

searchResultProcessor

DocumentSearchResultProcessor searchResultProcessor

Class org.kuali.rice.kns.workflow.attribute.DataDictionarySearchableAttribute extends Object implements Serializable

serialVersionUID: 173059488280366451L

Class org.kuali.rice.kns.workflow.attribute.KualiXMLBooleanTranslatorSearchableAttributeImpl extends KualiXmlSearchableAttributeImpl implements Serializable

serialVersionUID: -4627314389844574461L

Class org.kuali.rice.kns.workflow.attribute.KualiXmlRuleAttributeImpl extends StandardGenericXMLRuleAttribute implements Serializable

serialVersionUID: -3453451186396963835L

Class org.kuali.rice.kns.workflow.attribute.KualiXmlSearchableAttributeImpl extends StandardGenericXMLSearchableAttribute implements Serializable

serialVersionUID: -5759823164605651979L


Package org.kuali.rice.kns.workflow.service.impl

Class org.kuali.rice.kns.workflow.service.impl.KualiWorkflowDocumentImpl extends Object implements Serializable

Serialized Fields

workflowDocument

WorkflowDocument workflowDocument

Package org.kuali.rice.ksb.messaging

Class org.kuali.rice.ksb.messaging.AsynchronousCall extends Object implements Serializable

serialVersionUID: -1036656564567726747L

Serialized Fields

arguments

Object[] arguments

paramTypes

Class<T>[] paramTypes

serviceInfo

ServiceInfo serviceInfo

context

Serializable context

methodName

String methodName

callback

AsynchronousCallback callback

ignoreStoreAndForward

boolean ignoreStoreAndForward

Class org.kuali.rice.ksb.messaging.FlattenedServiceDefinition extends Object implements Serializable

serialVersionUID: -4622179363250818637L

Serialized Fields

flattenedServiceDefinitionId

Long flattenedServiceDefinitionId

flattenedServiceDefinitionData

String flattenedServiceDefinitionData

Class org.kuali.rice.ksb.messaging.HttpException extends org.apache.commons.httpclient.HttpException implements Serializable

serialVersionUID: -2660638986164631692L

Serialized Fields

responseCode

int responseCode

Class org.kuali.rice.ksb.messaging.JavaServiceDefinition extends ServiceDefinition implements Serializable

serialVersionUID: -5267226536419496719L

Serialized Fields

serviceInterfaces

List<E> serviceInterfaces

Class org.kuali.rice.ksb.messaging.MessageProcessingException extends RuntimeException implements Serializable

serialVersionUID: -1757928630462729547L

Class org.kuali.rice.ksb.messaging.PersistedMessage extends Object implements Serializable

serialVersionUID: -7047766894738304195L

Serialized Fields

routeQueueId

Long routeQueueId

queuePriority

Integer queuePriority

queueStatus

String queueStatus

queueDate

Timestamp queueDate

expirationDate

Timestamp expirationDate

retryCount

Integer retryCount

lockVerNbr

Integer lockVerNbr

ipNumber

String ipNumber

serviceName

String serviceName

serviceNamespace

String serviceNamespace

methodName

String methodName

methodCall

AsynchronousCall methodCall

payload

PersistedMessagePayload payload

value1

String value1

value2

String value2

Class org.kuali.rice.ksb.messaging.PersistedMessagePayload extends Object implements Serializable

serialVersionUID: 508778527504899029L

Serialized Fields

routeQueueId

Long routeQueueId

payload

String payload

methodCall

AsynchronousCall methodCall

message

PersistedMessage message

Class org.kuali.rice.ksb.messaging.RESTServiceDefinition extends ServiceDefinition implements Serializable

serialVersionUID: 5892163789061959602L

Serialized Fields

resourceClass

String resourceClass

resourceToClassNameMap

org.apache.commons.collections.BidiMap resourceToClassNameMap

Class org.kuali.rice.ksb.messaging.ServiceDefinition extends Object implements Serializable

serialVersionUID: 43631161206712702L

Serialized Fields

localServiceName

String localServiceName

serviceNameSpaceURI

String serviceNameSpaceURI

queue

Boolean queue

priority

Integer priority

retryAttempts

Integer retryAttempts

millisToLive

Long millisToLive

messageExceptionHandler

String messageExceptionHandler

servicePath

String servicePath

serviceEndPoint

URL serviceEndPoint

busSecurity

Boolean busSecurity

credentialsType

CredentialsSource.CredentialsType credentialsType

serviceNamespace

String serviceNamespace

Class org.kuali.rice.ksb.messaging.ServiceInfo extends Object implements Serializable

serialVersionUID: -4244884858494208070L

Serialized Fields

serviceDefinition

ServiceDefinition serviceDefinition

messageEntryId

Long messageEntryId

qname

QName qname

endpointUrl

String endpointUrl

endpointAlternateUrl

String endpointAlternateUrl

flattenedServiceDefinitionId

Long flattenedServiceDefinitionId

serializedServiceNamespace

FlattenedServiceDefinition serializedServiceNamespace

serviceName

String serviceName

alive

Boolean alive

serviceNamespace

String serviceNamespace

serverIp

String serverIp

lockVerNbr

Integer lockVerNbr

checksum

String checksum

Class org.kuali.rice.ksb.messaging.SOAPServiceDefinition extends ServiceDefinition implements Serializable

serialVersionUID: 5892163789061959602L

Serialized Fields

serviceInterface

String serviceInterface

jaxWsService

boolean jaxWsService

Package org.kuali.rice.ksb.messaging.bam

Class org.kuali.rice.ksb.messaging.bam.BAMTargetEntry extends Object implements Serializable

serialVersionUID: -8376674801367598316L

Serialized Fields

bamId

Long bamId

serviceName

String serviceName

methodName

String methodName

threadName

String threadName

callDate

Timestamp callDate

serviceURL

String serviceURL

targetToString

String targetToString

exceptionToString

String exceptionToString

exceptionMessage

String exceptionMessage

serverInvocation

Boolean serverInvocation

bamParams

List<E> bamParams

callback

AsynchronousCallback callback

Package org.kuali.rice.ksb.messaging.quartz

Class org.kuali.rice.ksb.messaging.quartz.MessageServiceExecutorJob extends Object implements Serializable

serialVersionUID: 6702139047380618522L


Package org.kuali.rice.ksb.messaging.servlet

Class org.kuali.rice.ksb.messaging.servlet.KSBDispatcherServlet extends org.springframework.web.servlet.DispatcherServlet implements Serializable

serialVersionUID: 6790121225857950019L

Serialized Fields

httpInvokerHandler

KSBHttpInvokerHandler httpInvokerHandler

cxfServletController

org.apache.cxf.transport.servlet.ServletController cxfServletController

Package org.kuali.rice.ksb.messaging.web

Class org.kuali.rice.ksb.messaging.web.ConfigViewerForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

properties

List<E> properties

Class org.kuali.rice.ksb.messaging.web.MessageQueueForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -247925603792980036L

Serialized Fields

maxRows

int maxRows

pageSize

int pageSize

messageId

Long messageId

methodToCall

String methodToCall

messageQueueRows

Collection<E> messageQueueRows

showEdit

String showEdit

command

String command

messageQueueFromDatabase

PersistedMessage messageQueueFromDatabase

messageQueueFromForm

PersistedMessage messageQueueFromForm

newQueueDate

String newQueueDate

existingQueueDate

String existingQueueDate

ipAddress

String ipAddress

routeQueueIdFilter

String routeQueueIdFilter

serviceNameFilter

String serviceNameFilter

serviceNamespaceFilter

String serviceNamespaceFilter

queueStatusFilter

String queueStatusFilter

ipNumberFilter

String ipNumberFilter

value1Filter

String value1Filter

value2Filter

String value2Filter

filterApplied

String filterApplied

maxMessageFetcherMessages

Integer maxMessageFetcherMessages

myIpAddress

String myIpAddress

myServiceNamespace

String myServiceNamespace

messagePersistence

String messagePersistence

messageDelivery

String messageDelivery

messageOff

String messageOff

ipAddresses

List<E> ipAddresses

Class org.kuali.rice.ksb.messaging.web.QuartzQueueForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: 4589673941470488079L

Serialized Fields

jobName

String jobName

jobGroup

String jobGroup

jobDetail

org.quartz.JobDetail jobDetail

trigger

org.quartz.Trigger trigger

Class org.kuali.rice.ksb.messaging.web.ServiceRegistryForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

methodToCall

String methodToCall

publishedServices

List<E> publishedServices

publishedTempServices

List<E> publishedTempServices

globalRegistryServices

List<E> globalRegistryServices

myIpAddress

String myIpAddress

myServiceNamespace

String myServiceNamespace

devMode

Boolean devMode

Class org.kuali.rice.ksb.messaging.web.ThreadPoolForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: 6670668383823543732L

Serialized Fields

methodToCall

String methodToCall

threadPool

KSBThreadPool threadPool

corePoolSize

Integer corePoolSize

maximumPoolSize

Integer maximumPoolSize

allServers

boolean allServers

timeIncrement

Long timeIncrement

maxRetryAttempts

Long maxRetryAttempts

Package org.kuali.rice.ksb.security.admin

Class org.kuali.rice.ksb.security.admin.ExportServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3234778044685975458L

Class org.kuali.rice.ksb.security.admin.KeyStoreEntryDataContainer extends Object implements Serializable

Serialized Fields

alias

String alias

createDate

Date createDate

type

Class<T> type

Package org.kuali.rice.ksb.security.admin.web

Class org.kuali.rice.ksb.security.admin.web.JavaSecurityManagementForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: -46462912979586142L

Serialized Fields

alias

String alias

password

String password

passwordVerify

String passwordVerify

Package org.kuali.rice.ksb.util

Class org.kuali.rice.ksb.util.KSBConstants extends JSTLConstants implements Serializable

serialVersionUID: -958108423493026266L



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.