Uses of Interface
com.hack23.cia.model.api.common.Resource

Packages that use Resource
Package Description
com.hack23.cia.model.api.application.administration Provides... 
com.hack23.cia.model.api.application.configuration Provides... 
com.hack23.cia.model.api.application.content Provides... 
com.hack23.cia.model.api.application.control Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.api.common Common interfaces for objects in the model. 
com.hack23.cia.model.api.sweden.common Provides... 
com.hack23.cia.model.api.sweden.configuration Provides... 
com.hack23.cia.model.api.sweden.content Provides... 
com.hack23.cia.model.api.sweden.events Provides... 
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.configuration Provides... 
com.hack23.cia.model.impl.application.content Provides... 
com.hack23.cia.model.impl.application.control Provides... 
com.hack23.cia.model.impl.common The core entity model. 
com.hack23.cia.model.impl.sweden.configuration Provides... 
com.hack23.cia.model.impl.sweden.content Provides... 
com.hack23.cia.model.impl.sweden.events Provides... 
 

Uses of Resource in com.hack23.cia.model.api.application.administration
 

Subinterfaces of Resource in com.hack23.cia.model.api.application.administration
Modifier and Type Interface and Description
 interface UserSessionData
          The Interface UserSessionData.
 

Uses of Resource in com.hack23.cia.model.api.application.configuration
 

Subinterfaces of Resource in com.hack23.cia.model.api.application.configuration
Modifier and Type Interface and Description
 interface Configuration
          The Interface Configuration.
 interface PortalData
          The Interface PortalData.
 

Uses of Resource in com.hack23.cia.model.api.application.content
 

Subinterfaces of Resource in com.hack23.cia.model.api.application.content
Modifier and Type Interface and Description
 interface ApplicationData
          The Interface ApplicationData.
 interface BinaryContent
          The Interface BinaryContent.
 interface Content
          The Interface Content.
 interface LanguageContentData
          The Interface LanguageContentData.
 interface LanguageData
          The Interface LanguageData.
 interface TextContent
          The Interface TextContent.
 interface UserGeneratedMetaData
          The Interface UserGeneratedMetaData.
 

Uses of Resource in com.hack23.cia.model.api.application.control
 

Subinterfaces of Resource in com.hack23.cia.model.api.application.control
Modifier and Type Interface and Description
 interface AgentOperation
          The Interface AgentOperation.
 interface UsageOrder
          The Interface UsageOrder.
 

Uses of Resource in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type Resource
Modifier and Type Method and Description
 Class<? extends Resource> ApplicationContentModelFactory.getResourceSpec()
          Gets the resource spec.
 

Uses of Resource in com.hack23.cia.model.api.common
 

Subinterfaces of Resource in com.hack23.cia.model.api.common
Modifier and Type Interface and Description
 interface ApplicationResource
          The Interface ApplicationResource.
 interface Data
          The Interface Data.
 interface DecisionStrategy
          The Interface DecisionStrategy.
 interface MetaData
          The Interface MetaData.
 

Methods in com.hack23.cia.model.api.common that return types with arguments of type Resource
Modifier and Type Method and Description
 Set<Resource> ActorRoleResourceContainer.getResources()
          Gets the resources.
 

Uses of Resource in com.hack23.cia.model.api.sweden.common
 

Subinterfaces of Resource in com.hack23.cia.model.api.sweden.common
Modifier and Type Interface and Description
 interface GovernmentMappedData
          The Interface GovernmentMappedData.
 interface GovernmentMetaData
          The Interface GovernmentMetaData.
 interface ImportedData
          The Interface ImportedData.
 interface ParliamentMappedData
          The Interface ParliamentMappedData.
 interface ParliamentMetaData
          The Interface ParliamentMetaData.
 

Uses of Resource in com.hack23.cia.model.api.sweden.configuration
 

Subinterfaces of Resource in com.hack23.cia.model.api.sweden.configuration
Modifier and Type Interface and Description
 interface BallotData
          The Interface BallotData.
 interface BallotResultData
          The Interface BallotResultData.
 interface BaseBallotResultData
          The Interface BaseBallotResultData.
 interface CommitteeData
          The Interface CommitteeData.
 interface CommitteeReportData
          The Interface CommitteeReportData.
 interface DepartmentData
          The Interface DepartmentData.
 interface GovernmentBillData
          The Interface GovernmentBillData.
 interface GovernmentData
          The Interface GovernmentData.
 interface GovernmentMinisterData
          The Interface GovernmentMinisterData.
 interface MonarchData
          The Interface MonarchData.
 interface ParliamentData
          The Interface ParliamentData.
 interface ParliamentDocumentTypeData
          The Interface ParliamentDocumentTypeData.
 interface ParliamentMemberBallotRecordData
          The Interface ParliamentMemberBallotRecordData.
 interface ParliamentMemberData
          The Interface ParliamentMemberData.
 interface ParliamentMemberProposalData
          The Interface ParliamentMemberProposalData.
 interface ParliamentMemberVoteCompareResultData
          The Interface ParliamentMemberVoteCompareResultData.
 interface PartyBallotResultData
          The Interface PartyBallotResultData.
 interface PoliticalPartyData
          The Interface PoliticalPartyData.
 interface PoliticianData
          The Interface PoliticianData.
 interface ProposalData
          The Interface ProposalData.
 interface VoteData
          The Interface VoteData.
 

Uses of Resource in com.hack23.cia.model.api.sweden.content
 

Subinterfaces of Resource in com.hack23.cia.model.api.sweden.content
Modifier and Type Interface and Description
 interface RegisterInformationData
          The Interface RegisterInformationData.
 interface VoteMetaDataData
          The Interface VoteMetaDataData.
 

Uses of Resource in com.hack23.cia.model.api.sweden.events
 

Subinterfaces of Resource in com.hack23.cia.model.api.sweden.events
Modifier and Type Interface and Description
 interface ElectionData
          The Interface ElectionData.
 interface ParliamentYearData
          The Interface ParliamentYearData.
 

Uses of Resource in com.hack23.cia.model.impl.application.administration
 

Classes in com.hack23.cia.model.impl.application.administration that implement Resource
Modifier and Type Class and Description
 class UserSession
          The Class UserSession.
 

Uses of Resource in com.hack23.cia.model.impl.application.configuration
 

Classes in com.hack23.cia.model.impl.application.configuration that implement Resource
Modifier and Type Class and Description
 class AbstractAgencyConfiguration
          The Class AbstractAgencyConfiguration.
 class Portal
          The Class Portal.
 

Uses of Resource in com.hack23.cia.model.impl.application.content
 

Classes in com.hack23.cia.model.impl.application.content that implement Resource
Modifier and Type Class and Description
 class AbstractApplicationResource
          The Class AbstractApplicationResource.
 class ImageContent
          The Class ImageContent.
 class Language
          The Class Language.
 class LanguageContent
          The Class LanguageContent.
 

Uses of Resource in com.hack23.cia.model.impl.application.control
 

Classes in com.hack23.cia.model.impl.application.control that implement Resource
Modifier and Type Class and Description
 class SoftwareAgentOperation
          The Class SoftwareAgentOperation.
 

Uses of Resource in com.hack23.cia.model.impl.common
 

Classes in com.hack23.cia.model.impl.common that implement Resource
Modifier and Type Class and Description
 class AbstractResource
          The Class AbstractResource.
 

Uses of Resource in com.hack23.cia.model.impl.sweden.configuration
 

Classes in com.hack23.cia.model.impl.sweden.configuration that implement Resource
Modifier and Type Class and Description
 class Committee
          The Class Committee.
 class Parliament
          The Class Parliament.
 

Uses of Resource in com.hack23.cia.model.impl.sweden.content
 

Classes in com.hack23.cia.model.impl.sweden.content that implement Resource
Modifier and Type Class and Description
 class AbstractBallotMetaData
          The Class AbstractBallotMetaData.
 class AbstractBallotResult
          The Class AbstractBallotResult.
 class Ballot
          The Class Ballot.
 class BallotResult
          The Class BallotResult.
 class CommitteeReport
          The Class CommitteeReport.
 class ParliamentDocumentType
          The Class ParliamentDocumentType.
 class ParliamentMember
          The Class ParliamentMember.
 class ParliamentMemberBallotRecord
          The Class ParliamentMemberBallotRecord.
 class ParliamentMemberVoteCompareResult
          The Class ParliamentMemberVoteCompareResult.
 class PartyBallotResult
          The Class PartyBallotResult.
 class PoliticalParty
          The Class PoliticalParty.
 class Politician
          The Class Politician.
 class RegisterInformation
          The Class RegisterInformation.
 class Vote
          The Class Vote.
 class VoteMetaData
          The Class VoteMetaData.
 

Uses of Resource in com.hack23.cia.model.impl.sweden.events
 

Classes in com.hack23.cia.model.impl.sweden.events that implement Resource
Modifier and Type Class and Description
 class Election
          The Class Election.
 class ParliamentYear
          The Class ParliamentYear.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.